private arrays server

This commit is contained in:
[VB]AWOL
2013-10-23 00:49:12 -05:00
parent 415a0b1ed9
commit 13d825778a
6 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
private ["_invehicle","_isplayernearby","_object","_myGroup","_id","_playerID","_playerName","_characterID","_playerIDtoarray","_timeout"];
private ["_invehicle","_isplayernearby","_object","_myGroup","_id","_playerID","_playerName","_characterID","_playerIDtoarray","_timeout","_message"];
_playerID = _this select 0;
_playerName = _this select 1;
_object = call compile format["player%1",_playerID];