Hydra Posted April 22, 2019 Share Posted April 22, 2019 Salut, cum as putea sa pun sa se spawneze masini cand intri intr-un marker si sa te urmareasca gen ca pe nfs. test = createMarker(-2596.625, 579.358, 15.626, 'cylinder', 1.1, 255, 0, 0, 150) function pursuit(hitmarker) if hitmarker == localPlayer then playSound("pursuit.mp3") setElementDimension(hitmarker, 2) outputChatBox("[SERVER] You are now in pursuit mode", 255, 255 ,255) outputChatBox("[SERVER] Try to get rid of the cops", 255, 255, 255) end end addEventHandler( "onClientMarkerHit", test, pursuit ) Doar asta am facut deocamdata Link to comment
edge Posted July 2, 2019 Share Posted July 2, 2019 Folosești funcțiile createVehicle, createPed, warpPedIntoVehicle și setPedControlState. Și cred că și de resursa asta ai nevoie: https://wiki.multitheftauto.com/wiki/Slothman/Slothbot 1 Link to comment
Zorgman Posted July 8, 2019 Share Posted July 8, 2019 @edge Slothbot nu conduce, e doar pieton @Idwk45 Poti incerca cu NPC high-level control (HLC), o gasesti pe pagina asta impreuna cu alte resurse 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