Jump to content

iMr.WiFi..!

Members
  • Posts

    2,382
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by iMr.WiFi..!

  1. 'onVehicleExplode' ماتقدر تجيب من فجرها =,=
  2. تقدر تجربه وتتأكد من المشاكل ؟؟
  3. سلام عليكمم ! كيفكم اخباركم علومكم ان شاء الله طيبين : ) جبتلكم وظيفة من صنعي ندخل في صلب الموضوع اولاً : اسم الوظيفة BindAnimation ثانياً : فائدة الوظيفة تتيح لك عمل زر للوحة + وضعه بشكل تدريجي اي انه بيضهر شوي شوي + وعندك خيارين سريع بطيء ثالثاً : Syntax الوظيفة bool BindAnimation ( string Key, element Window, string Status ) رابعاً : كود الوظيفة BindAnimation = function (Key, Window, Status) if tostring(Status) and tostring(Key) then if Window and getElementType ( Window ) == 'gui' then if (Status == "Fast") then bindKey(Key,"down",function () if guiGetVisible(Window) == false then guiSetVisible(Window,true) guiSetAlpha(Window,0.00) TimerFalse = setTimer(function() local Alpha = guiGetAlpha(Window) + 0.10 guiSetAlpha(Window,Alpha) if Alpha == 0.80 and isTimer(TimerFalse) then killTimer(TimerFalse) showCursor ( true ) guiSetInputEnabled ( true ) end end end,200,1) else guiSetAlpha(Window,0.80) TimerTrue = setTimer(function() local Alph = guiGetAlpha(Window) - 0.10 guiSetAlpha(Window,Alph) if Alph == 0.00 and isTimer(TimerTrue) then killTimer(TimerTrue) showCursor ( false ) guiSetInputEnabled ( false ) end end end,200,1) ) end if (Status == "Slow") then bindKey(Key,"down",function () if guiGetVisible(Window) == false then guiSetVisible(Window,true) guiSetAlpha(Window,0.00) TimerFalse = setTimer(function() local Alpha = guiGetAlpha(Window) + 0.10 guiSetAlpha(Window,Alpha) if Alpha == 0.80 and isTimer(TimerFalse) then killTimer(TimerFalse) showCursor ( true ) guiSetInputEnabled ( true ) end end end,600,1) else guiSetAlpha(Window,0.80) TimerTrue = setTimer(function() local Alph = guiGetAlpha(Window) - 0.10 guiSetAlpha(Window,Alph) if Alph == 0.00 and isTimer(TimerTrue) then killTimer(TimerTrue) showCursor ( false ) guiSetInputEnabled ( false ) end end end,600,1) ) else error("Bad Argmuent @3 Is Not (Fast Or Slow)") end else error("Bad Argmuent @3 Is Not (Fast Or Slow)") end else error("Bad Argmuent @2 Is Not (gui-)") end else error("Bad Argmuent @1 Is Not 'string' ") end ادري انه طويل بس معليه خامساً : مثال الوظيفة BindAnimation = function (Key, Window, Status) if tostring(Status) and tostring(Key) then if Window and getElementType ( Window ) == 'gui-' then if (Status == "Fast") then bindKey(Key,"down",function () if guiGetVisible(Window) == false then guiSetVisible(Window,true) guiSetAlpha(Window,0.00) TimerFalse = setTimer(function() local Alpha = guiGetAlpha(Window) + 0.10 guiSetAlpha(Window,Alpha) if Alpha == 0.80 and isTimer(TimerFalse) then killTimer(TimerFalse) showCursor ( true ) guiSetInputEnabled ( true ) end end end,200,1) else guiSetAlpha(Window,0.80) TimerTrue = setTimer(function() local Alph = guiGetAlpha(Window) - 0.10 guiSetAlpha(Window,Alph) if Alph == 0.00 and isTimer(TimerTrue) then killTimer(TimerTrue) showCursor ( false ) guiSetInputEnabled ( false ) end end end,200,1) ) end if (Status == "Slow") then bindKey(Key,"down",function () if guiGetVisible(Window) == false then guiSetVisible(Window,true) guiSetAlpha(Window,0.00) TimerFalse = setTimer(function() local Alpha = guiGetAlpha(Window) + 0.10 guiSetAlpha(Window,Alpha) if Alpha == 0.80 and isTimer(TimerFalse) then killTimer(TimerFalse) showCursor ( true ) guiSetInputEnabled ( true ) end end end,600,1) else guiSetAlpha(Window,0.80) TimerTrue = setTimer(function() local Alph = guiGetAlpha(Window) - 0.10 guiSetAlpha(Window,Alph) if Alph == 0.00 and isTimer(TimerTrue) then killTimer(TimerTrue) showCursor ( false ) guiSetInputEnabled ( false ) end end end,600,1) ) else error("Bad Argmuent @3 Is Not (Fast Or Slow)") end else error("Bad Argmuent @3 Is Not (Fast Or Slow)") end else error("Bad Argmuent @2 Is Not (gui-)") end else error("Bad Argmuent @1 Is Not 'string' ") end wnd = guiCreateWindow(11,22,33,44,"Test",false) BindAnimation("F1",wnd,"Slow") ملحوظة : مولازم نافذة بس يكون اي شيء بس بصيغة gui- اذا واجهتك مشكلة تعال سكايب : mohmmad15551 وسلام خير الختام
  4. لا في ناس ماتفهم ونسبة الناس الي تفهم من الاكواد الجاهزة 0.1 % ونسبة الناس الي ماتفهم من الاكواد الجاهزة وتأخذ الكود جاهزة وتروح 99.9 %
  5. addEventHandler("onPlayerChat", root, playerChat) addEvent("onPlayeropenChat",true) addEventHandler("onPlayeropenChat",root,function () removeElementData(resourceRoot,"chat") end) addEvent("onPlayerCloseChat",true) addEventHandler("onPlayerCloseChat",root,function () setElementData (resourceRoot, "chat",true) end) ------ addEventHandler("onPlayerChat",root, function( text, type) if getElementData(source,"Data_Tag") then return cancelEvent() end if getElementData(source,"tag") == true then return cancelEvent() end if type == 1 or type == 2 then return end if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Console")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) return outputChatBox("#FF0000* [ Console ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) else end if getElementData ( resourceRoot, "chat" ) == true then cancelEvent() return outputChatBox ("[C.Console]: Chat has been locked by Console ",source,255,0,0,true) end if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 1")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#0099DC* [ Lv.1 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 2")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#2554C7* [ Lv.2 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 3")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#00cc11* [ Lv.3 ] " .. getPlayerName ( source ) ..": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 4")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#007700* [ Lv.4 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 5")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#cc0000* [ Lv.5 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 6")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#FF0000* [ Lv.6 ] " .. getPlayerName ( source ) ..": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Head.Admin")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#C11B17* [ Head.Admin ] " .. getPlayerName ( source ) ..": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("V.I.P")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#DCD800* [ VIP ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("SaedAmer")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#cd0000* [ VIP ]#ffff00 سعيد : #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("mosp")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#02AB2F* [ AL-MLOok Event's] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Manager")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#347235* [ T-Developer ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin - Ex")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#777777* [ Admin - EX ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Police")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#007F7F* [ Soldier ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Everyone")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#5494A7* [ AL-MLOoK ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) end end )
  6. حاول بنفسك مافي جاهز يحبيبي -___-
  7. قصدةة ! في نص التحميل تجي اللوحة ماعرف كيف اجيب نص التحميل بس عشان تضهر اللوحة استعمل guiSetVisible
  8. مكتبة جميلة ! تنسيق روعة من شخص اروع ! اهنيك تاني مره عالمكتبة الاسطورية الكبيرة دي !
  9. addEventHandler("onPlayerChat",root,function (msg,Colour) if getElementData(source,"tag") == false then return cancelEvent() end -- هنا غلط than حولها then local tag = getElementData(source,"Data_Tag") or '#FF0000[#005588Player#FF0000]' local colour = getElementData(source,"colour") or '#FFFFFF' outputChatBox(tag ..' '.. getPlayerName(source) .. ''..colour..' : '.. msg,root, r, g, b, true) end)
  10. [LUA] : مبرمج مابين الاحتراف والمتوسط في : مبتدئ [php] : مبتدئ العمر : 15 لغة الانكليزية قربت اتقنها كاملة ! Skype : mohmmad15551[/b][/center]
  11. شرح مفيد استاذ دابل .. ولاهنت واصل بشروحاتك !
  12. local ForbiddenGroup = "Console" addEvent("Adminex",true) function Adminex(target) local account = getPlayerAccount ( getAccountName( target ) ) local group = aclGetGroup ( "Admin-EX" ) if ( group ) then removeGroups ( source ) if isObjectInACLGroup("user."..account, aclGetGroup(ForbiddenGroup) ) then return outputChatBox("لايمكنك اعطاء مخالف لهذا الحساب",source,255,0,0,true) end aclGroupAddObject ( group, "user."..account ) outputChatBox ( "ACL: '"..getAccountName(getPlayerAccount(target)).."تم اعطاء مخالفة للحساب '", source, 0, 255 , 0, true ) -- else -- هنا ماتسوي else لانه ماله داعي -- اذا تبا تحقق انه ما جاب اسم الحساب تسويه في الكلينت !! end end addEventHandler("Adminex", getRootElement(), Adminex)
  13. كودك خطأ ينكست البارتمنز الثاني لحدث "onPlayerChat" هو type وليس اللاعب اما لو تبي تجيب لاعب تجيبه من سورس تصحيح addEventHandler("onPlayerChat",root, function ( msg ) if ( msg == "فلوس" ) then outputChatBox(" ",source,0,0,255,true) outputChatBox(" ",source,0,0,255,true) outputChatBox("--------------------------------------",source,0,0,255,true) outputChatBox("طريقة جمع الفلوس في سيرفر الملووك",source,0,0,255,true) outputChatBox("1-الحلبه ",source,0,0,255,true) outputChatBox("2-الديربي ",source,0,0,255,true) outputChatBox("3-المهمات",source,0,0,255,true) outputChatBox("4-الوظائف",source,0,0,255,true) outputChatBox("5-استلام الرواتب من اف 6",source,0,0,255,true) outputChatBox("---------------------------------------",source,0,0,255,true) elseif ( msg == "مساعده" ) then outputChatBox(" ",source, 0,0, 255, true ) outputChatBox(" ", source,0,0, 255, true ) outputChatBox("--------------------------------------",source, 0,0, 255, true ) outputChatBox("طرق طلب المساعده في سيرفر الملووك",source, 0,0, 255, true ) outputChatBox("1-من صديق في الشات العام وليس من ادمن",source, 0,0, 255, true ) outputChatBox("2-من اف5",source, 0,0, 255, true ) outputChatBox("3-من الريبورت بحيث ترفع للاداره ريبورت",source, 0,0, 255, true ) outputChatBox("4-من شرح السيرفر الموجود على اليوتيوب او في لوحة القوانين",source, 0,0, 255, true ) outputChatBox("---------------------------------------",source, 0,0, 255, true ) elseif ( msg == "طياره" ) then outputChatBox(" ",source,0,0,255,true) outputChatBox(" ",source,0,0,255,true) outputChatBox("--------------------------------------",source,0,0,255,true) outputChatBox("رساله من سيرفر الملووك لك يا من كتبت طياره",source,0,0,255,true) outputChatBox("قد منع سيرفر الملووك الطيارات الا في حلات خاصه مثل الرنت",source,0,0,255,true) outputChatBox("لمعرفة كيفية الحصول على الرنت اكتب في الشات",source,0,0,255,true) outputChatBox("رنت",source,0,0,255,true) outputChatBox("---------------------------------------",source, 0,0, 255, true ) outputChatBox("---------------------------------------",source,0,0,255,true) elseif ( msg == "رنت" ) then outputChatBox(" ",source,0,0,255,true) outputChatBox(" ",source,0,0,255,true) outputChatBox("--------------------------------------",source,0,0,255,true) outputChatBox("رساله من سيرفر الملووك لك يا من كتبت رنت",source,0,0,255,true) outputChatBox("اولا طرق الحصول ععلى الرنت كالاتي",source,0,0,255,true) outputChatBox("1-عن طريق الشراء لمعرفة طرق الشراء تواصل مع الاداره",source,0,0,255,true) outputChatBox("2- عن طريق التفاعل اذا رات الاداره انك متفاعل فقد تهديه لك", source, 0, 0, 255, true ) outputChatBox("3-عن طريق الربح به في المسابقات القائمه في السيرفر كمسابقة الشوتر وغيرها",source,0,0,255,true) outputChatBox("---------------------------------------",source, 0,0, 255, true ) elseif ( msg == "ديربي" ) then outputChatBox(" ",source,0,0,255,true) outputChatBox(" ",source,0,0,255,true) outputChatBox("--------------------------------------",source,0,0,255,true) outputChatBox("رساله من سيرفر الملووك لك يا من كتبت ديربي",source,0,0,255,true) outputChatBox("للذهاب الي الديربي",source,0,0,255,true) outputChatBox("توجه اف 6 اخر اختيار ديربي",source,0,0,255,true) outputChatBox("---------------------------------------",source, 0,0, 255, true ) elseif ( msg == "موتر" ) then setElementPosition ( source,2860.85327,-1893.03906,10.93320 ) outputChatBox(" ",source,0,0,255,true) outputChatBox(" ",source,0,0,255,true) outputChatBox("--------------------------------------",source,0,0,255,true) outputChatBox("رساله من سيرفر الملووك لك يا من كتبت موتر",source,0,0,255,true) outputChatBox("اذهب الى بوابة البدايه ستجد ماركرين",source,0,0,255,true) outputChatBox("الازرق لاخذ السياره",source,0,0,255,true) outputChatBox("والاحمر لتلوين السياره",source,0,0,255,true) outputChatBox("---------------------------------------",source,0,0,255,true) end end)
  14. وين احط رقم شخصية عند yourskinid
  15. أنا أفهم منك أنك أنت فرحـان أنهم قاعدين يعطوك الأكواد جاهـزة حبـيت أقولـك أنه ذا كله مابيفيدك لأنه بعد كم يوم أو أسبوع بتجي تطلب ومحد بيرد عليك وأنا أنصحك أنك تعتمد على نفسـك ولا تعتمـد على غيرك وصدقنـي لو اعتمـدت على نفسك ماراح تحتاج للمنتدى هذا وماراح تحتاج مساعدة من أي عضو فيه وبالنسبـة للأشخاص الي يعطونهم الأكواد الجـاهزة ياليت تعطيهم الوظائف عشان يسويـه وتخليهم يحاولوا يسوونه وبعدها صحح محاولته مهوب تعطيه الكود الجاهز وهو لا تعب فيه ولا حاول وبعدها يجي يقولك طيب أبي كود ثاني وتعطيه وابي كود ثاني بأختصار شوفوا مواضيع قسم البرمجة محد يبي يتعلم أي شيء دام المبرمجين يسوون لهم الي يبونه وبدون تعب ولا محاولـة وأعتذر أنا كنت من الناس الي تعطي جاهز ولاكني بوقف . تحياتـي ^ انا معاك بس كنت اعطي وظائف كل شوي بس بعضهم حاولو وساعدتهم بعضهم ماحاولو ماساعدتهم وسحبت عليهم
  16. ليش ما تسوي ؟ يراقل انا قلت مودات مو قيم مود
  17. مني متأكد من الكود بس جرب function S () while true do count = count + 1 setElementPosition(source,111,111 + count,111) if count == 3 then break end end end
  18. ^ تظن انه ماعطيك الكود جاهز ؟ يحبيبي يقلك لازملك تعديل واشياء
  19. -- Server Side addEvent("OpenWin",true) addEventHandler("OpenWin", root, function ( ) if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( source ) ),aclGetGroup ("Console") ) then triggerClientEvent ( source,"Open",source ) else outputChatBox("you are not Console") end end ) -------------------- local function playerChat(message, messageType) if messageType == 0 then --Global (main) chat cancelEvent() local red, green, blue = getPlayerNametagColor(source) outputChatBox(getPlayerName(source)..": #FFFFFF"..message, root, red, green, blue, true ) outputServerLog("CHAT: "..getPlayerName(source)..": "..message)--NOTE: Beacuse we cancelled the onPlayerChat event, we need to log chat manually. end end addEventHandler("onPlayerChat", root, playerChat) addEvent("onPlayeropenChat",true) addEventHandler("onPlayeropenChat",root,function () removeElementData(resourceRoot,"chat") end) addEvent("onPlayerCloseChat",true) addEventHandler("onPlayerCloseChat",root,function () setElementData (resourceRoot, "chat",true) end) ------ addEventHandler("onPlayerChat",root, function( text, type) if type == 1 or type == 2 then return end if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Console")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) return outputChatBox("#FF0000* [ Console ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) else end if getElementData ( resourceRoot, "chat" ) == true then cancelEvent() return outputChatBox ("[C.Console]: Chat has been locked by Console ",p,255,255,255,true) end if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 1")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#0099DC* [ Lv.1 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 2")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#2554C7* [ Lv.2 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 3")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#00cc11* [ Lv.3 ] " .. getPlayerName ( source ) ..": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 4")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#007700* [ Lv.4 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 5")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#cc0000* [ Lv.5 ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Level 6")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#FF0000* [ Lv.6 ] " .. getPlayerName ( source ) ..": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Head.Admin")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#C11B17* [ Head.Admin ] " .. getPlayerName ( source ) ..": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("V.I.P")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#DCD800* [ VIP ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("SaedAmer")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#cd0000* [ VIP ]#ffff00 سعيد : #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("mosp")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#B53463* [ M7trf ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Manager")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#347235* [ T-Developer ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin - Ex")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#777777* [ Admin - EX ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Police")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#007F7F* [ Soldier ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Everyone")) then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox("#5494A7* [ AL-MLOoK ] " .. getPlayerName ( source ) .. ": #ffFFff" .. text, getRootElement(), r, g, b, true ) end end ) -----------------------------------------------------------------
  20. انا سويت فنكشن يسوي كول شيب على اللاعب بس بائت بالفشل getClosePlayer = function ( Player, SizeX , SizeY ) if Player and SizeX and SizeY then if not tonumber(SizeX) then return outputDebugString("Bad Argument @2 'SizeX' ") end if not tonumber(SizeY) then return outputDebugString("Bad Argument @3 'SizeY' ") end if SizeX < 50 then return end if SizeY < 50 then return end Col = createColRectangle(SizeX,SizeY,50,50) attachElements(Player,Col) return Col else return false end end
  21. الاكواد مهي كاملة
×
×
  • Create New...