24.05.2014, 22:48
Quote:
CMD:dialog(playerid, params[])
{ ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[]); return true; } When I add this at the very end it gives me this error: C:\Users\MARKO\Desktop\Learning\gamemodes\Tutorial .pwn(44) : error 017: undefined symbol "dialogid" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase HelP! |
I.E.
Код:
ShowPlayerDialog(playerid, 9999, DIALOG_STYLE_LIST, "Example Dialog", "Option #1\nOption #2\nOption #3", "Select", "Cancel");