[URGENTE]Samp-server
#9

pawn Код:
SendClientMessageToAll(AMARELO,"%s usou o comando /policia e virou policial");
Correto seria

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);
Reply


Messages In This Thread
[URGENTE]Samp-server - by Rafael_. - 21.09.2011, 02:15
Re: [URGENTE]Samp-server - by Vai_Besta - 21.09.2011, 02:17
Re: [URGENTE]Samp-server - by Rafael_. - 21.09.2011, 02:20
Re: [URGENTE]Samp-server - by Rafael_. - 21.09.2011, 02:26
Re: [URGENTE]Samp-server - by [O.z]Caroline - 21.09.2011, 02:27
Re: [URGENTE]Samp-server - by Rafael_. - 21.09.2011, 02:33
Re: [URGENTE]Samp-server - by Macintosh - 21.09.2011, 02:36
Re: [URGENTE]Samp-server - by Rafael_. - 21.09.2011, 02:38
Re: [URGENTE]Samp-server - by Macintosh - 21.09.2011, 02:43
Re: [URGENTE]Samp-server - by Lуs - 21.09.2011, 02:43

Forum Jump:


Users browsing this thread: 3 Guest(s)