Jump to content

Help with script


manve1

Recommended Posts

Im trying to make moderator panel and all it does is F*ck up.

The problem is, i used wiki to get on my grid list player names, and the gridList isn't showing so ain't the names

function playerList() 
local Grid = guiCreateGridList( 0.05, 0.1, 0.25, 0.8, true, Wnd ) 
local Column = guiGridListAddColumn( Grid, "Player", 0.85 ) 
if ( Column ) then 
for id, player in ipairs(getElementsByType("player")) do 
local Row = guiGridListAddRow ( Grid ) 
guiGridListSetItemText ( Grid, Row, Column, getPlayerName ( player ), false, false ) 
end 
end 
end 

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