Tag Mismatch warning - 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: Tag Mismatch warning (
/showthread.php?tid=124688)
Tag Mismatch warning -
The_Pain - 31.01.2010
There is codes where i have warnings
Код:
ShowMenuForPlayer(tele,playerid);
Код:
C:\Users\Administrator\Desktop\samp03asvr_R4_win32\filterscripts\teles.pwn(40) : warning 213: tag mismatch
C:\Users\Administrator\Desktop\samp03asvr_R4_win32\filterscripts\teles.pwn(50) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
Then i use this menu with warning my server crashes
Re: Tag Mismatch warning -
Backwardsman97 - 31.01.2010
Are you defining it with the prefix 'Menu:'?
pawn Код:
new Menu:tele; //You must do that
Re: Tag Mismatch warning -
pierhs - 31.01.2010
Quote:
Originally Posted by Backwardsman97
Are you defining it with the prefix 'Menu:'?
pawn Код:
new Menu:tele; //You must do that
|
He will get an error for this.
Can u give us your OnPlayerSelectedMenuRow code?
Re: Tag Mismatch warning -
Backwardsman97 - 31.01.2010
Quote:
Originally Posted by Chuck_Taylor
Quote:
Originally Posted by Backwardsman97
Are you defining it with the prefix 'Menu:'?
pawn Код:
new Menu:tele; //You must do that
|
He will get an error for this.
Can u give us your OnPlayerSelectedMenuRow code?
|
No?
Re: Tag Mismatch warning -
Miguel - 31.01.2010
Quote:
He will get an error for this.
|
No, that's the way he should do it...