Turbe$Z Posted April 3, 2017 Share Posted April 3, 2017 rablashelye = createMarker ( 252.3,-54.6,0.9, "cylinder", 1, 255, 255, 255, 170 ) function beleallas(thePlayer) outputChatBox("test",thePlayer,r,g,b,true) setPedAnimation ( thePlayer, "DANCING", "dnce_m_b") end addEventHandler( "onMarkerHit", rablashelye, beleallas ) setTimer( function(thePlayer) setPedAnimation(thePlayer,false) end,1000,0) Link to comment
AE. Posted April 3, 2017 Share Posted April 3, 2017 (edited) rablashelye = createMarker ( 252.3,-54.6,0.9, "cylinder", 1, 255, 255, 255, 170 ) function holy(tp) setPedAnimation(tp,false) end function beleallas(thePlayer) outputChatBox("test",thePlayer,r,g,b,true) setPedAnimation ( thePlayer, "DANCING", "dnce_m_b") setTimer(holy,1000,1,thePlayer) end addEventHandler( "onMarkerHit", rablashelye, beleallas ) Edited April 3, 2017 by 3laa33 1 Link to comment
Turbe$Z Posted April 3, 2017 Author Share Posted April 3, 2017 30 minutes ago, 3laa33 said: rablashelye = createMarker ( 252.3,-54.6,0.9, "cylinder", 1, 255, 255, 255, 170 ) function holy(tp) setPedAnimation(tp,false) end function beleallas(thePlayer) outputChatBox("test",thePlayer,r,g,b,true) setPedAnimation ( thePlayer, "DANCING", "dnce_m_b") setTimer(holy,1000,1,thePlayer) end addEventHandler( "onMarkerHit", rablashelye, beleallas ) Thanks 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