Jump to content

استفسار عن كود


Recommended Posts

السلام عليكم ورحمة الله وبركاتة

ابي كود يجيب اسم حساب الشخص - واسمه باللعبه - ورتبته -

طبعا من رتب الادمن

انت سوي رتبه واحده والباقي انا بسويها

Console

وابي اللوحة تفتح للكونسل بس

واسم حساب الشخص واسمه - ورتبته تجي بس للادامن

حط كونسل بل الي قلتهم والباقي انا بسويه

- يعني تفتح اللوحة لكونسل - ويجي حساب الادمن ونكه الي خش فيه ورتبته

  
GUIEditor = { 
    gridlist = {}, 
    button = {}, 
    label = {}, 
    window = {}, 
} 
GUIEditor.window[1] = guiCreateWindow(245, 103, 326, 379, "لوحة الادارهـ", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
  
GUIEditor.gridlist[2] = guiCreateGridList(9, 21, 303, 305, false, GUIEditor.window[1]) 
guiGridListAddColumn(GUIEditor.gridlist[2], "الحساب", 0.3) 
guiGridListAddColumn(GUIEditor.gridlist[2], "الاسم", 0.3) 
guiGridListAddColumn(GUIEditor.gridlist[2], "الرتبة", 0.3) 
  
GUIEditor.button[1] = guiCreateButton(0, 307, 154, 47, "", false, GUIEditor.gridlist[2]) 
GUIEditor.label[1] = guiCreateLabel(111, 313, 100, 31, "", false, GUIEditor.gridlist[2]) 
  
GUIEditor.button[2] = guiCreateButton(229, 328, 79, 37, "×", false, GUIEditor.window[1]) 
GUIEditor.button[3] = guiCreateButton(14, 328, 101, 42, "تنشيط", false, GUIEditor.window[1]) 
GUIEditor.label[4] = guiCreateLabel(115, 342, 110, 34, "  Created By KilleR", false, GUIEditor.window[1]) 
guiLabelSetColor(GUIEditor.label[4], 255, 0, 0) 
  

ذي هي اللوحة فيه COLUMN 3 الحساب - الاسم - الرتبة

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...