[HELP] Tag Mismatch
#1

Hey guys i have been tryibng to figure this out, i was going to make a commands dialog my own way and keep getting
Код:
 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.
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).

Код:
#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;
}
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.
Reply


Messages In This Thread
[HELP] Tag Mismatch - by Jakwob - 06.11.2014, 16:57
Re: [HELP] Tag Mismatch - by Stinged - 06.11.2014, 17:06
Re: [HELP] Tag Mismatch - by DavidBilla - 06.11.2014, 17:07
Re: [HELP] Tag Mismatch - by M0HAMMAD - 06.11.2014, 17:08
Re: [HELP] Tag Mismatch - by Jakwob - 06.11.2014, 17:09
Re: [HELP] Tag Mismatch - by Jakwob - 06.11.2014, 17:12
Re: [HELP] Tag Mismatch - by DavidBilla - 06.11.2014, 17:15
Re: [HELP] Tag Mismatch - by Mitchelll - 06.11.2014, 17:16
Re: [HELP] Tag Mismatch - by Stinged - 06.11.2014, 17:20
Re: [HELP] Tag Mismatch - by Jakwob - 06.11.2014, 17:35

Forum Jump:


Users browsing this thread: 1 Guest(s)