06.11.2014, 16:57
Hey guys i have been tryibng to figure this out, i was going to make a commands dialog my own way and keep getting
here is the whole code (its small as i have just started to write it and can not figure out why i keep getting this warning).
i have used ShowPlayerDialog in many of my scripts and some reason now it just keeps giving this warning. i feel quite stupid and this is the last place i would come as normally i research (did some research and none helped the problem) and figure it out myself. i now feel tired and maybe thats why i can see the problem.
Thanks for any help in advance.
Код:
C:\Documents and Settings\SAMP\Desktop\91.121.237.253_7847\filterscripts\Commands.pwn(15) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Код:
#define FILTERSCRIPT #include <a_samp> #include <zcmd> #define COMMANDZ "Player\nVehicle" enum DIALOGS { DIALOG_COMMANDZ, } CMD:cmds(playerid, params[]) { ShowPlayerDialog(playerid, DIALOG_COMMANDZ, DIALOG_STYLE_LIST, "COMMANDS", COMMANDZ, "Close", ""); return 1; }
Thanks for any help in advance.