Vehicle position don't load
#1

Код:
function LoadCars()
{
for(new i = 0; i < MAX_CARS; i++)
    {
                if(!fexist(CarPath(i)))
                {
                    SetVehicleNumberPlate(i, "-");
                    SetVehiclePos(i, CarInfo[i][X], CarInfo[i][Y], CarInfo[i][Z]);
				}
                else if(fexist(CarPath(i)))
                {
                        //new playerid;
                        SetVehicleNumberPlate(i, CarInfo[i][Numeriai]);
                        SetVehiclePos(i, CarInfo[i][X], CarInfo[i][Y], CarInfo[i][Z]);
                        SetVehicleToRespawn(i);
                }
	}
return 1;
}
I don't know why its not loading, its save possition, but not load. Help please!
Reply


Messages In This Thread
Vehicle position don't load - by PASHKEN - 11.02.2012, 17:38
Re: Vehicle position don't load - by PASHKEN - 12.02.2012, 10:38
Re: Vehicle position don't load - by iPLEOMAX - 12.02.2012, 11:33
Re: Vehicle position don't load - by PASHKEN - 12.02.2012, 15:05

Forum Jump:


Users browsing this thread: 1 Guest(s)