25.05.2012, 17:28
Hello there, how can I add a timer to this command?
pawn Код:
if (strcmp("/af", cmdtext, true, 10) == 0)
{
new pName[MAX_PLAYER_NAME],str[100];
GetPlayerName(playerid,pName,sizeof(pName));
format(str,sizeof(str),"{FF7F00} %s went to the Abonded Airfield (/af).",pName);
SetPlayerPos(playerid, 431.0490,2503.5349,16.4844);
SendClientMessageToAll(-1,str);
return 1;
}