Jump to content

warpPedIntoVehicle


Msypon

Recommended Posts

Why this is not working?

vehicle = { } 
  
function theVehicle(id,x,y,z) 
    if id and x and y and z then 
    if ( isElement ( vehicle [ source ] ) ) then 
        destroyElement ( vehicle [ source ] ) 
    end 
end 
    vehicle [ source ] = createVehicle (id,x,y,z) 
    setTimer ( warpPedIntoVehicle, 200, 1, source, vehicle [ source ] ) 
end 
addEvent("CTheVehicle",true) 
addEventHandler("CTheVehicle",root,theVehicle) 
  

WARNING: createveh\server.lua:10 Bad 'ped' pointer @ 'warpPedIntoVehicle' <1>

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...