help me guys
#2

SetTimerEx(funcname[], interval, repeating, const format[], {Float,_}:...)

PHP код:
CMD:kill(playerid)
{
    
SendClientMessage(playerid0xFF0000FF"wait 10 seconds to suicide");
    
SetTimerEx("KILLPLAYER"10000false"i"playerid);
    return 
1;
}
forward KILLPLAYER(playerid);
public 
KILLPLAYER(playerid)
{
    
SetPlayerHealth(playerid0.0);

Reply


Messages In This Thread
help me guys - by GameOvr - 17.06.2018, 17:20
Re: help me guys - by Lokii - 17.06.2018, 17:28
Re: help me guys - by GameOvr - 17.06.2018, 17:39
Re: help me guys - by CaptainBoi - 17.06.2018, 18:05
Re: help me guys - by TheBeastKhan - 17.06.2018, 18:53
Re: help me guys - by Lucases - 17.06.2018, 22:30

Forum Jump:


Users browsing this thread: 2 Guest(s)