Dialog Error
#1

Hello there,

If I compile my script it will give those errors:
Код:
error 017: undefined symbol "DIALOG_PARKTELES"
error 017: undefined symbol "DIALOG_PARKTELES"
The code
Код:
else if(PlayerInfo[playerid][World] == PKWorldID)
	{
	    ShowPlayerDialog(playerid, DIALOG_PARKTELES, DIALOG_STYLE_LIST, "Parkour World Teleports", "/pk 1\t/pk 2\t/pk 3\t/pk 4\t/pk 5\t/pk 6\t/pk 7\t/pk 8\t/pk 9\t/pk 10\t/pk 11\t/pk 12\t/pk 13\t/pk 14", "Ok", "");
	}
Please help me.

Thanks
Reply
#2

You should "#define DIALOG_PARKTELES (Some Number)" at the script..
Reply
#3

Код:
#define JDIALOGS        2000
That's what I have at the top, should I change it?
Reply
#4

Just add
pawn Код:
#define DIALOG_PARKTELES 1999
near it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)