SA-MP Forums Archive
[Help]Menu |warning 213: tag mismatch| - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help]Menu |warning 213: tag mismatch| (/showthread.php?tid=146940)



[Help]Menu |warning 213: tag mismatch| - R3SpaWn3 - 09.05.2010

Hi mans so..i have a problem :S when i have some menus in my RP gm but it says: warning 213: tag mismatch

Look..an example:

Код:
	jobs = CreateMenu("Jobs(1)", 1, 50.0, 180.0, 200.0, 200.0);
Error:

Код:
warning 213: tag mismatch
why happened this?

Thanks..


Re: [Help]Menu |warning 213: tag mismatch| - Killa_ - 09.05.2010

pawn Код:
new Menu:jobs;



Re: [Help]Menu |warning 213: tag mismatch| - R3SpaWn3 - 09.05.2010

Quote:
Originally Posted by Killa_
pawn Код:
new Menu:jobs;
It isn't work man i already have that..


Re: [Help]Menu |warning 213: tag mismatch| - Killa_ - 09.05.2010

Код:
jobs = CreateMenu("Jobs - 1", 1, 50.0, 180.0, 200.0, 200.0);
Looks fine to me, sure thats the tag giving the error?


Re: [Help]Menu |warning 213: tag mismatch| - R3SpaWn3 - 09.05.2010

Quote:
Originally Posted by Killa_
Код:
jobs = CreateMenu("Jobs(1)", 1, 50.0, 180.0, 200.0, 200.0);
It isn't work.. fuck this shit..


Re: [Help]Menu |warning 213: tag mismatch| - R3SpaWn3 - 09.05.2010

Heeeeeeeeeeeeeeeeeeeeeeelp


Re: [Help]Menu |warning 213: tag mismatch| - luigifan9 - 09.05.2010

IS it a fs or in your gm?


Re: [Help]Menu |warning 213: tag mismatch| - RyDeR` - 09.05.2010

Show us your variable..