ksa9192 Posted July 23, 2016 Share Posted July 23, 2016 بسم الله الرحمن الرحيم آلسلام عليكم ابي طريقة إخفاء السريال من لوحة الادمنيه مثال ما ابي احد يعرف السريال حقي او الايبي في واحد علمني ونسيته . -------------------------------------------- اخوكم سعد العتيبي Link to comment
!#NssoR_) Posted July 23, 2016 Share Posted July 23, 2016 وعليكم السلام و الرحمة اولأ القسم غلط موضوعك يجب ان يكون في هذا القسم قسم البرمجة وثانيأ بخصوص طلبك لازم تعدل علي لوحة الادمنية وتخش علي ملف اسمه admin_main وتروح لسطر 950 واتمني لك التوفيق .# Link to comment
</Mr.Tn6eL> Posted July 24, 2016 Share Posted July 24, 2016 حطه في مود جديد وهو يتكفل بالامر كلنت طبعا local adminRes = getResourceFromName("admin"); if adminRes then local adminRoot = getResourceRootElement(adminRes); local serial = "حط سيريالك هنا"; local ip = "حط الاي بي هنا"; function update( ) for k, v in ipairs(getElementsByType("gui-label", adminRoot)) do local text = guiGetText(v); if text:find(serial) or text:find(ip) then guiSetText(v, text:gsub(".", "*")); end end timer = setTimer(update, 1500, 1); end addEventHandler("onClientResourceStart", adminRoot, update); addEventHandler("onClientResourceStop", adminRoot, function( ) killTimer(timer); end); else outputChatBox("admin resource not found", 255, 0, 0); end Link to comment
ksa9192 Posted July 24, 2016 Author Share Posted July 24, 2016 حطه في مود جديد وهو يتكفل بالامر كلنت طبعا local adminRes = getResourceFromName("admin"); if adminRes then local adminRoot = getResourceRootElement(adminRes); local serial = "حط سيريالك هنا"; local ip = "حط الاي بي هنا"; function update( ) for k, v in ipairs(getElementsByType("gui-label", adminRoot)) do local text = guiGetText(v); if text:find(serial) or text:find(ip) then guiSetText(v, text:gsub(".", "*")); end end timer = setTimer(update, 1500, 1); end addEventHandler("onClientResourceStart", adminRoot, update); addEventHandler("onClientResourceStop", adminRoot, function( ) killTimer(timer); end); else outputChatBox("admin resource not found", 255, 0, 0); end اخوي جربته ومانفع Link to comment
iPrestege Posted July 24, 2016 Share Posted July 24, 2016 عدل على ملف اللوحة مثل ما قالك نصور Link to comment
ksa9192 Posted July 24, 2016 Author Share Posted July 24, 2016 عدل على ملف اللوحة مثل ما قالك نصور عدلت كل الاعبين السريال حقهم راح 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