Little Explanation
#4

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


Messages In This Thread
Little Explanation - by NoDi522 - 01.04.2015, 08:04
Re: Little Explanation - by CalvinC - 01.04.2015, 08:37
Re: Little Explanation - by NoDi522 - 01.04.2015, 09:00
Re: Little Explanation - by BroZeus - 01.04.2015, 09:32

Forum Jump:


Users browsing this thread: 1 Guest(s)