wooooooooooops

This commit is contained in:
happydayz 2016-09-03 01:34:30 +10:00
parent 60d0c12b20
commit f14b6e411a

View File

@ -8,7 +8,8 @@ Enigma Exile Revive Initialization
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////Custom Settings////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////Custom Settings//////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
if (!hasInterface && isServer) exitWith { if (!hasInterface && isServer) exitWith
{
GR8HumanityInstalled = false; //If you are running GR8's Humanity script set this to true! GR8HumanityInstalled = false; //If you are running GR8's Humanity script set this to true!
@ -67,8 +68,8 @@ player setVariable["antidupe", 1, true];
private["_newPlayerObject","_oldPlayerObject","_packet","_weapon","_reviver"]; private["_newPlayerObject","_oldPlayerObject","_packet","_weapon","_reviver"];
_packet = _this select 1; _packet = _this select 1;
_newPlayerObject = _packet select 0; _newPlayerObject = _packet select 0;
if (alive _newPlayerObject) then if (alive _newPlayerObject) then
{ {
if (isPlayer _newPlayerObject) then if (isPlayer _newPlayerObject) then
{ {
cutText ["","BLACK IN",20]; cutText ["","BLACK IN",20];
@ -98,7 +99,7 @@ else
{ {
call ExileClient_object_player_death_forceRespawn; call ExileClient_object_player_death_forceRespawn;
}; };
};
"EnigmaReviveFail" addPublicVariableEventHandler "EnigmaReviveFail" addPublicVariableEventHandler
{ {
_packet = _this select 1; _packet = _this select 1;
@ -119,5 +120,3 @@ else
sleep 10; sleep 10;
systemChat "Loading: Enigma Exile Revive"; //Please leave this line as a way of saying thanks to me! :D HAPPYD systemChat "Loading: Enigma Exile Revive"; //Please leave this line as a way of saying thanks to me! :D HAPPYD
}; };