e_web_shield.sqf 229 B

12345678910111213
  1. params[
  2. ["_vic",objNull ,[player]]
  3. ];
  4. if(isNull _vic) exitWith {
  5. };
  6. //if not the server,exit
  7. if (!isServer) exitWith {};
  8. _sheild = "SW_halfshieldObject" createVehicle (position _vic);
  9. _sheild attachTo [_vic, [0, 0, 1.5] ];