Jump to content

قريباً مفاجئة تفجيرية من صمود (احمد فيف) ض1


Recommended Posts

  • Replies 103
  • Created
  • Last Reply

Top Posters In This Topic

local rx, ry = guiGetScreenSize() 
local x2, y2 = rx / 2, ry / 2 
local Gang = {} 
local label = {} 
local GangBut = {} 
  
  Gang[1] = guiCreateWindow(x2 - 168, y2 - 209, 336, 418, "Group System | You're Name xD", false) 
  label[2] = guiCreateLabel(10, 99, 314, 16, "_____________________________________________", false, Gang[1]) 
  label[5] = guiCreateLabel(8, 303, 319, 16, "_____________________________________________", false, Gang[1]) 
  label[1] = guiCreateLabel(11, 29, 109, 22, "Create a Group:", false, Gang[1]) 
  label[3] = guiCreateLabel(12, 120, 287, 18, "Group Name:", false, Gang[1]) 
  label[4] = guiCreateLabel(10, 177, 240, 20, "Group Invites: 0", false, Gang[1]) 
  label[6] = guiCreateLabel(10, 237, 149, 20, "Group Info:", false, Gang[1]) 
  label[7] = guiCreateLabel(13, 331, 148, 19, "Group Administration:", false, Gang[1]) 
  createGangEdit = guiCreateEdit(11, 55, 183, 35, "", false, Gang[1]) 
  createGangBut = guiCreateButton(202, 54, 120, 35, "Create Group", false, Gang[1]) 
  viewMembersBut = guiCreateButton(12, 143, 192, 26, "View My Group Members", false, Gang[1]) 
  viewGangInvites = guiCreateButton(12, 201, 193, 28, "View My Group Invites", false, Gang[1]) 
  gangAdminBut = guiCreateButton(264, 334, 56, 68, "Group Leader Admin", false, Gang[1]) 
  gangInfoBut = guiCreateButton(13, 263, 194, 28, "View/Edit My Group Info", false, Gang[1]) 
  leaveGangBut = guiCreateButton(263, 126, 56, 61, "Leave Group", false, Gang[1]) 
  inviteBut = guiCreateButton(14, 360, 151, 33, "Invite Player to Group", false, Gang[1]) 
  viewGangListBut = guiCreateButton(246, 205, 73, 41, "View Group List", false, Gang[1]) 
  GangBut[2] = guiCreateButton(247, 252, 73, 41, "Close Window", false, Gang[1]) 

اللي حاب يسوي :lol:

Link to comment
local rx, ry = guiGetScreenSize() 
local x2, y2 = rx / 2, ry / 2 
local Gang = {} 
local label = {} 
local GangBut = {} 
  
  Gang[1] = guiCreateWindow(x2 - 168, y2 - 209, 336, 418, "Group System | You're Name xD", false) 
  label[2] = guiCreateLabel(10, 99, 314, 16, "_____________________________________________", false, Gang[1]) 
  label[5] = guiCreateLabel(8, 303, 319, 16, "_____________________________________________", false, Gang[1]) 
  label[1] = guiCreateLabel(11, 29, 109, 22, "Create a Group:", false, Gang[1]) 
  label[3] = guiCreateLabel(12, 120, 287, 18, "Group Name:", false, Gang[1]) 
  label[4] = guiCreateLabel(10, 177, 240, 20, "Group Invites: 0", false, Gang[1]) 
  label[6] = guiCreateLabel(10, 237, 149, 20, "Group Info:", false, Gang[1]) 
  label[7] = guiCreateLabel(13, 331, 148, 19, "Group Administration:", false, Gang[1]) 
  createGangEdit = guiCreateEdit(11, 55, 183, 35, "", false, Gang[1]) 
  createGangBut = guiCreateButton(202, 54, 120, 35, "Create Group", false, Gang[1]) 
  viewMembersBut = guiCreateButton(12, 143, 192, 26, "View My Group Members", false, Gang[1]) 
  viewGangInvites = guiCreateButton(12, 201, 193, 28, "View My Group Invites", false, Gang[1]) 
  gangAdminBut = guiCreateButton(264, 334, 56, 68, "Group Leader Admin", false, Gang[1]) 
  gangInfoBut = guiCreateButton(13, 263, 194, 28, "View/Edit My Group Info", false, Gang[1]) 
  leaveGangBut = guiCreateButton(263, 126, 56, 61, "Leave Group", false, Gang[1]) 
  inviteBut = guiCreateButton(14, 360, 151, 33, "Invite Player to Group", false, Gang[1]) 
  viewGangListBut = guiCreateButton(246, 205, 73, 41, "View Group List", false, Gang[1]) 
  GangBut[2] = guiCreateButton(247, 252, 73, 41, "Close Window", false, Gang[1]) 

اللي حاب يسوي :lol:

:lol::lol::lol::lol: مشكور بس لو حاط امر فتح بيكون احسن

Link to comment
local rx, ry = guiGetScreenSize() 
local x2, y2 = rx / 2, ry / 2 
local Gang = {} 
local label = {} 
local GangBut = {} 
  
  Gang[1] = guiCreateWindow(x2 - 168, y2 - 209, 336, 418, "Group System | You're Name xD", false) 
  label[2] = guiCreateLabel(10, 99, 314, 16, "_____________________________________________", false, Gang[1]) 
  label[5] = guiCreateLabel(8, 303, 319, 16, "_____________________________________________", false, Gang[1]) 
  label[1] = guiCreateLabel(11, 29, 109, 22, "Create a Group:", false, Gang[1]) 
  label[3] = guiCreateLabel(12, 120, 287, 18, "Group Name:", false, Gang[1]) 
  label[4] = guiCreateLabel(10, 177, 240, 20, "Group Invites: 0", false, Gang[1]) 
  label[6] = guiCreateLabel(10, 237, 149, 20, "Group Info:", false, Gang[1]) 
  label[7] = guiCreateLabel(13, 331, 148, 19, "Group Administration:", false, Gang[1]) 
  createGangEdit = guiCreateEdit(11, 55, 183, 35, "", false, Gang[1]) 
  createGangBut = guiCreateButton(202, 54, 120, 35, "Create Group", false, Gang[1]) 
  viewMembersBut = guiCreateButton(12, 143, 192, 26, "View My Group Members", false, Gang[1]) 
  viewGangInvites = guiCreateButton(12, 201, 193, 28, "View My Group Invites", false, Gang[1]) 
  gangAdminBut = guiCreateButton(264, 334, 56, 68, "Group Leader Admin", false, Gang[1]) 
  gangInfoBut = guiCreateButton(13, 263, 194, 28, "View/Edit My Group Info", false, Gang[1]) 
  leaveGangBut = guiCreateButton(263, 126, 56, 61, "Leave Group", false, Gang[1]) 
  inviteBut = guiCreateButton(14, 360, 151, 33, "Invite Player to Group", false, Gang[1]) 
  viewGangListBut = guiCreateButton(246, 205, 73, 41, "View Group List", false, Gang[1]) 
  GangBut[2] = guiCreateButton(247, 252, 73, 41, "Close Window", false, Gang[1]) 

اللي حاب يسوي :lol:

:lol::lol::lol::lol: مشكور بس لو حاط امر فتح بيكون احسن

زين اني طرحت اللوحة :lol:

Link to comment

ليه بيسوون قروب المهجولين العرب

ض2

كلمني للانضمام للمهجولين العرب

ياخي اظن انه للـ حرب ولا ار بي جي

اما هجوله اقول انا ما احبطك نزله و بالتوفيق

بس حلوه المهجولين العرب هههههههه

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...