انا معي الاكواد شوف ذا الصفحه لعملتها
GUIEditor = {
checkbox = {},
edit = {},
button = {},
window = {},
label = {},
memo = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
function()
local screenW, screenH = guiGetScreenSize()
GUIEditor.window[1] = guiCreateWindow(133, 133, 508, 71, "لوحه الاعب بواسطه Hassan", false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetAlpha(GUIEditor.window[1], 1.00)
guiSetProperty(GUIEditor.window[1], "AutoRepeatDelay", "133.000000")
GUIEditor.memo[1] = guiCreateMemo(9, 25, 203, 36, "Wellcome For Panel Player For Hassan\n\n1>No Edit\n2>Mode has an encrypted\n\nTanx For Download Mods", false, GUIEditor.window[1])
GUIEditor.label[1] = guiCreateLabel(10, 194, 177, 64, "اخذ سياره", false, GUIEditor.window[1])
GUIEditor.button[1] = guiCreateButton(4, 4, 173, 56, "اخذ سياره", false, GUIEditor.label[1])
GUIEditor.checkbox[1] = guiCreateCheckBox(17, 118, 170, 76, "", true, false, GUIEditor.window[1])
GUIEditor.button[2] = guiCreateButton(1, 4, 169, 72, "اخذ المال", false, GUIEditor.checkbox[1])
GUIEditor.memo[2] = guiCreateMemo(9, 404, 18, 3, "", false, GUIEditor.window[1])
GUIEditor.button[3] = guiCreateButton(9, 256, 178, 76, "اخذ سلاح", false, GUIEditor.window[1])
GUIEditor.button[4] = guiCreateButton(202, 125, 159, 69, "اخذ دم", false, GUIEditor.window[1])
GUIEditor.button[5] = guiCreateButton(201, 200, 160, 56, "اخذ درع", false, GUIEditor.window[1])
GUIEditor.button[6] = guiCreateButton(201, 200, 160, 56, "اخذ درع", false, GUIEditor.window[1])
GUIEditor.button[7] = guiCreateButton(199, 258, 162, 68, "تبديل شخصيه", false, GUIEditor.window[1])
GUIEditor.button[8] = guiCreateButton(372, 127, 140, 73, "اكواد الالوان", false, GUIEditor.window[1])
GUIEditor.edit[1] = guiCreateEdit(12, 341, 385, 66, "المود بواسطه مستر حسن", false, GUIEditor.window[1])
end
)