Jump to content

Create Ped in vehicle.


DaNeE

Recommended Posts

Hy guys. My friend make Role Play server in MTA. And we can do normal Ped, who only stand. But we cant do e.g. Planes, Cars, Boats, Trains, Bus,etc. Can u help me how Can we do this?

P.S. On Other forum some people said, try to use OMG... Not work! So pls other idea!

Thanks!

Daniel.

Link to comment

yes he warped the ped in vehicle you are able to drive the car and the ped is in vehicle ... (if you site on driver side you can drive the car ) use

  
  
addEventHandler("onVehicleEnter", getRootElement(), 
function(thePlayer, seat, jacked) 
acitanox = createPed( 0, 0, 0, 0 ) 
if acitanox then 
 warpPedIntoVehicle( acitanox , source, 2 ) 
end 
end 
  
  

try this server side

Edited by Guest
Link to comment

i speak on skype and he whant's a bus whit a ped who drive it automatic and stop on bustop real players go in the bus and automatic ped drive it to next bus stop... (like in real life but he whants the driver to be a 100% script controled ped )

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...