Msypon Posted July 9, 2012 Posted July 9, 2012 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>
Msypon Posted July 9, 2012 Author Posted July 9, 2012 nvm, i fixed it I changed this triggerServerEvent("CTheVehicle",root,theselectedveh,x,y,z) to this triggerServerEvent("CTheVehicle",localPlayer,theselectedveh,x,y,z) Thanks anyway
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now