wndMain = {
'wnd',
text = 'Geta Gaming | F1',
x = 10,
y = 150,
width = 280,
controls = {
{'lbl', id='xpos', text='x', width=0},
{'lbl', id='ypos', text='y', width=0},
{'lbl', id='zpos', text='z', width=0},
{'btn', id='Karakterler', window=wndSkin, width = 260},
{'btn', id='İntihar', onclick=killLocalPlayer, width = 120,x = 10,height = 20},
{'btn', id='Animasyonlar', window=wndAnim, width = 120,x = 150,height = 20},
{'btn', id='Teleport', window=wndTeleport, width = 120,x = 10,height = 20},
{'btn', id='CJ Kıyafet', window=wndClothes, width = 120,x = 150,height = 20},
{'btn', id='Temel Eşyalar', window=wndWeapon, width = 260},
{'br'},
{"chk"; id = "Chat Gizle", onclick = chat, x = 10},
{"chk"; id = "Işınlanma", onclick = nowarp, x = 150},
{'chk', id='Jetpack', onclick=toggleJetPack, x = 10},
{'chk', id='falloff', text='Motor Düşme', onclick=toggleFallOffBike, x = 150},
{'br'},
{'btn', id='setpos', text='Harita Paneli', window=wndSetPos, width = 260},
{'btn', id='createvehicle', window=wndCreateVehicle, text='Araçlar', width = 260},
{'btn', id='Tamir', onclick=repairVehicle, width = 120,x = 10,height = 20},
{'btn', id='Çevir', onclick=flipVehicle, width = 120,x = 150,height = 20},
{'btn', id='Modifiye', window=wndUpgrades, width = 120,x = 10,height = 20},
{'btn', id='Renk', onclick=openColorPicker, width = 120,x = 150,height = 20},
{'br'},
{'chk', id='lightson', text='Farı Aç', onclick=forceLightsOn, x = 10},
{'chk', id='lightsoff', text='Farı Kapat', onclick=forceLightsOff, x = 150}
},
oncreate = mainWndShow,
onclose = mainWndClose