Ahmed King Posted April 15, 2017 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 )
Dr.Marco Posted April 15, 2017 Posted April 15, 2017 وش يقولك debug Signature removed by administrator due to large images
iMr.WiFi..! Posted April 15, 2017 Posted April 15, 2017 -- جرب for i = 1,50 do local row = guiGridListAddRow(List) guiGridListSetItemText(List,row,1,i,false,false) end Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة ليس عليك اسعاد الجميع , ولكن عليك بإن لا تؤذي أحداً =========You do not have to make everyone happy, But you should not hurt anyone Want to contact with me? Discord: JustCarry#2616 (Always there)Skype: Live:JustCarry10 (Not always)
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