06.10.2011, 20:43
Quote:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/Robbery", true))
{
GameTextForPlayer(playerid, "~Y~You are Attempting to ~r~ Hack ~y~ Bank Door ~n~ ~g~ You have to wait...", 30000, 5);
SetTimer(Robtime, 30000, false);
return 1;
}
return 0;
}
pawn Код:
Forward Robtime();