07.04.2018, 22:29
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)
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)

