22.07.2009, 21:18
Why is there a 'while' statement in that code? (the /buy command)
If you're trying to determine if the car that the player is in is owned, then you should use GetPlayerVehicleID(playerid)-1 (-1 because there is no vehicle ID 0)
If you're trying to determine if the car that the player is in is owned, then you should use GetPlayerVehicleID(playerid)-1 (-1 because there is no vehicle ID 0)