09.02.2011, 19:29
pawn Код:
if(!strcmp(text, "10-0", true))
{
new Name[MAX_PLAYER_NAME], Msg[45];
GetPlayerName(playerid, Name, sizeof(Name));
format(Msg, sizeof(Msg), "%s says Caution!" , Name)
SendClientMessageToAll(0xFF0000FF, Msg);
}