[Ajuda] syntax error in the expression, or invalid function call - 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] syntax error in the expression, or invalid function call (
/showthread.php?tid=571661)
syntax error in the expression, or invalid function call -
JuniorTheDM - 21.04.2015
Quote:
C:\Users\Usuario\Desktop\THE DM\gamemodes\thedm.pwn(2162) : error 076: syntax error in the expression, or invalid function call
|
PHP код:
strins(GMXDialog,"{00CC00}Por Um Gmx Dado Por %s\n",strlen(GMXDialog));
ShowPlayerDialog(GetPlayerName, playerid, 1235, DIALOG_STYLE_MSGBOX, "G-M-X ",GMXDialog, "Ok", "Sair");
Re: Esse Erro n sem como arrumar -
Lуs - 21.04.2015
PHP код:
ShowPlayerDialog(playerid, 1235, DIALOG_STYLE_MSGBOX, "G-M-X ",GMXDialog, "Ok", "Sair");
Respuesta: Esse Erro n sem como arrumar -
JuniorTheDM - 21.04.2015
mais eu quero botar o nome ali para aparecer qmm foi por isso coloquei %s
Re: Respuesta: Esse Erro n sem como arrumar -
Lуs - 21.04.2015
Quote:
Originally Posted by JuniorTheDM
mais eu quero botar o nome ali para aparecer qmm foi por isso coloquei %s
|
E de qual variбvel vocк estб obtendo esse nome?
O certo era vocк ter utilizado
format neste caso, strins nгo й necessбrio.
Re: Respuesta: Esse Erro n sem como arrumar -
ProKillerpa - 21.04.2015
Quote:
Originally Posted by JuniorTheDM
mais eu quero botar o nome ali para aparecer qmm foi por isso coloquei %s
|
Para fazeres isso, pelo meu entendimento sobre o que vocк quer fazer, й necessбrio format.
Se fosses ler a funзгo na wiki, iria ver que a o primeiro parвmetro refere-se б quem serб mostrado o dialog.
PHP код:
The ID of the player to show the dialog to.
ShowPlayerDialog