01.04.2015, 09:32
If its a boolean then you can just do this
But it seems u make it load it as a string, so if its a string then you gotta do this :
strcmp returns 0 if string matches so we do != 0
PHP Code:
if(PlayerPosao[playerid][pZaposlen])return ....
PHP Code:
if(strcmp(PlayerPosao[playerid][pZaposlen], "Potvrda") != 0) return ...