Jump to content

Pursuit


Hydra

Recommended Posts

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
  • 2 months later...

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