Jump to content

اريد مساعدة في تبديل الكود


Recommended Posts

-- حط السيريالات هنا
local Serials = {
["sssssssssssssssssssssssssssssss"] = true,
}


GUIEditor = {
    button = {},
    window = {},
    edit = {}
}
local screenW, screenH = guiGetScreenSize()
GUIEditor.window[1] = guiCreateWindow((screenW - 293) / 2, (screenH - 113) / 2, 293, 113, "توزيع السلحة", false)
guiWindowSetSizable(GUIEditor.window[1], false)

GUIEditor.edit[1] = guiCreateEdit(9, 31, 182, 32, "", false, GUIEditor.window[1])
GUIEditor.button[1] = guiCreateButton(191, 32, 91, 35, "اعطاء اسلحة", false, GUIEditor.window[1])
guiSetFont(GUIEditor.button[1], "default-bold-small")
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF12FE00")

guiSetFont(GUIEditor.button[2], "default-bold-small")
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF12FE00")
GUIEditor.button[3] = guiCreateButton(9, 67, 91, 35, "اغلاق", false, GUIEditor.window[1])
guiSetFont(GUIEditor.button[3], "default-bold-small")
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF12FE00")
GUIEditor.button[4] = guiCreateButton(192, 67, 91, 35, "اعطاء الكل اسلحة", false, GUIEditor.window[1])
guiSetFont(GUIEditor.button[4], "default-bold-small")
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF12FE00")

addEventHandler("onClientGUIClick",root,function ()
if source == GUIEditor.button[1] then
local houres = guiGetText(GUIEditor.edit[1])
triggerServerEvent("Give;Houres",localPlayer,houres)
elseif source == GUIEditor.button[2] then
triggerServerEvent("Enable;Houres",localPlayer,'true')
elseif source == GUIEditor.button[4] then
triggerServerEvent("Enable;Houres",localPlayer,'false')
elseif source == GUIEditor.button[3] then
guiSetVisible(GUIEditor.window[1],false)
showCursor(false)
end end)
guiSetVisible (GUIEditor.window[1], false )
function OpenWin()
    if Serials[getPlayerSerial(localPlayer)] then
		if guiGetVisible(GUIEditor.window[1]) then
			guiSetVisible(GUIEditor.window[1],false)
			showCursor(false)
			guiSetInputEnabled(false)
		else
			guiSetVisible(GUIEditor.window[1],true)
			showCursor(true)
			guiSetInputEnabled(true)
		end
	end
 end
bindKey("F2", "down", OpenWin)

....السلام عليكم 

F2..اريد مساعدة في هذا كود , هذا كود يفتح لوحة عن طريق 

اريد بدل ما يفتح من زر اف 2 اريد يفتح عن طريق كلمة من اف 8 وعن طريق سريال مثل اف 2 

F2 للعلم لوحة تفتح على سريال

واتمنى تساعدوني وشكرا :)

Edited by [#]~>Abo'ALnshmy_979!!
Link to comment
-- حط السيريالات هنا
local Serials = {
["sssssssssssssssssssssssssssssss"] = true,
}


GUIEditor = {
    button = {},
    window = {},
    edit = {}
}
local screenW, screenH = guiGetScreenSize()
GUIEditor.window[1] = guiCreateWindow((screenW - 293) / 2, (screenH - 113) / 2, 293, 113, "توزيع السلحة", false)
guiWindowSetSizable(GUIEditor.window[1], false)

GUIEditor.edit[1] = guiCreateEdit(9, 31, 182, 32, "", false, GUIEditor.window[1])
GUIEditor.button[1] = guiCreateButton(191, 32, 91, 35, "اعطاء اسلحة", false, GUIEditor.window[1])
guiSetFont(GUIEditor.button[1], "default-bold-small")
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF12FE00")

guiSetFont(GUIEditor.button[2], "default-bold-small")
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF12FE00")
GUIEditor.button[3] = guiCreateButton(9, 67, 91, 35, "اغلاق", false, GUIEditor.window[1])
guiSetFont(GUIEditor.button[3], "default-bold-small")
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF12FE00")
GUIEditor.button[4] = guiCreateButton(192, 67, 91, 35, "اعطاء الكل اسلحة", false, GUIEditor.window[1])
guiSetFont(GUIEditor.button[4], "default-bold-small")
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF12FE00")

addEventHandler("onClientGUIClick",root,function ()
if source == GUIEditor.button[1] then
local houres = guiGetText(GUIEditor.edit[1])
triggerServerEvent("Give;Houres",localPlayer,houres)
elseif source == GUIEditor.button[2] then
triggerServerEvent("Enable;Houres",localPlayer,'true')
elseif source == GUIEditor.button[4] then
triggerServerEvent("Enable;Houres",localPlayer,'false')
elseif source == GUIEditor.button[3] then
guiSetVisible(GUIEditor.window[1],false)
showCursor(false)
end end)
guiSetVisible (GUIEditor.window[1], false )
function OpenWin()
    if Serials[getPlayerSerial(localPlayer)] then
		if guiGetVisible(GUIEditor.window[1]) then
			guiSetVisible(GUIEditor.window[1],false)
			showCursor(false)
			guiSetInputEnabled(false)
		else
			guiSetVisible(GUIEditor.window[1],true)
			showCursor(true)
			guiSetInputEnabled(true)
		end
	end
 end
addCommandHandler ("word", OpenWin) -- غير كلمة word بالي تبيه

 

  • Thanks 1
Link to comment
2 hours ago, N3xT said:

متى ناوين تفهمون ان استعمال السيريال بالكلنت خطأ؟

يخوي انا وش دخلني انا اعطيه طلبه الي هو طلبه غير كذا مالي شغل فيه بااموضوع الماضي انتوا حذرتوه و خﻻص وصلت :/

Link to comment
2 hours ago, #[K]iLLeR<3 said:

يخوي انا وش دخلني انا اعطيه طلبه الي هو طلبه غير كذا مالي شغل فيه بااموضوع الماضي انتوا حذرتوه و خﻻص وصلت :/

عطيه طلبه صح ولا لا تعطيه شيء

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