Jump to content

RezzaK

Members
  • Posts

    5
  • Joined

  • Last visited

RezzaK's Achievements

Vic

Vic (3/54)

0

Reputation

  1. You do not want to help me with yourself
  2. i need achievement race code not exmapele
  3. 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-------------------------------------------
  4. 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
×
×
  • Create New...