Jump to content

مسآعده لاهنتم


POWR

Recommended Posts

شباب

ابي طريقه الون بهآ الاسماء دخل لسته لاهنتم

كود

client-side

    function() 
        playerList = guiCreateGridList(22, 20, 188, 331, false, share) 
            guiGridListSetSelectionMode(playerList, 2) 
            local cl = guiGridListAddColumn(playerList, "Players ", 0.85) 
                if ( cl and guiGetVisible(tabPanel) == true ) then 
                    for _,name in ipairs(getElementsByType("player")) do 
                     local rw = guiGridListAddRow(playerList) 
                     guiGridListSetItemText(playerList, rw, cl, getPlayerName(name), false, false) 
                    end 
        addEventHandler("onClientGUIClick", playerList, onClickPlayerName) 
                end 
    end 

and Thx

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