Jump to content

[HELP] Tab Panel


opnaiC

Recommended Posts

Hello,

I made my own tab panel with player name and player ping.

For player name I used getPlayerName() and for ping getPlayerPing().

But now I need to add the Player Level in my Tab Panel.

client

guiGridListSetItemText(gridlist, row, 2, Whattoadd? , false, false) 

server

local account = getPlayerAccount(thePlayer) 
local lvls = getAccountData(account, "lvl") or 0 

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