Vehicle Problem.
#5

Try this:
on the top of the script
PHP код:
new bool:Spawned[MAX_VEHICLES]; 
Under the spawn car command
PHP код:
//Beside the create vehicle type
//new car = CreateVehicle(.....
Spawned[car] = true
Then under the respawn command
PHP код:
for(new 0MAX_VEHICLES;x++)
{
    if(
Spawned[x] == true)
    {
          
SetVehicleToRespawn(x); 
    }

I'm not sure but try
Reply


Messages In This Thread
Vehicle Problem. - by ChristolisTV - 31.07.2015, 18:29
Re: Vehicle Problem. - by ChristolisTV - 31.07.2015, 18:36
Re: Vehicle Problem. - by nezo2001 - 31.07.2015, 18:38
Re: Vehicle Problem. - by ChristolisTV - 31.07.2015, 18:49
Re: Vehicle Problem. - by nezo2001 - 31.07.2015, 19:10
Re: Vehicle Problem. - by ChristolisTV - 31.07.2015, 19:19
Re: Vehicle Problem. - by Variable™ - 31.07.2015, 19:26
Re: Vehicle Problem. - by nezo2001 - 31.07.2015, 20:01
Re: Vehicle Problem. - by TheLegend1 - 31.07.2015, 22:30

Forum Jump:


Users browsing this thread: 2 Guest(s)