[#]~>Abo'ALnshmy_979!! Posted July 2, 2018 Share Posted July 2, 2018 (edited) -- حط السيريالات هنا 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 July 2, 2018 by [#]~>Abo'ALnshmy_979!! Link to comment
#[K]iLLeR<3 Posted July 2, 2018 Share Posted July 2, 2018 -- حط السيريالات هنا 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 بالي تبيه 1 Link to comment
[#]~>Abo'ALnshmy_979!! Posted July 2, 2018 Author Share Posted July 2, 2018 (edited) يعطيك الف عافية تم مساعدة Edited July 2, 2018 by [#]~>Abo'ALnshmy_979!! Link to comment
N3xT Posted July 2, 2018 Share Posted July 2, 2018 متى ناوين تفهمون ان استعمال السيريال بالكلنت خطأ؟ Link to comment
Abdul KariM Posted July 2, 2018 Share Posted July 2, 2018 1 hour ago, N3xT said: متى ناوين تفهمون ان استعمال السيريال بالكلنت خطأ؟ بس يخرب سيرفره ويجي هنا ويسوي موضوع ويقولك سيرفري في ناس تهكره 1 1 Link to comment
#[K]iLLeR<3 Posted July 2, 2018 Share Posted July 2, 2018 2 hours ago, N3xT said: متى ناوين تفهمون ان استعمال السيريال بالكلنت خطأ؟ يخوي انا وش دخلني انا اعطيه طلبه الي هو طلبه غير كذا مالي شغل فيه بااموضوع الماضي انتوا حذرتوه و خﻻص وصلت Link to comment
N3xT Posted July 3, 2018 Share Posted July 3, 2018 2 hours ago, #[K]iLLeR<3 said: يخوي انا وش دخلني انا اعطيه طلبه الي هو طلبه غير كذا مالي شغل فيه بااموضوع الماضي انتوا حذرتوه و خﻻص وصلت عطيه طلبه صح ولا لا تعطيه شيء Link to comment
#Major . Posted July 3, 2018 Share Posted July 3, 2018 (edited) @N3xT انا صراحة للحين م فهمت خطورة استعمال السريال بالكلانت سايد ._. م فهمت من الويكي اشرح لي لاهنت Edited July 3, 2018 by *RayaN-Alharbi. Link to comment
Popular Post N3xT Posted July 3, 2018 Popular Post Share Posted July 3, 2018 الكلينت راح يشتغل معاك, لكن غالباً راح يرجع لك قيمة خاطئة كمثال, انت تبي اللوحة تفتح لسيريالات معينة من الممكن واحد يفتح اللوحة والمفروض ما تفتح له لأن نفس الفنكشن يرجع قيم خاطئة بالكلينت سايد, لذلك تخيل لو ان اللوحة حقتك كمثال فيها باند وكيك واغلاق السيرفر راح يخرب لك السيرفر كله بسبب خطأ غبي كان يمديك تصلحه Quote Wiki: Note: The client side version of getPlayerSerial has been deprecated as it can return the wrong value for some players, and is potentially insecure. The following article assumes that the function is serverside only. 1 2 2 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now