Ahmed King Posted April 15, 2017 Share Posted April 15, 2017 ليه ما يضيف السطور addEventHandler("onClientResourceStart", resourceRoot, function() List = guiCreateGridList(0.30, 0.13, 0.37, 0.68, true) guiGridListAddColumn(List, "#", 0.355) Button = guiCreateButton(0.30, 0.83, 0.36, 0.04, "Close", true) for i = 1, 50 do guiGridListAddRow(List) end guiGridListSetItemText(List,0,1,"1",true,true) guiGridListSetItemText(List,1,1,"2",false,false) end ) Link to comment
iMr.WiFi..! Posted April 15, 2017 Share Posted April 15, 2017 -- جرب for i = 1,50 do local row = guiGridListAddRow(List) guiGridListSetItemText(List,row,1,i,false,false) 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