Jw8. Posted March 8, 2017 Posted March 8, 2017 انا مسوي لوحه ومسوي فيه تاب طبعا سويت قريد ليست ما يجي ؟
Jw8. Posted March 8, 2017 Author Posted March 8, 2017 mainWindow = guiCreateWindow((sx-390)/2, (sy-185)/3, 369, 396, "[ "..GroupName.." ] | Vehicles", false) guiWindowSetSizable(mainWindow, false) centerWindow(mainWindow) guiSetVisible(mainWindow, false) guiSetAlpha(mainWindow, 1.00) mainTab = guiCreateTabPanel(9, 20, 350, 312,false, mainWindow) --(sx-390)/2, (sy-185)/2, 369, 396, local vehicles = { cars = { tab = guiCreateTab("Cars", mainTab), list = { {"Patriot", 470}, {"Barracks", 433}, {"Cheetah", 415}, {"Bullet", 541}, {"Infernus", 411}, {"Sultan", 560}, {"Super GT", 506}, {"Turismo", 451}, {"Comet", 480}, {"Huntley", 579}, {"Flash", 565}, {"Bandito", 568} } }, bikes = { tab = guiCreateTab("Bikes", mainTab), list = { {"BF-400", 581}, {"FCR-900", 521}, {"NRG-511", 522}, {"PCJ-600", 461}, {"Sanchez", 468} } }, planes = { tab = guiCreateTab("Planes", mainTab), list = { {"Sparrow", 469}, {"Police Maverick", 497} } } } vehicles.cars.gridlist = guiCreateGridList(010, 013, 0330, 0259, true, vehicles.cars.tab) table.insert(vehicles.cars, guiGridListAddColumn(vehicles.cars.gridlist, "Cars", 0.9)) vehicles.bikes.gridlist = guiCreateGridList(013, 010, 0327, 0268, true, vehicles.bikes.tab) table.insert(vehicles.bikes, guiGridListAddColumn(vehicles.bikes.gridlist, "Bikes", 0.9)) vehicles.planes.gridlist = guiCreateGridList(015, 012, 0320, 0266, true, vehicles.planes.tab) table.insert(vehicles.planes, guiGridListAddColumn(vehicles.planes.gridlist, "Planes", 0.9)) Buttonn = guiCreateButton(15, 364, 344, 22,"Close",false,mainWindow) Buttonn22 = guiCreateButton(13, 337, 346, 22, "Select Vehicle", false, mainWindow) guiLabelSetColor(notice, 0, 255, 0) guiLabelSetHorizontalAlign(notice, "center", false) guiLabelSetVerticalAlign(notice, "center") 4 minutes ago, #_iMr.[E]coo said: هات كودك وش المشكله؟
N3xT Posted March 8, 2017 Posted March 8, 2017 مين قالك ان طريقتك صح؟ سوي لوب للجداول وضيفها بالقريدليست
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