28.08.2010, 10:19
Why does the vehicles respawn when i have this code? it shouldn't respawn again after death?
Code:
public OnVehicleDeath(vehicleid)
{
for(new i = 0; i < MAX_VEHICLES; i++)
{
SetVehicleToRespawn(0);
}
return 1;
}


