Vehicle Spawning.
#1

Is there a way to enter vehicles spawned by a command immediately, like with /vsel?
Reply
#2

Yes
EXAMPLE
New veh = CreateVehicle(.....
And then
PuPlayerInVehicle(playerid,veh,0);
Reply
#3

or

pawn Код:
PutPlayerInVehicle(playerid, CreateVehicle(vehicleid, vehicle_x, vehicle_y, vehicle_z, angle, color, respawn delay),0);
Reply
#4

Many thanks..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)