13.02.2013, 22:32
Run a timer.
Like SetTimer("VehRespawn", 15000, true);
forward VehRespawn();
public VehRespawn()
{
// loop through the static vehicles or just MAX_VEHICLES and respawn them
}
Like SetTimer("VehRespawn", 15000, true);
forward VehRespawn();
public VehRespawn()
{
// loop through the static vehicles or just MAX_VEHICLES and respawn them
}