26.02.2009, 21:38
Well, any help? for example:
Any idea about how to make the breaktime function?
pawn Код:
if(strcmp(cmdtext, "/test", true) == 0)
{
SendClientMessage(playerid, color, "Sending you a message in 10 seconds =)");
breaktime(10); //10 is the ammount of seconds;
SendClientMessage(playerid, color, "Tada!") //this appears after 10secs
return 1;
}

