RezzaK Posted May 6, 2012 Posted May 6, 2012 hi guys I create UserPanel and create tab Achievements plz can you give me code achievemets race ScreenShot Clients.lua showCursor ( true ) Windowpanel = guiCreateWindow ( 400, 200, 550, 400, "Welcome To Your UserPanel ,", false ) tabPanel = guiCreateTabPanel ( 0, 0.1, 1, 1, true, Windowpanel ) ----------------------------------Achievements---------------------------------- tabAchievements = guiCreateTab( "Achievements", tabPanel ) ----------------------------------Stats------------------------------------------- tabStats = guiCreateTab( "Stats", tabPanel ) ----------------------------------Maps------------------------------------------- tabMaps = guiCreateTab( "Maps", tabPanel ) ----------------------------------TopList------------------------------------------- tabtoplist = guiCreateTab( "Toplist", tabPanel ) ----------------------------------sendmoney------------------------------------------- tabmoneysend = guiCreateTab( "Send Money", tabPanel ) ----------------------------------Options------------------------------------------- taboptions = guiCreateTab( "Options", tabPanel ) ----------------------------------DoneTab------------------------------------------- Server.lua local thePlayer = getPlayerFromName ( "Dave" ) if thePlayer then showCursor ( thePlayer, true ) if isCursorShowing ( thePlayer ) then outputChatBox ( "Cursor is now showing for Dave." ) end end Plz help me
jeremaniak Posted May 6, 2012 Posted May 6, 2012 First make your code with the lua tags --example And then nobody will just make it for you
RezzaK Posted May 6, 2012 Author Posted May 6, 2012 showCursor ( true ) --example Windowpanel = guiCreateWindow ( 400, 200, 550, 400, "Welcome To Your UserPanel ,", false ) tabPanel = guiCreateTabPanel ( 0, 0.1, 1, 1, true, Windowpanel ) ----------------------------------Achievements---------------------------------- tabAchievements = guiCreateTab( "Achievements", tabPanel ) ----------------------------------Stats------------------------------------------- tabStats = guiCreateTab( "Stats", tabPanel ) ----------------------------------Maps------------------------------------------- tabMaps = guiCreateTab( "Maps", tabPanel ) ----------------------------------TopList------------------------------------------- tabtoplist = guiCreateTab( "Toplist", tabPanel ) ----------------------------------sendmoney------------------------------------------- tabmoneysend = guiCreateTab( "Send Money", tabPanel ) ----------------------------------Options------------------------------------------- taboptions = guiCreateTab( "Options", tabPanel ) ----------------------------------DoneTab-------------------------------------------
jeremaniak Posted May 6, 2012 Posted May 6, 2012 This are lua tags showCursor ( true ) --example Windowpanel = guiCreateWindow ( 400, 200, 550, 400, "Welcome To Your UserPanel ,", false ) tabPanel = guiCreateTabPanel ( 0, 0.1, 1, 1, true, Windowpanel ) ----------------------------------Achievements---------------------------------- tabAchievements = guiCreateTab( "Achievements", tabPanel ) ----------------------------------Stats------------------------------------------- tabStats = guiCreateTab( "Stats", tabPanel ) ----------------------------------Maps------------------------------------------- tabMaps = guiCreateTab( "Maps", tabPanel ) ----------------------------------TopList------------------------------------------- tabtoplist = guiCreateTab( "Toplist", tabPanel ) ----------------------------------sendmoney------------------------------------------- tabmoneysend = guiCreateTab( "Send Money", tabPanel ) ----------------------------------Options------------------------------------------- taboptions = guiCreateTab( "Options", tabPanel ) ----------------------------------DoneTab-------------------------------------------
jeremaniak Posted May 6, 2012 Posted May 6, 2012 Nobody will just make it for you better pay some money or learn yourself
jeremaniak Posted May 6, 2012 Posted May 6, 2012 You do not want to help me with yourself Is that even english?
Twisted Posted May 6, 2012 Posted May 6, 2012 You do not want to help me with yourself No one will give you the achievements. You must pay or learn your self. Wiki page Click it
TwiX! Posted May 6, 2012 Posted May 6, 2012 lock this topic please viewtopic.php?f=91&t=43055 look my post, and ban this user..
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