Compile Error NEED HELP
#1

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");
Reply
#2

help?
Reply
#3

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");
Reply
#4

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

Same Line ?

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

the entire server code?
Reply
#7

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");
Reply
#8

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


Forum Jump:


Users browsing this thread: 1 Guest(s)