Jump to content

Help me Achievements


Recommended Posts

hi guys I create UserPanel

and create tab Achievements

plz can you give me code achievemets race

ScreenShot

1336311171881.png

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

Link to comment
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------------------------------------------- 

Link to comment

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------------------------------------------- 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...