opnaiC Posted July 7, 2016 Share Posted July 7, 2016 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
Captain Cody Posted July 7, 2016 Share Posted July 7, 2016 https://wiki.multitheftauto.com/wiki/TriggerClientEvent Link to comment
Walid Posted July 7, 2016 Share Posted July 7, 2016 Why you create an other topic already answered you here Link to comment
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