POWR Posted September 1, 2012 Share Posted September 1, 2012 شباب ابي طريقه الون بهآ الاسماء دخل لسته لاهنتم كود 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
TAPL Posted September 1, 2012 Share Posted September 1, 2012 https://wiki.multitheftauto.com/wiki/GuiGridListSetItemColor Link to comment
POWR Posted September 1, 2012 Author Share Posted September 1, 2012 Thx To TAPL Good Buy 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