22.08.2012, 21:13
This is the code I'm using:
I get the error:
warning 213: tag mismatch
But when I change FALSE to 1 or something similiar, the error goes away. But I need to keep it as false, any possible solutions?
PHP код:
if(pInfo[playerid][pAlive] == false)
warning 213: tag mismatch
But when I change FALSE to 1 or something similiar, the error goes away. But I need to keep it as false, any possible solutions?