21.09.2011, 02:43
pawn Код:
SendClientMessageToAll(AMARELO,"%s usou o comando /policia e virou policial");
pawn Код:
new
sStr[45 + MAX_PLAYER_NAME],
Nome[MAX_PLAYER_NAME]
;
GetPlayerName(playerid, Nome, sizeof(Nome));
format(sStr, sizeof(sStr), "%s usou o comando /policia e virou policial", Nome); // Texto formatado '-'
SendClientMessageToAll(AMARELO, sStr);