CobbTheWarriorsRPG Posted November 10, 2013 Posted November 10, 2013 Hello, I made a panel, but when i hit it, The guy show to the others players function showGuiAuto ( ) guiSetVisible ( autoventana, true) showCursor ( true ) end addEventHandler ( "onClientMarkerHit", auto, showGuiAuto ) help please, Thanks
manve1 Posted November 10, 2013 Posted November 10, 2013 addEventHandler("onClientMarkerHit", auto, function( p ) if p == localPlayer then guiSetVisible ( autoventana, true) showCursor ( true ) end end
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