05.08.2010, 00:52
If "remove vehicleid 29" means removing it from OnGameModeInit manually, you need to rename the "30.ini" to
"29.ini" manually as well.
Because the compiler doesn't keep record of the vehicle that "was" created with the same ID and then doesn't look for that id's file.
And if you are talking about removing the vehicle as in "DestroyVehicle", then the id's won't change untill restart anyways.
EDIT: I'd suggest you use the owner's name or anything other than vehicle id's since they tend to change.
"29.ini" manually as well.
Because the compiler doesn't keep record of the vehicle that "was" created with the same ID and then doesn't look for that id's file.
And if you are talking about removing the vehicle as in "DestroyVehicle", then the id's won't change untill restart anyways.
EDIT: I'd suggest you use the owner's name or anything other than vehicle id's since they tend to change.