mirror of
https://github.com/hpy/Enigma_Exile_Revive.git
synced 2024-08-30 16:52:15 +00:00
wooooooooooops
This commit is contained in:
parent
60d0c12b20
commit
f14b6e411a
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user