SolideRock Posted May 24, 2016 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) Nothing#
SycroX Posted May 24, 2016 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 Chillin' with some demons, satans and vamps
SycroX Posted May 24, 2016 Posted May 24, 2016 كيف دي وش يقول الدي بق Chillin' with some demons, satans and vamps
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