Tag mismatch
#2

Don't use ! and == 0 at once.

It's the same expression. Both check for the value being zero.

Just do

Код:
if(strcmp(VehicleNumberPlate[id], PlayerInfo[playerid][pPlate1]) == 0)
or

Код:
if(!strcmp(VehicleNumberPlate[id], PlayerInfo[playerid][pPlate1]))
Reply


Messages In This Thread
Tag mismatch - by Cubie - 13.09.2017, 12:25
Re: Tag mismatch - by NaS - 13.09.2017, 12:42
Re: Tag mismatch - by n00blek - 13.09.2017, 12:48
Re: Tag mismatch - by Cubie - 13.09.2017, 12:58
Re: Tag mismatch - by billy1337samp - 24.11.2017, 15:38
Re: Tag mismatch - by thefirestate - 24.11.2017, 16:10
Re: Tag mismatch - by billy1337samp - 24.11.2017, 16:12
Re: Tag mismatch - by thefirestate - 24.11.2017, 16:20

Forum Jump:


Users browsing this thread: 6 Guest(s)