Files
DayZ-Epoch/SQF/dayz_code/actions/forcesave.sqf
2013-10-07 10:56:47 +11:00

4 lines
164 B
Plaintext

private [];
//["PVDZE_veh_Update",[_this select 3,"all"]] call callRpcProcedure;
PVDZE_veh_Update = [_this select 3,"all"];
publicVariableServer "PVDZE_veh_Update";