Try Posted February 7, 2012 Posted February 7, 2012 I solved about the logo but now i have another problem how to set gui alpha for totality black i tried setGuiAlpha(wndMain,1) but i don`t know where to put it can someone help me? Thanks for all, Mari.
Try Posted February 7, 2012 Author Posted February 7, 2012 errr...................... U DIDN~T SAW THE TITLE FREEROAM TABLE That Means is at Freeroam script fr_client.lua
Castillo Posted February 7, 2012 Posted February 7, 2012 addEventHandler('onClientResourceStart', g_ResRoot, function() fadeCamera(true) setTimer(getPlayers, 1000, 1) bindKey('f1', 'down', toggleFRWindow) createWindow(wndMain) guiSetAlpha(wndMain.element, 1) hideAllWindows() guiCheckBoxSetSelected(getControl(wndMain, 'jetpack'), doesPedHaveJetPack(g_Me)) guiCheckBoxSetSelected(getControl(wndMain, 'falloff'), canPedBeKnockedOffBike(g_Me)) setJetpackMaxHeight ( 9001 ) triggerServerEvent('onLoadedAtClient', g_ResRoot, g_Me) end ) San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Try Posted February 7, 2012 Author Posted February 7, 2012 THANKSSSSSSSS CASTILLLLLLOOO!!!! THAT HELPED ME MUUUCHH!!!!!! Thanks!
Castillo Posted February 7, 2012 Posted February 7, 2012 You're welcome . San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Try Posted February 7, 2012 Author Posted February 7, 2012 But now i have other question how to set a label color at the freeroam like the x y z i want set it to green Sorry i don`t know that at freeroam
Castillo Posted February 7, 2012 Posted February 7, 2012 addEventHandler('onClientResourceStart', g_ResRoot, function() fadeCamera(true) setTimer(getPlayers, 1000, 1) bindKey('f1', 'down', toggleFRWindow) createWindow(wndMain) guiSetAlpha(wndMain.element, 1) guiLabelSetColor(getControl(wndMain, "xpos"), 0, 255, 0) guiLabelSetColor(getControl(wndMain, "ypos"), 0, 255, 0) guiLabelSetColor(getControl(wndMain, "zpos"), 0, 255, 0) hideAllWindows() guiCheckBoxSetSelected(getControl(wndMain, 'jetpack'), doesPedHaveJetPack(g_Me)) guiCheckBoxSetSelected(getControl(wndMain, 'falloff'), canPedBeKnockedOffBike(g_Me)) setJetpackMaxHeight ( 9001 ) triggerServerEvent('onLoadedAtClient', g_ResRoot, g_Me) end ) San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Try Posted February 7, 2012 Author Posted February 7, 2012 hey guys take a look at the logo Look the space in gui and logo have how to solve? and the separator the space is down it look and see the editor don`t have {'br'}, and nothing how to solve? http://imgur.com/muQbs Edit: DOOOOOONE I SOLVEEEEEEEEEEDDD THANKS CASTILLO FOR ALL THE HELP Have a nice day, Mari.
Castillo Posted February 7, 2012 Posted February 7, 2012 You're welcome . San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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