11.07.2012, 15:48
Example of it's use in a script:
pawn Код:
if(strcmp(cmdtext, "/announce", true, 9) == 0)
{
new string[256];
format(string,sizeof(string),"%s has announced something.",ShortenName(playerid));
SendClientMessageToAll(0xFF0000AA, string);
return 1;
}