[Help] Tag mismatch
#1

pawn Код:
new locked[32];
if(IsLocked[GetPlayerVehicleID(playerid)] == true) locked = "~r~LOCK";
else locked = "~g~UNLOCK";
warning 213: tag mismatch

on This line : if(IsLocked[GetPlayerVehicleID(playerid)] == true) locked = "~r~LOCK";


Ig anyone have any soultions please help!
Reply
#2

Change true to 1 or declare your IsLocked variable with the bool: tag. Or just leave it out altogether.
Reply
#3

Removed!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)