Help? error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help? error (
/showthread.php?tid=470631)
Help? error -
eblood1 - 19.10.2013
The line.... ShowPlayerDialog(playerid, Cmds_Dialog, LIST, title, string, "Close", "");
C:\Users\Administrator\Desktop\Extreme Stunting\gamemodes\StuntGM_XS.pwn(11313) : error 017: undefined symbol "title"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: Help? error -
qazwsx - 19.10.2013
Quote:
Originally Posted by eblood1
The line.... ShowPlayerDialog(playerid, Cmds_Dialog, LIST, title, string, "Close", "");
C:\Users\Administrator\Desktop\Extreme Stunting\gamemodes\StuntGM_XS.pwn(11313) : error 017: undefined symbol "title"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
It should be:
pawn Код:
ShowPlayerDialog(playerid,DIALOG_STLYE_LIST,"Title",string,"Close","");
Wish it helped
Re: Help? error -
]Rafaellos[ - 19.10.2013
pawn Код:
ShowPlayerDialog(playerid, Cmds_Dialog, DIALOG_STYLE_LIST, title, string, "Close", "");