11.05.2009, 20:17
pawn Код:
if(strcmp(cmdtext, "/911", true)==0)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
format(string, 256, "%s needs police help!", name);
SendClientMessageToAll(0xFF00FFAA, string);
return 1;
}