13.12.2010, 18:51
I am using but the point is, if I destroy and recreate the car then I also need to respawn it, which is sometimes lagging, just like this:
This sux lol....
Another idea would be the ability to add SetVehicleNumberPlate in OnVehicleSpawn... so respawn won't be needed.
pawn Код:
DestroyVehicle(vehicleid);
crap = CreateVehicle(560,....);
SetVehicleNumberPlate(crap,"Ihateu");
SetVehicleToRespawn(crap);
Another idea would be the ability to add SetVehicleNumberPlate in OnVehicleSpawn... so respawn won't be needed.