Emnadai Posted July 29, 2019 Share Posted July 29, 2019 Como puedo hacer que mi market cuando el usuario ingrese hay mi tienda aparezca un panel... ¿Alguien me explica? Link to comment
root. Posted September 5, 2019 Share Posted September 5, 2019 --[[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
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