SetVehicleVirtualWorld wont work??
#2

Try this, I am 85% sure that this will help you
pawn Код:
public SpawnVehicles()
{
    new veh;
    for(new i=0;i<sizeof(vehicleids);i++)
    {
      veh = AddStaticVehicle(vehicleids[i],vehicles[i][0],vehicles[i][1],vehicles[i][2],vehicles[i][3],-1,-1);
      SetVehicleVirtualWorld(veh,1);
    }
}
Reply


Messages In This Thread
SetVehicleVirtualWorld wont work?? - by Luciano - 25.07.2009, 00:19
Re: SetVehicleVirtualWorld wont work?? - by abhinavdabral - 25.07.2009, 00:37
Re: SetVehicleVirtualWorld wont work?? - by Luciano - 25.07.2009, 00:39
Re: SetVehicleVirtualWorld wont work?? - by yezizhu - 25.07.2009, 01:01
Re: SetVehicleVirtualWorld wont work?? - by Luciano - 25.07.2009, 01:09
Re: SetVehicleVirtualWorld wont work?? - by yezizhu - 25.07.2009, 01:28

Forum Jump:


Users browsing this thread: 2 Guest(s)