Tag Mismatch warning
#1

There is codes where i have warnings

Код:
ShowMenuForPlayer(tele,playerid);
Код:
if(current == tele)
Код:
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
Reply
#2

Are you defining it with the prefix 'Menu:'?

pawn Код:
new Menu:tele; //You must do that
Reply
#3

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?
Reply
#4

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?
Reply
#5

Quote:

He will get an error for this.

No, that's the way he should do it...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)