SA-MP Forums Archive
[Ajuda] Erro 076: - 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 076: (/showthread.php?tid=621362)



Erro 076: - DaRoma - 09.11.2016

vim aqui pedir ajuda novamente , alguem me ajuda a tira esse erro pfv.. ' booa noite

PHP код:
C:\Users\Hiago\Downloads\RDCREINA\RDCREINA\GM\gamemodes\RDC.pwn(40421) : error 076syntax error in the expression, or invalid function call 
Linha: 40421
PHP код:
format(dialogrande2sizeof(dialogrande2),"{FFFF00}» {FFFFFF}Suas Informaзхes {FFFF00}«\n",GetPlayerName); 



Respuesta: Erro 076: - SammyJ - 09.11.2016

olhe como se usa a funзao.
https://sampwiki.blast.hk/wiki/GetPlayerName


Re: Erro 076: - n0minal - 10.11.2016

Код:
new str[24];
GetPlayerName(playerid, str, 24);
format(dialogrande2, sizeof(dialogrande2),"{FFFF00}» {FFFFFF}Suas Informaзхes {FFFF00}«\n", str);