eerrrrrrrrrr i hate working on this rubbish..............

This commit is contained in:
happydayz 2016-09-03 14:37:52 +10:00
parent 8b21d094ce
commit 45290f18a5
2 changed files with 3 additions and 2 deletions

View File

@ -329,11 +329,12 @@ call ExileServer_system_network_send_to;
[_sessionID, _player] call ExileServer_system_session_update;
deleteVehicle _requestingPlayer;
EnigmaRevive = [_player,_requestingPlayer];
_ownerID publicVariableClient "EnigmaRevive";
_requestingPlayer setposATL [0,0,0];
deleteVehicle _requestingPlayer;
_player allowDamage true;
};