Jump to content

[funny]Marker bug...


Deepu

Recommended Posts

Guys I am having this funny marker bug... this is unusual... first time happening... it works fine when I attach it to a commandHandler or something...

The bug is that when my friend hit a marker, I can see the customGUI too.. I see no bug or error in the custom GUI since all of its events are fine and errorless only bug can be detected in here..

local jewel = createMarker(2000, 1996,  12.5, "cylinder", 1, 255, 255, 255) 
function openGUI () 
   addEventHandler("onClientRender", root, mainGUI) 
end 
addEventHandler("onClientMarkerHit", jewel, openGUI) 
  

I can see this GUI when my friend hits the marker... dafack is this bug guys?

Link to comment

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