3ssol Posted June 19, 2013 Share Posted June 19, 2013 السلام عليكم شباب انا سويت قريد ليست ولاكن انا ابيه يكون منسق زي بعض القريد ليست في بعض السيرفرات تحصله كذا مثلا نقوول دم ودرع Armor 1500 كذا فهمتو يعني يكون الاسم ع اليسار و الرقم ع اليمين اتمني فهمتو Link to comment
AHMAD1234 Posted June 19, 2013 Share Posted June 19, 2013 guiGridListAddColumn +1 and guiGridListAddColumn(GridList name,"name",0.3) guiGridListAddColumn(GridList name,"ID",0.5) ض1 Link to comment
3ssol Posted June 19, 2013 Author Share Posted June 19, 2013 عارف بس كيف مثلا اضيف هذا الشي للكولوم 1 واضيف هذا لـلكولوم 2 ممكن مثال بسيط ! Link to comment
PaiN^ Posted June 19, 2013 Share Posted June 19, 2013 local grid = guiCreateGridList( ... ) local col1 = guiGridListAddColumn( grid, "#", 0.3 ) local col2 = guiGridListAddColumn( grid, "Name", 0.5 ) for k,v in ipairs( getElementsByType( "player" ) ) do local row = guiGridListAddRow( grid ) guiGridListSetItemText( grid, row, col1, k, false, false ) guiGridListSetItemText( grid, row, col2, getPlayerName( v ), false, false ) end Link to comment
3ssol Posted June 19, 2013 Author Share Posted June 19, 2013 كفووووووووووووووووووو الله يعطيك العافيه بس اخوي ابي الونهم كيف Link to comment
iPrestege Posted June 19, 2013 Share Posted June 19, 2013 guiGridListSetItemColor Ex : guiGridListSetItemColor ( aGridList,aRow,aColumn,r,g,b ) Link to comment
3ssol Posted June 19, 2013 Author Share Posted June 19, 2013 كفوو طيب لو ابي الوان متعدده Link to comment
iPrestege Posted June 19, 2013 Share Posted June 19, 2013 guiGridListSetItemColor ( aGridList,aRow,aColumn,math.random( 255 ),math.random( 255 ),math.random( 255 ) ) Link to comment
3ssol Posted June 19, 2013 Author Share Posted June 19, 2013 الله يعطيك العااافيه مشكوووور 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