Initial baseline - KP Liberation v0.96.7a Ruha variant
This commit is contained in:
16
scripts/server/remotecall/add_logiGroup_remote_call.sqf
Normal file
16
scripts/server/remotecall/add_logiGroup_remote_call.sqf
Normal file
@@ -0,0 +1,16 @@
|
||||
if (!isServer) exitWith {};
|
||||
|
||||
private _newID = [count KP_liberation_logistics] call KPLIB_fnc_getMilitaryId;
|
||||
|
||||
KP_liberation_logistics append [[
|
||||
_newID, // ID
|
||||
0, // Truck Count
|
||||
[0,0,0], // Position Point A
|
||||
[0,0,0], // Position Point B
|
||||
[0,0,0], // Ressource transport count A -> B [S,A,F]
|
||||
[0,0,0], // Ressource transport count B -> A [S,A,F]
|
||||
[0,0,0], // Currently loaded [S,A,F]
|
||||
0, // Status (0 standby, 1 at A, 2 to B, 3 at B, 4 to A, 5 aborting to A, 6 aborting to B)
|
||||
-1, // Time left in current status
|
||||
0 // Special Flag (0 unload, 1 load, 2 no storage, 3 no ressources)
|
||||
]];
|
||||
Reference in New Issue
Block a user