gytisan Posted February 6, 2012 Share Posted February 6, 2012 Who can make GUI for me witch bind key F7 Image: Who make me this send via Gmail: [email protected] I can give maps to people who make this 4 me/ Link to comment
Sparrow Posted February 6, 2012 Share Posted February 6, 2012 function createGuiWindow() -- set here the GUI elements. end -- bind this GUI with key function onResourceStart () bindKey ("F7", "down", showUserPanel) guiSetVisible (window, false) -- window the variable name of the GUI window. end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onResourceStart) Link to comment
JR10 Posted February 6, 2012 Share Posted February 6, 2012 He wants the GUI itself, use guieditor resource. Link to comment
gytisan Posted February 6, 2012 Author Share Posted February 6, 2012 I try but when i finish i cant find my GUI Link to comment
Sparrow Posted February 6, 2012 Share Posted February 6, 2012 copy what was writed in /guiprint Link to comment
gytisan Posted February 6, 2012 Author Share Posted February 6, 2012 copy what was writed in /guiprint ok 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