Dialog problem.
#1

I'm trying to build a gamemode from scratch using tutorials but i'm a little stuck at this dialog thing, i don't really get the problem. I got another list dialog but no matter what id i give the dialog it keeps giving me this error:

Код:
D:\samp03\gamemodes\KRM.pwn(183) : error 027: invalid character constant
D:\samp03\gamemodes\KRM.pwn(183) : error 027: invalid character constant
Код:
 ShowPlayerDialog(playerid,2, DIALOG_STYLE_LIST, "Where do you want to go?", "nLSPD\ n4Dragons\ nGrove Street", "Go!", "Cancel");
Might be something easy to fix but i'm a newbie when it comes to pawn...
Reply
#2

pawn Код:
ShowPlayerDialog(playerid,2, DIALOG_STYLE_LIST, "Where do you want to go?", "LSPD\n 4Dragons\n Grove Street", "Go!", "Cancel");
Try this
Reply
#3

Oh thanks for the quick answer, worked like a charm.
Reply
#4

Quote:
Originally Posted by Robbie_Jay
Посмотреть сообщение
Oh thanks for the quick answer, worked like a charm.
Anytime pal
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)