06.05.2011, 07:27
Did you use AddStaticVehicleEx? If so, change the last parameter (most likely set to 30) to 1800 (half an hour) or so.
Use this to respawn vehicles:
Use this to respawn vehicles:
pawn Код:
for(new v; v < MAX_VEHICLES; ++v)
{
SetVehicleToRespawn(v);
}