25.07.2011, 10:15
strcmp is used for string comparisons, you are trying to compare integers.
Just use normal "if(vehicleid == PlayerInfo[playerid][CarLinkID])..."
Just use normal "if(vehicleid == PlayerInfo[playerid][CarLinkID])..."