mirror of
https://github.com/hpy/Enigma_Exile_Revive.git
synced 2024-08-30 16:52:15 +00:00
ur peeving me off arma.....
This commit is contained in:
parent
45290f18a5
commit
7a4b2373f0
Binary file not shown.
BIN
@Enigma/addons/enigma_exile_revive.pbo.bak
Normal file
BIN
@Enigma/addons/enigma_exile_revive.pbo.bak
Normal file
Binary file not shown.
@ -303,6 +303,12 @@ _newScore = _newScore + 100;
|
||||
_requestingPlayer setVariable ["ExileScore", _newScore];
|
||||
format["setAccountScore:%1:%2", _newScore, getPlayerUID _requestingPlayer] call ExileServer_system_database_query_fireAndForget;
|
||||
|
||||
_requestingPlayer setposATL [0,0,0];
|
||||
deleteVehicle _requestingPlayer;
|
||||
|
||||
|
||||
diag_log format ["WHAT ON EARTH ARE YOU DOING HERE??? %1",_requestingPlayer];
|
||||
|
||||
|
||||
_player addMPEventHandler ["MPKilled", {_this call ExileServer_object_player_event_onMpKilled}];
|
||||
if (getNumber (configFile >> "CfgSettings" >> "VehicleSpawn" >> "thermalVision") isEqualTo 0) then
|
||||
@ -332,8 +338,7 @@ call ExileServer_system_network_send_to;
|
||||
EnigmaRevive = [_player,_requestingPlayer];
|
||||
_ownerID publicVariableClient "EnigmaRevive";
|
||||
|
||||
_requestingPlayer setposATL [0,0,0];
|
||||
deleteVehicle _requestingPlayer;
|
||||
|
||||
|
||||
_player allowDamage true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user