Updating IntVars Help (+Rep)
#4

I meant rest, basically all this:
pawn Код:
SetIntVar(playerid, "JustAcceptedDeath", 1);
        RemoveVar(playerid, "JustDied");
        RemoveVar(playerid, "LoggedInDead");
        FreezePlayer(playerid);
        OnAnim{playerid} = true;
        ApplyAnimation(playerid,"WUZI","CS_Dead_Guy",3.5,0,0,0,1,0);
        SCM(playerid, COLOR_YELLOWG, "-> You're now dead. You need to wait 60 seconds and then you'll get the ability to /respawnme.");

        KillTimer(timerWounded[playerid]);
        timerWounded[playerid] = SetTimerEx("OnPlayerAcceptedDeath", 60 * 1000, false, "i", playerid);
       
        Update3DTextLabelText(DeathReason[playerid], COLOR_LIGHTRED, "(( THIS PLAYER IS DEAD ))");
Reply


Messages In This Thread
Updating IntVars Help (+Rep) - by Matical - 10.05.2016, 04:28
Re: Updating IntVars Help (+Rep) - by KevinReinke - 10.05.2016, 04:44
Re: Updating IntVars Help (+Rep) - by Matical - 10.05.2016, 22:30
Re: Updating IntVars Help (+Rep) - by KevinReinke - 10.05.2016, 22:37
Re: Updating IntVars Help (+Rep) - by Matical - 10.05.2016, 22:40
Re: Updating IntVars Help (+Rep) - by Matical - 10.05.2016, 23:06

Forum Jump:


Users browsing this thread: 1 Guest(s)