SA-MP Forums Archive
Compile Error NEED HELP - 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: Compile Error NEED HELP (/showthread.php?tid=329090)



Compile Error NEED HELP - NinjaChicken - 27.03.2012

im trying to compile my script but i get this error

C:\Users\BestFamily\Desktop\GENX.pwn(59010) : error 017: undefined symbol "arrString"
here is the line
ShowPlayerDialog(playerid, 5200, DIALOG_STYLE_MSGBOX, arrString, "You are entering our a new world of its own, Choose a package to begin!", "Continue", "Next");


Re: Compile Error NEED HELP - NinjaChicken - 27.03.2012

help?


Re: Compile Error NEED HELP - Ronaldo_raul™ - 27.03.2012

pawn Код:
ShowPlayerDialog(playerid, 5200, DIALOG_STYLE_MSGBOX, "arrString", "You are entering our a new world of its own, Choose a package to begin!", "Continue", "Next");



Re: Compile Error NEED HELP - NinjaChicken - 27.03.2012

now i get this
C:\Users\BestFamily\Desktop\GENX.pwn(59010) : error 017: undefined symbol "arrString"
am i missing an include or something?


Re: Compile Error NEED HELP - Ronaldo_raul™ - 27.03.2012

Same Line ?

EDIT: I tested in my gm and worked properly. Show me the whole code.


Re: Compile Error NEED HELP - NinjaChicken - 27.03.2012

the entire server code?


Re: Compile Error NEED HELP - Ronaldo_raul™ - 27.03.2012

No, Code around this
pawn Код:
ShowPlayerDialog(playerid, 5200, DIALOG_STYLE_MSGBOX, arrString, "You are entering our a new world of its own, Choose a package to begin!", "Continue", "Next");



Re: Compile Error NEED HELP - Boooth - 27.03.2012

Why have you got so your using arrString as the dialog title, have you created the string anywhere with:
Код:
new arrString[32];