24.05.2014, 22:42
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!
{
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!