Jump to content

¿Tienda?


Emnadai

Recommended Posts

  • 1 month later...

 

--[[Client-side]]--

wnd = guiCreateWindow( float x, float y, float width, float height, string titleBarText, bool relative ))
guiSetVisible(wnd,false)

addEvent('open',true)
addEventHandler('open',getLocalPlayer(),
	function()
		guiSetVisible(wnd,true)
	end
)

--[[Server-side]]--

marker = createMarker( float x, float y, float z [, string theType = "checkpoint", float size = 4.0, int r = 0, int g = 0, int b = 255, int a = 255, visibleTo = getRootElement( ) ] )

addEventHandler('onMarkerHit',marker,
	function(hit,md)
		triggerClientEvent(hit,'open',hit)
	end
)

 

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