warning 213: tag mismatch
#1

I have this warning, I dont know how to solve this.
Line code:
Код:
if(IsPlayerInRangeOfPoint( playerid, 10, Houses[gouse][hInteriorX], Houses[gouse][hInteriorY], Houses[gouse][hInteriorZ] || WatchingTV[playerid] != 0))
Reply
#2

PHP код:
if(IsPlayerInRangeOfPointplayerid10Houses[gouse][hInteriorX], Houses[gouse][hInteriorY], Houses[gouse][hInteriorZ] || WatchingTV[playerid] != 0
Reply
#3

close this function (IsPlayerInRangeOfPoint)

IsPlayerInRangeOfPoint(playerid, 10, Houses[gouse][hInteriorX], Houses[gouse][hInteriorY], Houses[gouse][hInteriorZ] || WatchingTV[playerid])

You have missed this - )
so your code will be - if(IsPlayerInRangeOfPoint(playerid, 10, Houses[gouse][hInteriorX], Houses[gouse][hInteriorY], Houses[gouse][hInteriorZ]) || WatchingTV[playerid] != 0)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)