Jump to content

Problem


sckatchof

Recommended Posts

hi guys i have a problem

ERROR :Client.lua:3: attempt to call global 'guiGetScreenSize'

  
local screenwidth, screenheight = guiGetScreenSize () 
local posw, posh = 269, 255 
selfmenu_TabPanel = {} 
selfmenu_Tab = {} 
selfmenu_Label = {} 
selfmenu_window = guiCreateWindow(screenwidth/2-posw/2,screenheight/2-posh/2,269,255,"TNS player Info",false) 
selfmenu_TabPanel[1] = guiCreateTabPanel(9,25,248,191,false,selfmenu_window) 
selfmenu_Tab[1] = guiCreateTab("Spielerinfo",selfmenu_TabPanel[1]) 
selfmenu_Label[1] = guiCreateLabel(10,130,91,16,"bank balance",false,selfmenu_Tab[1]) 
guiLabelSetColor(selfmenu_Label[1],255,255,255) 
guiLabelSetVerticalAlign(selfmenu_Label[1],"top") 
guiLabelSetHorizontalAlign(selfmenu_Label[1],"left",false) 
  
  

and thnx for help

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