flashman Posted June 26, 2013 Share Posted June 26, 2013 How can I make a nice login screen like this? How can I make the background blurry, add some logo there? Make a nice GUI? And also any tips how to start with the MySQL login/register system when you are a beginner in LUA? I dont wan't you to make the script for me, maybe you know some good tutorials or wiki pages or anything to get me started? Thanks. Link to comment
xXMADEXx Posted June 26, 2013 Share Posted June 26, 2013 Events: --For Both onClientResourceStart addEvent triggerServerEvent triggerClientEvent -- For DX onClientRender Functions: --For The GUI guiCreateWindow guiCreateStaticImage -- DX dxDrawRectangle dxDrawImage removeEventHandler -- Both guiCreateEdit guiCreateButton guiGetText guiGetScreenSize addEventHandler addAccount getAccount logIn Link to comment
PaiN^ Posted June 26, 2013 Share Posted June 26, 2013 Well since it's allready asked, How can i make that moving script or whatever , Like in the SAUR login panel . Link to comment
flashman Posted June 26, 2013 Author Share Posted June 26, 2013 What about the MySQL system? Link to comment
xXMADEXx Posted June 26, 2013 Share Posted June 26, 2013 Well since it's allready asked, How can i make that moving script or whatever , Like in the SAUR login panel . Theres one way that i've thought of doing it, but never have.. Not really sure if it would work. Something like this: local y = -20 local rx, ry = guiGetScreenSize ( ) addEventHandler ( "onClientRender", root, function ( ) dxDrawRectangle ( 0, y, rx, ry ) if ( x == 20 ) then break end x = x + 1 end ) something like that What about the MySQL system? (I recommand Sqlite, its a little faster) For MySQL/SQL you'll need: dbConnect dbExec dbQuery dbPoll Link to comment
Castillo Posted June 26, 2013 Share Posted June 26, 2013 Well since it's allready asked, How can i make that moving script or whatever , Like in the SAUR login panel . interpolateBetween Link to comment
#RooTs Posted July 1, 2015 Share Posted July 1, 2015 Hello Solidsnake14. I'm behind of the globe image of the old panel, you can tidy it for me? file name "circle.png".. Link to comment
Blaawee Posted July 1, 2015 Share Posted July 1, 2015 Hello Solidsnake14.I'm behind of the globe image of the old panel, you can tidy it for me? file name "circle.png".. MaybeThis? Link to comment
#RooTs Posted July 1, 2015 Share Posted July 1, 2015 MaybeThis? LOLLLLLLLL THANKS MY FRIEND Link to comment
#RooTs Posted July 2, 2015 Share Posted July 2, 2015 sorry come back here again. more, which is the font of saur logo. and text circle. Link to comment
xXMADEXx Posted July 2, 2015 Share Posted July 2, 2015 Hello Solidsnake14.I'm behind of the globe image of the old panel, you can tidy it for me? file name "circle.png".. why why why why would you bump a 2 year old topic? Link to comment
#RooTs Posted July 2, 2015 Share Posted July 2, 2015 why why why why would you bump a 2 year old topic? not to create a new one with the same subject Link to comment
xeon17 Posted July 3, 2015 Share Posted July 3, 2015 If you really expect that someone help you to copy a other server then at least have patience. 1 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