spawning cars with id's
#8

I think that this could work

not sure because of the new native SetVehicleParamsEx

pawn Код:
//where you create the vehicle for the player
new
    vehicleid = CreateVehicle(...);
SetVehicleParamsEx(vehicleid, 1, 0, 0, 1, 0, 0, 0);
SetVehicleParamsForPlayer(vehicleid, playerid, 0, 0);
Additionally you should read the OnVehicleStreamIn part on the page SetVehicleParamsForPlayer
Reply


Messages In This Thread
spawning cars with id's - by slymatt - 28.07.2011, 12:16
Re: spawning cars with id's - by Calgon - 28.07.2011, 12:32
Re: spawning cars with id's - by slymatt - 28.07.2011, 12:40
Re: spawning cars with id's - by Calgon - 28.07.2011, 12:41
AW: spawning cars with id's - by Nero_3D - 28.07.2011, 13:05
Re: spawning cars with id's - by slymatt - 28.07.2011, 13:10
Re: spawning cars with id's - by slymatt - 28.07.2011, 13:35
AW: spawning cars with id's - by Nero_3D - 28.07.2011, 14:13
Re: spawning cars with id's - by Kaperstone - 28.07.2011, 14:28

Forum Jump:


Users browsing this thread: 1 Guest(s)