20.03.2011, 15:49
strcmp returns 0 when the strings match. So you need to edit your code accordingly, for example:
pawn Код:
if(!strcmp(VehicleInfo[vehicleid][vOwner], PlayerInfo[playerid][pName], false))