#4

You need to set virtual world for each, and you got 40 warnings rather than errors.
pawn Код:
new vid = AddStaticVehicleEx(522,-1805.30004883,-575.59997559,15.69999981,268.00000000,-1,-1,15); //NRG-500
    SetVehicleVirtualWorld(vid, 9);
    new vid1 = AddStaticVehicleEx(522,-1805.30004883,-583.59997559,15.69999981,267.99499512,-1,-1,15); //NRG-500
    SetVehicleVirtualWorld(vid1, 9);
If you wanted to make all vehicles in virtual world 9 you could try under on filtersciptinit:
pawn Код:
for(new i=1; i<MAX_VEHICLES; i++)
{
    SetVehicleVirtualWorld(i, 9);
}
All though this is untested.
Reply


Messages In This Thread
Cars - by Super_Panda - 02.10.2011, 19:42
Re: Cars - by PowerPC603 - 02.10.2011, 19:45
Re: Cars - by Super_Panda - 02.10.2011, 20:00
Re: Cars - by brett7 - 02.10.2011, 20:03
Re: Cars - by Super_Panda - 02.10.2011, 20:18
Re: Cars - by Buzzbomb - 02.10.2011, 22:42
Re: Cars - by Unknown_Killer - 02.10.2011, 22:53

Forum Jump:


Users browsing this thread: 2 Guest(s)