SolideRock Posted May 24, 2016 Share Posted May 24, 2016 مايجيب اسماء اللاعبي الي بالقريد ليست function Players () guiGridListClear(GUIEditor.gridlist[1]) for i,v in ipairs(getElementsByType("player")) do local row = guiGridListAddRow(GUIEditor.gridlist[1]) local tm1 = getPlayerName(v) end) Link to comment
SycroX Posted May 24, 2016 Share Posted May 24, 2016 مايجيب اسماء اللاعبي الي بالقريد ليست function Players () guiGridListClear(GUIEditor.gridlist[1]) for i,v in ipairs(getElementsByType("player")) do local row = guiGridListAddRow(GUIEditor.gridlist[1]) local tm1 = getPlayerName(v) end) function Players() guiGridListClear(GUIEditor.gridlist[1]) for i,v in ipairs(getElementsByType("player")) do local row = guiGridListAddRow(GUIEditor.gridlist[1]) guiGridListSetItemText(GUIEditor.gridlist[1],row,1,getPlayerName(v),false,false) guiGridListSetItemColor(GUIEditor.gridlist[1],row, 1, 0, 255, 0) end end 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