23.06.2011, 10:22
Make sure that pCar[playerid] is actually set to a value before removing it to start with. There could be a vehicle under the ID 0 and it would be removed since you are getting rid of a blank variable. Also, can we see the function for DestroyCar?