04.10.2011, 04:09
if CarInfo[i][vOwner] or PlayerName(playerid) is an empty string, strcmp will act unexpectedly and tell you that they match. Otherwise, the strcmp looks fine. What does PlayerName look like? A debug message with the values of CarInfo[i][vOwner] and PlayerName(playerid) would be good.