Help? error
#1

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.
Reply
#2

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
Reply
#3

pawn Код:
ShowPlayerDialog(playerid, Cmds_Dialog, DIALOG_STYLE_LIST, title, string, "Close", "");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)