tag mismatch.
#1

I had enough of this.
Quote:

line 9059 warning 213: tag mismatch

line 9059
Код:
if(pInfo[playerid][GodMode] == true)
Quote:

line 9105 warning 213: tag mismatch

line 9105
Код:
if(pInfo[playerid][GodMode] == true)
Reply
#2

Can you show the enum of pInfo?
if it's an integer, change to this code :
Код:
if(!!pInfo[playerid][GodMode])
Reply
#3

See if GodMode is a bool(ean). And post the pinfo enum if that doesn't help.

If you call true, as far as I remember, the called variable should be a boolean.
Reply
#4

~removed.~
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)