11.04.2012, 18:22
Get the vehicle ID and model
Destroy the vehicle
Then proceed with the vehicle plate and re-spawn
pawn Код:
new vehicle = GetPlayerVehicleID(playerid);
new model = GetVehicleModel(vehicle);
pawn Код:
DestroyVehicle(vehicle);
pawn Код:
SetVehicleNumberPlate(vehicle = CreateVehicle(model, x, y, z, angle, color1, color2, respawn_delay), tmp);
PutPlayerInVehicle(playerid, vehicle, 0);