Cmd work in 5 secs?
#5

On Top of your script :

Код:
new ExitTimer[MAX_PLAYERS];
Код:
COMMAND:exit( playerid, params[ ] )
{
if(DM[playerid] == true)
{
SetPlayerPos(playerid, 397.5430, -1804.3560, 8.9000);
SendClientMessage(playerid, 0xFF000090, "You exit from DM zone.");
ResetPlayerWeapons(playerid);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerInterior(playerid, 0);
DM[playerid] = false;
SetTimerEx("ExitTimer", 5000, false);
}
I think this will help you
Reply


Messages In This Thread
Cmd work in 5 secs? - by Louris - 24.11.2012, 15:44
Re: Cmd work in 5 secs? - by YoYo123 - 24.11.2012, 15:46
Re: Cmd work in 5 secs? - by Louris - 24.11.2012, 16:44
Re: Cmd work in 5 secs? - by YoYo123 - 24.11.2012, 16:49
Re: Cmd work in 5 secs? - by ItalianKiller1568 - 24.11.2012, 16:49
Re: Cmd work in 5 secs? - by Louris - 24.11.2012, 16:57
Re: Cmd work in 5 secs? - by Boooth - 24.11.2012, 17:08

Forum Jump:


Users browsing this thread: 2 Guest(s)