ABoHussin Posted October 10, 2016 Share Posted October 10, 2016 hi everyone ,, i have error with me simple script ..! its about move vehicle .. any one can help me ? code : function newPed() local x, y, z = getElementPosition(localPlayer) local myPed = createPed(0, x + 1, y, z) local car = createVehicle ( 579, x+1, y, z ) warpPedIntoVehicle ( myPed, car) if myPed then setPedControlState(myPed,"forwards", true) end end addCommandHandler("ped",newPed) error in debugscript 3 : Link to comment
' A F . Posted October 10, 2016 Share Posted October 10, 2016 Put This in Your Meta.xml <min_mta_version_client="1.3.0-9.04482"></min_mta_version> 1 Link to comment
shaio Posted October 11, 2016 Share Posted October 11, 2016 Also this would be simpler if you used slothbot. 1 Link to comment
ABoHussin Posted October 11, 2016 Author Share Posted October 11, 2016 10 hours ago, Default said: Put This in Your Meta.xml <min_mta_version_client="1.3.0-9.04482"></min_mta_version> Not work.. 3 hours ago, shaio said: Also this would be simpler if you used slothbot. and how ?? how to make vehcile and move it ? Link to comment
ABoHussin Posted October 11, 2016 Author Share Posted October 11, 2016 up up upup up up Link to comment
Gravestone Posted October 11, 2016 Share Posted October 11, 2016 Quote Please avoid making double posts. 1 Link to comment
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