initial files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
if ( !isServer ) exitWith {};
|
||||
|
||||
params [ "_intel_object" ];
|
||||
|
||||
if ( isNull _intel_object ) exitWith {};
|
||||
|
||||
_intel_yield = 8;
|
||||
deleteVehicle _intel_object;
|
||||
resources_intel = resources_intel + (floor (_intel_yield + (random _intel_yield)));
|
||||
|
||||
[1] remoteExec ["remote_call_intel"];
|
||||
Reference in New Issue
Block a user