Jump to content

AboFaisal

Members
  • Posts

    371
  • Joined

  • Last visited

Everything posted by AboFaisal

  1. مثال ^ ياكثر الأمثله هههه مشكله تعقيدي بالأكواد في الأحداثيات وهاذي الشغلات
  2. السلام عليكم ورحمه الله وبركاته أبي كود منطقه مثل المنظقه الخضراء بس المنقظه تكون يعني محدده إذا خرجت من حول المنظقه تنحسب سيارتك ويجي كلام بالشات أن تم سحب سيارتك وإذا أنت داخل المنظقه وخرجت من السياره تموت وشكرآ
  3. مشكور أنت بعد ومشكووور يابرستيج ..
  4. مشكوور تقدر تخلي يجي معه صوت ! إذا أشرت
  5. يشتغل الكود ! بس إذا مررت الزر على الصوره تختفي . !
  6. مايضئ ولا يرتفع ولا شي
  7. كنت حاس أنه كذا جرب قبل لاترد علي بـ هالرد مازبط !
  8. وين أحط ksa = guiCreateStaticImage(276, 194, 262, 212, "sa.jpg", false) بالتحديد ksa = guiCreateStaticImage
  9. السلام عليكم ورحمه الله وبركاته ابي كود اللي هو لمن تأشر على صوره ترتفع وتصير الإضاءه عاليه شوي أضن الكود معروف بس حبيت أوضح لكم أكثر وسلآمتكم , ي الربع
  10. انا أسمع أنها من Play.zip حدد لآهنت او عطني الملف يعني عدله وعطني في lua هنا
  11. : الطلب ابي اول مايدخل واحد مايجيه الخريطه سمعت أن المشكله من ملف في مود البلاي : الأستفسار أقدر أغير الكلمه اللي تجي في الشات لمن تنصك ميوت ! say: you are muted صوره للتوضيح وشكرأ
  12. حطيت ونفس المشكله يطلع السب edit : شباب بالله ابي حل
  13. رسلت لك خاص لأن الكود فيها كلمات سب
  14. وين الكلمات ؟ تيتي عدل مشاركتي وامسحهم Words حطهم فوق داخل جدول طيب أرسله خاص ع الأقل edit : ياكنق سويت اللي قلته ولا زبط edit #2: بالله مساعده
  15. التاج مع الكود .. local root = getRootElement() function chatbox(text, msgtype) local account = getAccountName(getPlayerAccount(source)) local name = getPlayerName(source) cancelEvent() if isObjectInACLGroup("user." .. account, aclGetGroup("Admin")) then outputChatBox("#FF0000* [ Admin ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Police")) then outputChatBox("#999999 * [ Police ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("admint")) then outputChatBox("#993333* [ مسؤل الادمنيات ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Admin2")) then outputChatBox("#dd0000* [ Scripter ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("WorkShop")) then outputChatBox("#A23BEC* [ WorkShop ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Vote")) then outputChatBox("#7F5A58* [ Voted To Mod ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#C11B17* [ Owner ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("كموره")) then outputChatBox("#C11B17* [ Head Admin ] #FF0000❤彡●【#00BBFFالاسطوره كموره#FF0000】●彡❤ : #ffFFff"..text , getRootElement(), 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("نايف")) then outputChatBox("#ff8756* 彡 [ Owner Server 6AraT ] 彡 نـآيف : #ffFFff"..text , getRootElement(), 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("SuperModerator")) then outputChatBox("#1D9C00* [ SuperModerator 1 ] " .. name ..":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("SuperModerator2")) then outputChatBox("#259117* [ SuperModerator 2 ] " .. name ..":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Moderator")) then outputChatBox("#0044ff* [ Moderator 1 ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Moderator2")) then outputChatBox("#2554C7* [ Moderator 2 ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("V.I.P")) then outputChatBox("#C8BBBE* [ V.I.P ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("7Rame")) then outputChatBox("#52F3FF* [ Gang member ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Head.Admin")) then outputChatBox("#C11B17* [ Head Admin ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Big.Admin")) then outputChatBox("#444444* [ Big.Admin ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("KingDrift")) then outputChatBox("#D4A017* [ King Of Drift ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Everyone")) then outputChatBox("#717D7D* [ #FFFFFF#ff0000" .. name .. "#717D7D ] :#ffffff " .. text, root, 255, 255, 255, true) end addEventHandler("onPlayerJoin", getRootElement(), s3d) end addEventHandler("onPlayerChat", root, chatbox) local Words = { "removed - Tete, Reason: insults" }; addEventHandler ( "onPlayerChat", root, function ( msg, type ) for _, v in ipairs ( Words ) do if string.find ( msg, v ) then cancelEvent ( ); return outputChatBox ( '#717D7D* [#FF0000 '..getPlayerName( source )..'#717D7D ] :#FFFFFF لا إله إلا الله وحده لا شريك له له الملك وله الحمد وهو على كل شئ قدير', root, 255, 0, 0, true ); end end end );
×
×
  • Create New...