[HELP] respawn
#4

Try this

define RespawnTime "2000" //You can change time to respawn vehicles here!

Quote:

public RespawnVehicles()
{
for(new c = 0; c < MAX_VEHICLES; c++)
{
if(c != INVALID_VEHICLE_ID)
{
if(IsVehicleEmpty©) SetVehicleToRespawn©;
}
}
return 1;
}

Quote:
public OnGameModeInit()
{
SetTimer("RespawnVehicles", RespawnTime, 1);
return 1;
}

Reply


Messages In This Thread
[HELP] respawn - by Luca12 - 24.05.2014, 09:49
Re: [HELP] respawn - by MattTucker - 24.05.2014, 10:41
Re: [HELP] respawn - by Luca12 - 24.05.2014, 10:48
Re: [HELP] respawn - by MasonSFW - 24.05.2014, 10:50
Re: [HELP] respawn - by Luca12 - 24.05.2014, 11:15

Forum Jump:


Users browsing this thread: 1 Guest(s)