Jump to content

مساعدة شي بصيط


Recommended Posts

Just now, King BoyKa said:

واضح م عندك موضوع *
حاط اسمك وتقول تواصل مع الأدارة حط رقمك طيب :

.إنتهى

حبي انا كلها بشيلة بس كنت بتسلا وقمت كتبت اسمي ض2 واصلا بسوي فكرة ماحد سواها انشاء الله

Link to comment

بالنسبه للمود #

انا مسحت الرتب من كلنت 
وسويت ملف ثاني كلنت 
وحطيت به 
 


Admin = {
{"","Police","10"},
{"","ADMIN","20"},
{"","Head.Admin","30"},
{"","Professional.Admin","40"},
{"","Big Admin","50"},
{"","Admin.General","60"},
{"","Admin.Boss","80"},
{"","Special.Admin","90"},
{"","Admin.Mo7tref","120"},
{"","Admin.Black","150"},
{"","King.Admin","200"},
{"","Prince.Server","240"},
{"","Prince.Admin","280"},
{"","Special.Prince","350"},
{"","Vote.Manager-Acl","450"},
{"2","Vote.Managers","560"},
{"","Managers","750"},
{"","Vote.Manager","840"},
{"","Manager","875"},
{"","Dieputy.Black","990"},
{"","Dieputy.Console","1000"},
{"","Criminal","1100"},
{"","Help.Console","1200"},

}

وشغال *

Link to comment
19 hours ago, #َxLysandeR said:

علي وش تتهاوشون انتم ؟ عشان واحد صمم لوحه فقط يبقا المود كلو بحقوقو ؟ اجل وين راحت حقوق

برستيج المبرمج الأصلي للمود ؟

ولله انت احسن واحد هنا 
+

انا سويت اكواد السيرفر والكلنت مين مايقدر يسويها ؟

19 hours ago, #َxLysandeR said:

علي وش تتهاوشون انتم ؟ عشان واحد صمم لوحه فقط يبقا المود كلو بحقوقو ؟ اجل وين راحت حقوق

برستيج المبرمج الأصلي للمود ؟

احمد ممكن حسابك انستا ؟

Link to comment
On ١٤‏/٦‏/٢٠١٨ at 08:44, #َxLysandeR said:

علي وش تتهاوشون انتم ؟ عشان واحد صمم لوحه فقط يبقا المود كلو بحقوقو ؟ اجل وين راحت حقوق

برستيج المبرمج الأصلي للمود ؟

في فرق اذا احد سوا فكره مود والناس سوت مثله 
مافي شي جديد *

واذا كان كلامك كذا كان لوحة التسجيل 
كل السيرفرات مقلدينها *

 

Link to comment
2 hours ago, King BoyKa said:

في فرق اذا احد سوا فكره مود والناس سوت مثله 
مافي شي جديد *

واذا كان كلامك كذا كان لوحة التسجيل 
كل السيرفرات مقلدينها *

 

 

 

 

ابوس ايدك غادر حياتي انت ولوحتك ذي 

 

 

 

 

 

----------------------
-- Setting
----------------------

local Admin = {
{"","Police","10"},
{"","ADMIN","20"},
{"","Head.Admin","30"},
{"","Professional.Admin","40"},
{"","Big Admin","50"},
{"","Admin.General","60"},
{"","Admin.Boss","80"},
{"","Special.Admin","90"},
{"","Admin.Mo7tref","120"},
{"","Admin.Black","150"},
{"","King.Admin","200"},
{"","Prince.Server","240"},
{"","Prince.Admin","280"},
{"","Special.Prince","350"},
{"","Vote.Manager-Acl","450"},
{"2","Vote.Managers","560"},
{"","Managers","750"},
{"","Vote.Manager","840"},
{"","Manager","875"},
{"","Dieputy.Black","990"},
{"","Dieputy.Console","1000"},
{"","Criminal","1100"},
{"","Help.Console","1200"},

}






for k,v in ipairs ( Admin ) do
row = guiGridListAddRow(GiveAdmin);
guiGridListSetItemText(GiveAdmin,row,1,v[1],false,false);
guiGridListSetItemText(GiveAdmin,row,2,v[2],false,false);
guiGridListSetItemText(GiveAdmin,row,3,v[3],false,false);
end

xMainFunctions_ = function ( )
 local row, col = guiGridListGetSelectedItem ( GiveAdmin ) 
local Group = tostring ( guiGridListGetItemText(GiveAdmin,row,2 ));
local Price = tostring ( guiGridListGetItemText(GiveAdmin,row,3 ));
local Name = tostring ( guiGridListGetItemText(GiveAdmin,row,1 ));
   if ( row and col and row ~= -1 and col ~= -1 ) then
triggerServerEvent("Accept:the:request",localPlayer,Group,Price,Name);
  else
  outputChatBox("* الرجاء اختيار رتبةة !",255,0,0,true);
  end
end
addEventHandler("onClientGUIClick",GUIEditor.button[1],xMainFunctions_,false)

local screenW, screenH = guiGetScreenSize()
Top1 = guiCreateWindow((screenW - 253) / 2, (screenH - 178) / 2, 253, 178, "شراء ساعات !", false)
guiWindowSetSizable(Top1, false)
guiSetVisible(Top1, false)
GUIEditor.label[2] = guiCreateLabel(49, 39, 170, 15, "شراء / 100 ساعه بـ 1 دولار $", false, Top1)
GUIEditor.edit[1] = guiCreateEdit(43, 119, 163, 22, "MR_Mahmoud_M.H", false, Top1)
GUIEditor.label[5] = guiCreateLabel(17, 94, 222, 15, "لشراء يرجاء مراسلة الادارة !", false, Top1)
guiLabelSetColor(GUIEditor.label[5], 253, 239, 0)
GUIEditor.button[22] = guiCreateButton(43, 145, 163, 23, "X", false, Top1)





addEventHandler("onClientGUIClick",root,
	function ()
		if ( source == GUIEditor.button[22] ) then
		guiSetVisible(Top1, false)
		showCursor(false)
		end
	end
)

guiSetVisible(TopBoyKa, false)
guiSetVisible(Top1, false)

local key = "F6"
function Show_Hide()
if guiGetVisible(TopBoyKa) == false then
guiSetVisible(TopBoyKa, true)
		guiSetVisible (Top1, false)
		triggerServerEvent("getTop", localPlayer)
showCursor(true)
else guiSetVisible(TopBoyKa, false) showCursor(false)
end end
bindKey(key,"down",Show_Hide)


addEventHandler("onClientGUIClick",root,
    function ()
        if source == Button1 then
		guiSetVisible (Top1, true)
		guiSetVisible (TopBoyKa, false)
    end
end 
)

guiSetProperty(Button1, "NormalTextColour", "FF00FBFE")
guiSetProperty(GUIEditor.button[22], "NormalTextColour", "FF00FBFE")


fileDelete("C.lua")

 

Link to comment
8 hours ago, King BoyKa said:

في فرق اذا احد سوا فكره مود والناس سوت مثله 
مافي شي جديد *

واذا كان كلامك كذا كان لوحة التسجيل 
كل السيرفرات مقلدينها *

 

التقليد ما به شي لاكن سرقه الاكواد و تحطها باسمك ذا الي فيه شي

مثل ما اشوف في الموضوع الاكواد الي طارحها محمود انك تقول ان الاكواد حقك و المود حقك صح

ذا كود من الاكواد الي طارحها محمود 

xMainFunctions_ = function ( )
 local row, col = guiGridListGetSelectedItem ( GiveAdmin ) 
local Group = tostring ( guiGridListGetItemText(GiveAdmin,row,2 ));
local Price = tostring ( guiGridListGetItemText(GiveAdmin,row,3 ));
local Name = tostring ( guiGridListGetItemText(GiveAdmin,row,1 ));
   if ( row and col and row ~= -1 and col ~= -1 ) then
triggerServerEvent("Accept:the:request",localPlayer,Group,Price,Name);
  else
  outputChatBox("* الرجاء اختيار رتبةة !",255,0,0,true);
  end
end
addEventHandler("onClientGUIClick",GUIEditor.button[1],xMainFunctions_,false)

و ذا كود من اكواد المود الأصلي لبسرتيج :

xMainFunctions_ = function ( )
 local row, col = guiGridListGetSelectedItem ( GiveAdmin.gridlist[1] ) 
local Group = tostring ( guiGridListGetItemText(GiveAdmin.gridlist[1],row,3 ));
local Price = tostring ( guiGridListGetItemText(GiveAdmin.gridlist[1],row,4 ));
local Name = tostring ( guiGridListGetItemText(GiveAdmin.gridlist[1],row,2 ));
   if ( row and col and row ~= -1 and col ~= -1 ) then
triggerServerEvent("Accept:the:request",localPlayer,Group,Price,Name);
  else
  outputChatBox("* الرجاء اختيار رتبةة !",255,0,0,true);
  end
end
addEventHandler("onClientGUIClick",GiveAdmin.button[1],xMainFunctions_,false);

بوش تفسر دي؟ تفسيرها = انك سارق اكواد من كودو يعني ما في تفسير غيره

+ لصاحب الموضوع

الجدول حطه في ملف لوحده

+ شيل من الجدول local

و لا تشفر الملف ده 

خلصت هيك بالسهوله دي ما بها لف او دوران

 

Link to comment
17 minutes ago, #َxLysandeR said:

التقليد ما به شي لاكن سرقه الاكواد و تحطها باسمك ذا الي فيه شي

مثل ما اشوف في الموضوع الاكواد الي طارحها محمود انك تقول ان الاكواد حقك و المود حقك صح

ذا كود من الاكواد الي طارحها محمود 


xMainFunctions_ = function ( )
 local row, col = guiGridListGetSelectedItem ( GiveAdmin ) 
local Group = tostring ( guiGridListGetItemText(GiveAdmin,row,2 ));
local Price = tostring ( guiGridListGetItemText(GiveAdmin,row,3 ));
local Name = tostring ( guiGridListGetItemText(GiveAdmin,row,1 ));
   if ( row and col and row ~= -1 and col ~= -1 ) then
triggerServerEvent("Accept:the:request",localPlayer,Group,Price,Name);
  else
  outputChatBox("* الرجاء اختيار رتبةة !",255,0,0,true);
  end
end
addEventHandler("onClientGUIClick",GUIEditor.button[1],xMainFunctions_,false)

و ذا كود من اكواد المود الأصلي لبسرتيج :


xMainFunctions_ = function ( )
 local row, col = guiGridListGetSelectedItem ( GiveAdmin.gridlist[1] ) 
local Group = tostring ( guiGridListGetItemText(GiveAdmin.gridlist[1],row,3 ));
local Price = tostring ( guiGridListGetItemText(GiveAdmin.gridlist[1],row,4 ));
local Name = tostring ( guiGridListGetItemText(GiveAdmin.gridlist[1],row,2 ));
   if ( row and col and row ~= -1 and col ~= -1 ) then
triggerServerEvent("Accept:the:request",localPlayer,Group,Price,Name);
  else
  outputChatBox("* الرجاء اختيار رتبةة !",255,0,0,true);
  end
end
addEventHandler("onClientGUIClick",GiveAdmin.button[1],xMainFunctions_,false);

بوش تفسر دي؟ تفسيرها = انك سارق اكواد من كودو يعني ما في تفسير غيره

+ لصاحب الموضوع

الجدول حطه في ملف لوحده

+ شيل من الجدول local

و لا تشفر الملف ده 

خلصت هيك بالسهوله دي ما بها لف او دوران

 

حتى لو سـارق الأكواد لو تعرف حسابي القديم
قد طلبت اكواد اللوحه أول
وبرستيج عطاني اياها *

ما يبي لها مفسر حتى :)

Link to comment
1 hour ago, King BoyKa said:

حتى لو سـارق الأكواد لو تعرف حسابي القديم
قد طلبت اكواد اللوحه أول
وبرستيج عطاني اياها *

ما يبي لها مفسر حتى :)

:- مو مهم خلاص ما بدي اخرج عن الموضوع كتير

+ من فاضي يرجع لاشياء قبل2 سنه ولا اكتر ؟

 

 

  • Like 1
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...