12.11.2010, 10:55
what is line 17 ? oh omg -.- the commadn u have to put under onplayercommandtext -.- like this
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp("/haha",cmdtext,true))
{
SetTimerEx("boom",15000,0,"i",playerid);
return 1;
}
return 0;
}