Why does ..
#4

Quote:
Originally Posted by Jonny5
Посмотреть сообщение
dont bump its against the rules!!

pawn Код:
forward dissablecmd(playerid);
public dissablecmd(playerid)
{
KillTimer(Timer);
CMDClass[playerid] = 1;
SendClientMessage(playerid,COLOR_LIGHTBLUE,"/class time is over");
print("/class time is over");
return 1;
}
try that

edit also you should be using SetTimerEx

pawn Код:
Timer = SetTimerEx("dissablecmd",30000,false,"i",i);
No work :\
Reply


Messages In This Thread
Why does .. - by [D]ry[D]esert - 07.05.2012, 12:21
Re: Why does .. - by [D]ry[D]esert - 07.05.2012, 12:29
Re: Why does .. - by Jonny5 - 07.05.2012, 12:35
Re: Why does .. - by [D]ry[D]esert - 07.05.2012, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)