SA-MP Forums Archive
[Ajuda] Erro atormentando; - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Erro atormentando; (/showthread.php?tid=378258)



Erro atormentando; - Ley - 17.09.2012

Resolvido.


Re: Erro atormentando; - .FuneraL. - 17.09.2012

pawn Код:
format(string, sizeof(string), "%s Ganhou R$ %d.", Nome(playerid), Premio);

stock Nome(playerid)
{
     new N[24];
     GetPlayerName(playerid, N, sizeof(N));
     return N;
}



Re: Erro atormentando; - Ley - 17.09.2012

Quote:
Originally Posted by .FuneraL.
Посмотреть сообщение
pawn Код:
format(string, sizeof(string), "%s Ganhou R$ %d.", Nome(playerid), Premio);

stock Nome(playerid)
{
     new N[24];
     GetPlayerName(playerid, N, sizeof(N));
     return N;
}
Deu em nada;


Re: Erro atormentando; - Ley - 17.09.2012

Jб resolvi.