Jump to content

taha201100

Members
  • Posts

    1,453
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by taha201100

  1. تنطيل باسل فصل ممكن تقولي كيف ؟
  2. باسل يلا ابعت طلب
  3. ضيفني سكايب sala7_prince
  4. السلام عليكم عندي كيل مسج صغير جدا يظهر جنب لما تقتل زومبي ممكن واحد يكون حجمة كبير حق زومبي بالانتظار
  5. السلام عليكم عندي مود زومبي لكن الزومبي الي يظهر قليل وابي ازيد عدده كيف؟؟
  6. السلام عليكم بدي ملف حق تثبيت البداية والشخصية لكن بدي اياه يكون فية 4 شخصيات عشوائية كل ما يموت تيجي شخصية عشوائية من 4 شخصيات انتضركم
  7. طيب بس انا ما غيرت الكلامات ولو تبي صورة لكشف الحساب اعطيك بس معرف اصور
  8. انا شريت لما اجيت اجدد استضافة سيرفري كان سيرفري فل 24 لاعب اجيت اكبرة سيرفري ل36 لاعب وخصم مني 9 دولار كاش يو واتجدد وبقى عدد الاعبين 24 حاولت اغير من متا سيرفر ما ضبط وذي كشف حسابي 18/8/2014 DeluxHost GbR 36 رقم العملية: 16264629 -- 9.99 0.77 processe
  9. طيب انا طرحت لك كود التاج حطه وارسلي كود التاج المعدل لانه معرف وين احطة
  10. السلام عليكم ابي احد يسوي لي بالتاج لما الشخص يكون عندة تحميل يظهر قبل اسمة DownLoad باللون الاحمر التااج local root = getRootElement() function chatbox(text, msgtype) local account = getAccountName(getPlayerAccount(source)) local name = getPlayerName(source) if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then cancelEvent() outputChatBox("#bd1c18* [ #424242Console#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Devlpor")) then cancelEvent() outputChatBox("#bd1c18* [ #424242Developer1#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Leader")) then cancelEvent() outputChatBox("#bd1c18* [ #FE2E2ELeader#bd1c18 ] " .. name .. ":#FFFFFF " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_1")) then cancelEvent() outputChatBox("#bd1c18* [ #04B4AELevel 1#bd1c18 ] #04B4AE" .. name .. ":#FFFFFF " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_2")) then cancelEvent() outputChatBox("#bd1c18* [ #8A0868Level 2#bd1c18 ] #8A0868" .. name .. ":#FFFFFF " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_3")) then cancelEvent() outputChatBox("#bd1c18* [ #298A08Level 3#bd1c18 ] #298A08" .. name .. ":#FFFFFF " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_4")) then cancelEvent() outputChatBox("#bd1c18* [ #B18904Level 4#bd1c18 ] #B18904" .. name .. ":#FFFFFF " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_5")) then cancelEvent() outputChatBox("#bd1c18* [ #8A0808Level 5#bd1c18 ] #8A0808" .. name .. ":#FFFFFF " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Admin.Ex")) then cancelEvent() outputChatBox("#9c9a9c[ Admin - Ex ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("HeadLeaDer")) then cancelEvent() outputChatBox("#151B8D[ Head-Leader ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("ADMIN")) then cancelEvent() outputChatBox("#461B7E[ Admin ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("HEAD-ADMIN")) then cancelEvent() outputChatBox("#F778A1[ Head-Admin ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("SuPeR-ADMIN")) then cancelEvent() outputChatBox("#00FFFF[ Super Admin ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("BIG-ADMIN")) then cancelEvent() outputChatBox("#617C58[ Big Admin] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("GA-1")) then cancelEvent() outputChatBox("#FF0000[ GA 1 ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("GA-2")) then cancelEvent() outputChatBox("#FF0000[ GA 2 ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("GM-1")) then cancelEvent() outputChatBox("#ECD672[ GM 1 ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("GM-2")) then cancelEvent() outputChatBox("#ECD672[ GM 2 ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("SUPPORT")) then cancelEvent() outputChatBox("#ECD672[ Support ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) end end addEventHandler("onPlayerChat", root, chatbox) بالأنتظار
  11. جينرال الله يوفقك وينجحك واخيرا حليت مشكلتي وربي شنب شنب شنب لو اقول شنب من هون للصبح ما يكفي مبدع وربي سلمت يداك تمت الافادة من قبل جينرال وصنعة لي بنجاح يعطية العافية
  12. السلام عليكم انا بكرة يخلص اشتراك سيرفري اقدر اجدد قبل ما يفصلوة؟ وكيف اجددة للعلم الخادم فرنسي هل فية مشاكل بالتجديد مثل الخادم العربي ولا لا وسوال اخر الحين مثلن لما اشتري 24 لاعب يعني سيرفري يتحمل 24 لاعب ولو كبرتة ل50 لاعب يصير يتحمل 50 لاعب ولا فقط تغيير ارقام اتمنى الرد
  13. يا دووون اقصم بالله حوووسة راسي انفجر مليون سنة على رتبة واحدة واخر شي مو مضبوطة تكفووون مشان الله الزوار ينتظرون مشانو الله سولي التاج والاسل
  14. بتمنى احد يسوية لي تصبحون على خير
  15. مين يسوية لي مقابل 500 الف بسيرفر حرب العصابات
  16. جعفر يا ريت شرح اكثر الحين لو بدي اضيف قروب بالاسل كيف وكيف اضيفه اشكبة مع التاج
  17. اخوي مدري انا كيف عادي مو شرط الحين لما تفضى سوية لي اخوي بس يا ريت قبل بكرة العصر واكون شاكر لك طول حياتي لانك ما تقصر ابدا بأنتضارك لما تفضى سوية
  18. السلام عليكم ابي زيادة رتب لهاذا الاسل لانه معرف اولا هاذا الاسل "Everyone"> "Default"/> "user.*"/> "resource.*"/> "NoAdmin"> "Default"/> "Level_1"> "Level_1"/> "Level_2"> "Level_2"/> "Level_3"> "Level_3"/> "Level_4"> "Level_4"/> "Level_5"> "Level_5"/> "Leader"> "Leader"/> "HeadAdmin"> "HeadAdmin"/> "Devlpor"> "Devlpor"/> "Moderator"> "Moderator"/> "resource.mapcycler"/> "resource.mapmanager"/> "resource.resourcemanager"/> "resource.votemanager"/> "SuperModerator"> "Moderator"/> "SuperModerator"/> "Admin"> "Moderator"/> "SuperModerator"/> "Admin"/> "RPC"/> "resource.admin"/> "resource.webadmin"/> "Console"> "Moderator"/> "SuperModerator"/> "Admin"/> "RPC"/> "user.Console"/> "RPC"> "RPC"/> "MapEditor"> "Default"/> "MapEditor"/> "resource.editor_main"/> "resource.edf"/> "raceACLGroup"> "Default"/> "raceACL"/> "resource.race"/> "DevGroup"> "DevACL"/> "Default"> "general.ModifyOtherObjects" access="false"/> "general.http" access="false"/> "command.start" access="false"/> "command.stop" access="false"/> "command.stopall" access="false"/> "command.gamemode" access="false"/> "command.changemode" access="false"/> "command.changemap" access="false"/> "command.stopmode" access="false"/> "command.stopmap" access="false"/> "command.skipmap" access="false"/> "command.restart" access="false"/> "command.refresh" access="false"/> "command.refreshall" access="false"/> "command.addaccount" access="false"/> "command.delaccount" access="false"/> "command.debugscript" access="false"/> "command.chgpass" access="false"/> "command.loadmodule" access="false"/> "command.upgrade" access="false"/> "command.mute" access="false"/> "command.crun" access="false"/> "command.srun" access="false"/> "command.run" access="false"/> "command.unmute" access="false"/> "command.kick" access="false"/> "command.ban" access="false"/> "command.banip" access="false"/> "command.unbanip" access="false"/> "command.reloadbans" access="false"/> "command.shutdown" access="false"/> "command.install" access="false"/> "command.aexec" access="false"/> "command.whois" access="false"/> "command.whowas" access="false"/> "function.executeCommandHandler" access="false"/> "function.setPlayerMuted" access="false"/> "function.addAccount" access="false"/> "function.addBan" access="false"/> "function.removeBan" access="false"/> "function.removeAccount" access="false"/> "function.setAccountPassword" access="false"/> "function.kickPlayer" access="false"/> "function.banIP" access="false"/> "function.banPlayer" access="false"/> "function.banSerial" access="false"/> "function.getBansXML" access="false"/> "function.unbanIP" access="false"/> "function.unbanSerial" access="false"/> "function.reloadBans" access="false"/> "function.setServerPassword" access="false"/> "function.getServerPassword" access="false"/> "function.callRemote" access="false"/> "function.fetchRemote" access="false"/> "function.startResource" access="false"/> "function.stopResource" access="false"/> "function.restartResource" access="false"/> "function.createResource" access="false"/> "function.copyResource" access="false"/> "function.addResourceMap" access="false"/> "function.addResourceConfig" access="false"/> "function.removeResourceFile" access="false"/> "function.setResourceDefaultSetting" access="false"/> "function.removeResourceDefaultSetting" access="false"/> "function.redirectPlayer" access="false"/> "function.aclReload" access="false"/> "function.aclSave" access="false"/> "function.aclCreate" access="false"/> "function.aclDestroy" access="false"/> "function.aclSetRight" access="false"/> "function.aclRemoveRight" access="false"/> "function.aclCreateGroup" access="false"/> "function.aclDestroyGroup" access="false"/> "function.aclGroupAddACL" access="false"/> "function.aclGroupRemoveACL" access="false"/> "function.aclGroupAddObject" access="false"/> "function.aclGroupRemoveObject" access="false"/> "function.refreshResources" access="false"/> "function.setServerConfigSetting" access="false" /> "function.updateResourceACLRequest" access="false" /> "command.aclrequest" access="false" /> "Moderator"> "general.ModifyOtherObjects" access="false"/> "command.gamemode" access="true"/> "command.changemode" access="true"/> "command.changemap" access="true"/> "command.stopmode" access="true"/> "command.stopmap" access="true"/> "command.skipmap" access="true"/> "command.mute" access="true"/> "command.unmute" access="true"/> "command.whois" access="true"/> "command.whowas" access="true"/> "function.setPlayerMuted" access="true"/> "function.kickPlayer" access="true"/> "function.banIP" access="true"/> "function.banPlayer" access="true"/> "function.banSerial" access="true"/> "function.getBansXML" access="true"/> "function.unbanIP" access="true"/> "function.unbanSerial" access="true"/> "function.startResource" access="true"/> "function.stopResource" access="true"/> "function.restartResource" access="true"/> "function.redirectPlayer" access="true"/> "SuperModerator"> "general.ModifyOtherObjects" access="false"/> "command.start" access="true"/> "command.stop" access="true"/> "command.restart" access="true"/> "command.kick" access="true"/> "command.ban" access="true"/> "command.banip" access="true"/> "command.unbanip" access="true"/> "command.reloadbans" access="true"/> "command.refresh" access="true"/> "command.refreshall" access="true"/> "command.loadmodule" access="true"/> "command.addaccount" access="true"/> "command.delaccount" access="true"/> "command.chgpass" access="true"/> "function.addAccount" access="true"/> "function.removeAccount" access="true"/> "function.setAccountPassword" access="true"/> "Admin"> "general.ModifyOtherObjects" access="true"/> "general.http" access="true"/> "command.shutdown" access="true"/> "command.install" access="true"/> "command.aexec" access="true"/> "command.debugscript" access="true"/> "command.upgrade" access="true"/> "command.crun" access="true"/> "command.srun" access="true"/> "command.run" access="true"/> "function.addBan" access="true"/> "function.removeBan" access="true"/> "function.reloadBans" access="true"/> "function.executeCommandHandler" access="true"/> "function.setServerPassword" access="true"/> "function.getServerPassword" access="true"/> "function.createResource" access="true"/> "function.copyResource" access="true"/> "function.addResourceMap" access="true"/> "function.addResourceConfig" access="true"/> "function.removeResourceFile" access="true"/> "function.setResourceDefaultSetting" access="true"/> "function.removeResourceDefaultSetting" access="true"/> "function.aclReload" access="true"/> "function.aclSave" access="true"/> "function.aclCreate" access="true"/> "function.aclDestroy" access="true"/> "function.aclSetRight" access="true"/> "function.aclRemoveRight" access="true"/> "function.aclCreateGroup" access="true"/> "function.aclDestroyGroup" access="true"/> "function.aclGroupAddACL" access="true"/> "function.aclGroupRemoveACL" access="true"/> "function.aclGroupAddObject" access="true"/> "function.aclGroupRemoveObject" access="true"/> "function.refreshResources" access="true"/> "function.setServerConfigSetting" access="true" /> "function.updateResourceACLRequest" access="true" /> "command.aclrequest" access="true" /> "RPC"> "function.callRemote" access="true"/> "function.fetchRemote" access="true"/> "MapEditor"> "general.ModifyOtherObjects" access="true"/> "function.startResource" access="true"/> "function.stopResource" access="true"/> "function.restartResource" access="true"/> "function.createResource" access="true"/> "function.copyResource" access="true"/> "function.renameResource" access="true"/> "function.deleteResource" access="true"/> "function.addResourceMap" access="true"/> "function.addResourceConfig" access="true"/> "function.removeResourceFile" access="true"/> "function.setResourceDefaultSetting" access="true"/> "function.removeResourceDefaultSetting" access="true"/> "function.xmlLoadFile" access="true"/> "Level_1"> "command.mute" access="true"> "command.unmute" access="false"> "function.redirectPlayer" access="false"> "command.msg" access="false"> "function.setServerPassword" access="false"> "command.debugscript" access="false"> "command.debug" access="false"> "function.setGameSpeed" access="false"> "command.votekick" access="false"> "command.voteban" access="false"> "command.votekill" access="false"> "command.votemode" access="false"> "command.votemap" access="false"> "function.deleteResource" access="false"> "command.crun" access="false"> "command.srun" access="false"> "command.run" access="false"> "general.tab_adminchat" access="true"> "general.tab_players" access="true"> "general.adminpanel" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "command.kick" access="true"> "command.freeze" access="true"> "command.setnick" access="true"> "command.shout" access="true"> "command.spectate" access="true"> "command.slap" access="true"> "command.setgroup" access="false"> "command.sethealth" access="true"> "command.setarmour" access="true"> "command.setmoney" access="false"> "command.setskin" access="false"> "command.setteam" access="false"> "command.giveweapon" access="false"> "command.setstat" access="false"> "command.jetpack" access="false"> "command.warp" access="true"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="true"> "command.blow" access="false"> "command.destroy" access="false"> "command.customize" access="false"> "command.setcolor" access="false"> "command.setpaintjob" access="false"> "command.listmessages" access="false"> "command.readmessage" access="false"> "command.listresources" access="false"> "command.start" access="false"> "command.stop" access="false"> "command.stopall" access="false"> "command.restart" access="false"> "command.execute" access="false"> "command.delete" access="false"> "command.setpassword" access="false"> "command.setwelcome" access="false"> "command.setgame" access="false"> "command.setmap" access="false"> "command.setweather" access="false"> "command.blendweather" access="false"> "command.setblurlevel" access="false"> "command.setwaveheight" access="false"> "command.setskygradient" access="false"> "command.setgamespeed" access="false"> "command.speed" access="false"> "command.cv" access="false"> "command.car" access="false"> "command.wp" access="false"> "command.ap" access="false"> "command.grav" access="false"> "command.setgravity" access="false"> "command.settime" access="false"> "function.shutdown" access="false"> "command.setfpslimit" access="false"> "command.ban" access="false"> "command.unban" access="false"> "command.banip" access="false"> "command.unbanip" access="false"> "command.banserial" access="false"> "command.unbanserial" access="false"> "command.shutdown" access="false"> "command.listbans" access="false"> "Level_2"> "command.mute" access="true"> "command.unmute" access="false"> "function.redirectPlayer" access="false"> "command.msg" access="false"> "function.setServerPassword" access="false"> "command.debugscript" access="false"> "command.debug" access="false"> "function.setGameSpeed" access="false"> "command.votekick" access="false"> "command.voteban" access="false"> "command.votekill" access="false"> "command.votemode" access="false"> "command.votemap" access="false"> "function.deleteResource" access="false"> "command.crun" access="false"> "command.srun" access="false"> "command.run" access="false"> "general.tab_adminchat" access="true"> "general.tab_players" access="true"> "general.adminpanel" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "command.kick" access="true"> "command.freeze" access="true"> "command.setnick" access="true"> "command.shout" access="true"> "command.spectate" access="true"> "command.slap" access="true"> "command.setgroup" access="false"> "command.sethealth" access="true"> "command.setarmour" access="true"> "command.setmoney" access="false"> "command.setskin" access="false"> "command.setteam" access="false"> "command.giveweapon" access="false"> "command.setstat" access="false"> "command.jetpack" access="false"> "command.warp" access="true"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="true"> "command.blow" access="false"> "command.destroy" access="false"> "command.customize" access="false"> "command.setcolor" access="false"> "command.setpaintjob" access="false"> "command.listmessages" access="false"> "command.readmessage" access="false"> "command.listresources" access="false"> "command.start" access="false"> "command.stop" access="false"> "command.stopall" access="false"> "command.restart" access="false"> "command.execute" access="false"> "command.delete" access="false"> "command.setpassword" access="false"> "command.setwelcome" access="false"> "command.setgame" access="false"> "command.setmap" access="false"> "command.setweather" access="false"> "command.blendweather" access="false"> "command.setblurlevel" access="false"> "command.setwaveheight" access="false"> "command.setskygradient" access="false"> "command.setgamespeed" access="false"> "command.speed" access="false"> "command.cv" access="false"> "command.car" access="false"> "command.wp" access="false"> "command.ap" access="false"> "command.grav" access="false"> "command.setgravity" access="false"> "command.settime" access="false"> "function.shutdown" access="false"> "command.setfpslimit" access="false"> "command.ban" access="false"> "command.unban" access="false"> "command.banip" access="false"> "command.unbanip" access="false"> "command.banserial" access="false"> "command.unbanserial" access="false"> "command.shutdown" access="false"> "command.listbans" access="false"> "Level_3"> "command.mute" access="true"> "command.unmute" access="false"> "function.redirectPlayer" access="false"> "command.msg" access="false"> "function.setServerPassword" access="false"> "command.debugscript" access="false"> "command.debug" access="false"> "function.setGameSpeed" access="false"> "command.votekick" access="false"> "command.voteban" access="false"> "command.votekill" access="false"> "command.votemode" access="false"> "command.votemap" access="false"> "function.deleteResource" access="false"> "command.crun" access="false"> "command.srun" access="false"> "command.run" access="false"> "general.tab_adminchat" access="true"> "general.tab_players" access="true"> "general.adminpanel" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "command.kick" access="true"> "command.freeze" access="true"> "command.setnick" access="true"> "command.shout" access="true"> "command.spectate" access="true"> "command.slap" access="true"> "command.setgroup" access="false"> "command.sethealth" access="true"> "command.setarmour" access="true"> "command.setmoney" access="false"> "command.setskin" access="false"> "command.setteam" access="false"> "command.giveweapon" access="false"> "command.setstat" access="false"> "command.jetpack" access="false"> "command.warp" access="true"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="true"> "command.blow" access="false"> "command.destroy" access="false"> "command.customize" access="true"> "command.setcolor" access="true"> "command.setpaintjob" access="false"> "command.listmessages" access="false"> "command.readmessage" access="false"> "command.listresources" access="false"> "command.start" access="false"> "command.stop" access="false"> "command.stopall" access="false"> "command.restart" access="false"> "command.execute" access="false"> "command.delete" access="false"> "command.setpassword" access="false"> "command.setwelcome" access="false"> "command.setgame" access="false"> "command.setmap" access="false"> "command.setweather" access="false"> "command.blendweather" access="false"> "command.setblurlevel" access="false"> "command.setwaveheight" access="false"> "command.setskygradient" access="false"> "command.setgamespeed" access="false"> "command.speed" access="false"> "command.cv" access="false"> "command.car" access="false"> "command.wp" access="false"> "command.ap" access="false"> "command.grav" access="false"> "command.setgravity" access="false"> "command.settime" access="false"> "function.shutdown" access="false"> "command.setfpslimit" access="false"> "command.ban" access="false"> "command.unban" access="false"> "command.banip" access="false"> "command.unbanip" access="false"> "command.banserial" access="false"> "command.unbanserial" access="false"> "command.shutdown" access="false"> "command.listbans" access="false"> "Level_4"> "command.mute" access="true"> "command.unmute" access="false"> "function.redirectPlayer" access="false"> "command.msg" access="false"> "function.setServerPassword" access="false"> "command.debugscript" access="false"> "command.debug" access="false"> "function.setGameSpeed" access="false"> "command.votekick" access="false"> "command.voteban" access="false"> "command.votekill" access="false"> "command.votemode" access="false"> "command.votemap" access="false"> "function.deleteResource" access="false"> "command.crun" access="false"> "command.srun" access="false"> "command.run" access="false"> "general.tab_adminchat" access="true"> "general.tab_players" access="true"> "general.adminpanel" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "command.kick" access="true"> "command.freeze" access="true"> "command.setnick" access="true"> "command.shout" access="true"> "command.spectate" access="true"> "command.slap" access="true"> "command.setgroup" access="false"> "command.sethealth" access="true"> "command.setarmour" access="true"> "command.setmoney" access="false"> "command.setskin" access="false"> "command.setteam" access="false"> "command.giveweapon" access="false"> "command.setstat" access="false"> "command.jetpack" access="false"> "command.warp" access="true"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="true"> "command.blow" access="false"> "command.destroy" access="false"> "command.customize" access="false"> "command.setcolor" access="false"> "command.setpaintjob" access="false"> "command.listmessages" access="false"> "command.readmessage" access="false"> "command.listresources" access="false"> "command.start" access="false"> "command.stop" access="false"> "command.stopall" access="false"> "command.restart" access="false"> "command.execute" access="false"> "command.delete" access="false"> "command.setpassword" access="false"> "command.setwelcome" access="false"> "command.setgame" access="false"> "command.setmap" access="false"> "command.setweather" access="false"> "command.blendweather" access="false"> "command.setblurlevel" access="false"> "command.setwaveheight" access="false"> "command.setskygradient" access="false"> "command.setgamespeed" access="false"> "command.speed" access="false"> "command.cv" access="false"> "command.car" access="false"> "command.wp" access="false"> "command.ap" access="false"> "command.grav" access="false"> "command.setgravity" access="false"> "command.settime" access="false"> "function.shutdown" access="false"> "command.setfpslimit" access="false"> "command.ban" access="false"> "command.unban" access="false"> "command.banip" access="false"> "command.unbanip" access="false"> "command.banserial" access="false"> "command.unbanserial" access="false"> "command.shutdown" access="false"> "command.listbans" access="false"> "Level_5"> "command.mute" access="true"> "command.unmute" access="false"> "function.redirectPlayer" access="false"> "command.msg" access="false"> "function.setServerPassword" access="false"> "command.debugscript" access="false"> "command.debug" access="false"> "function.setGameSpeed" access="false"> "command.votekick" access="false"> "command.voteban" access="false"> "command.votekill" access="false"> "command.votemode" access="false"> "command.votemap" access="false"> "function.deleteResource" access="false"> "command.crun" access="false"> "command.srun" access="false"> "command.run" access="false"> "general.tab_adminchat" access="true"> "general.tab_players" access="true"> "general.adminpanel" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "command.kick" access="true"> "command.freeze" access="true"> "command.setnick" access="true"> "command.shout" access="true"> "command.spectate" access="true"> "command.slap" access="true"> "command.setgroup" access="false"> "command.sethealth" access="true"> "command.setarmour" access="true"> "command.setmoney" access="false"> "command.setskin" access="false"> "command.setteam" access="false"> "command.giveweapon" access="false"> "command.setstat" access="false"> "command.jetpack" access="false"> "command.warp" access="true"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="true"> "command.blow" access="false"> "command.destroy" access="false"> "command.customize" access="true"> "command.setcolor" access="true"> "command.setpaintjob" access="true"> "command.listmessages" access="false"> "command.readmessage" access="false"> "command.listresources" access="false"> "command.start" access="false"> "command.stop" access="false"> "command.stopall" access="false"> "command.restart" access="false"> "command.execute" access="false"> "command.delete" access="false"> "command.setpassword" access="false"> "command.setwelcome" access="false"> "command.setgame" access="false"> "command.setmap" access="false"> "command.setweather" access="false"> "command.blendweather" access="false"> "command.setblurlevel" access="false"> "command.setwaveheight" access="false"> "command.setskygradient" access="false"> "command.setgamespeed" access="false"> "command.speed" access="false"> "command.cv" access="false"> "command.car" access="false"> "command.wp" access="false"> "command.ap" access="false"> "command.grav" access="false"> "command.setgravity" access="false"> "command.settime" access="false"> "function.shutdown" access="false"> "command.setfpslimit" access="false"> "command.ban" access="false"> "command.unban" access="false"> "command.banip" access="false"> "command.unbanip" access="false"> "command.banserial" access="false"> "command.unbanserial" access="false"> "command.shutdown" access="false"> "command.listbans" access="false"> "Leader"> "command.mute" access="true"> "command.unmute" access="true"> "function.redirectPlayer" access="false"> "command.msg" access="false"> "function.setServerPassword" access="false"> "command.debugscript" access="false"> "command.debug" access="false"> "function.setGameSpeed" access="false"> "command.votekick" access="false"> "command.voteban" access="false"> "command.votekill" access="false"> "command.votemode" access="false"> "command.votemap" access="false"> "function.deleteResource" access="false"> "command.crun" access="false"> "command.srun" access="false"> "command.run" access="false"> "general.tab_adminchat" access="true"> "general.tab_players" access="true"> "general.adminpanel" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "command.kick" access="true"> "command.freeze" access="true"> "command.setnick" access="true"> "command.shout" access="true"> "command.spectate" access="true"> "command.slap" access="true"> "command.setgroup" access="false"> "command.sethealth" access="true"> "command.setarmour" access="true"> "command.setmoney" access="false"> "command.setskin" access="false"> "command.setteam" access="false"> "command.giveweapon" access="false"> "command.setstat" access="false"> "command.jetpack" access="true"> "command.warp" access="true"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="true"> "command.blow" access="true"> "command.destroy" access="true"> "command.customize" access="true"> "command.setcolor" access="true"> "command.setpaintjob" access="true"> "command.listmessages" access="false"> "command.readmessage" access="false"> "command.listresources" access="false"> "command.start" access="false"> "command.stop" access="false"> "command.stopall" access="false"> "command.restart" access="false"> "command.execute" access="false"> "command.delete" access="false"> "command.setpassword" access="false"> "command.setwelcome" access="false"> "command.setgame" access="false"> "command.setmap" access="false"> "command.setweather" access="false"> "command.blendweather" access="false"> "command.setblurlevel" access="false"> "command.setwaveheight" access="false"> "command.setskygradient" access="false"> "command.setgamespeed" access="false"> "command.speed" access="false"> "command.cv" access="false"> "command.car" access="false"> "command.wp" access="false"> "command.ap" access="false"> "command.grav" access="false"> "command.setgravity" access="false"> "command.settime" access="false"> "function.shutdown" access="false"> "command.setfpslimit" access="false"> "command.ban" access="true"> "command.unban" access="false"> "command.banip" access="true"> "command.unbanip" access="false"> "command.banserial" access="true"> "command.unbanserial" access="false"> "command.shutdown" access="false"> "command.listbans" access="false"> "Devlpor"> "command.mute" access="true"> "command.unmute" access="true"> "function.redirectPlayer" access="true"> "command.msg" access="true"> "function.setServerPassword" access="true"> "command.debugscript" access="true"> "command.debug" access="true"> "function.setGameSpeed" access="true"> "command.votekick" access="true"> "command.voteban" access="true"> "command.votekill" access="true"> "command.votemode" access="true"> "command.votemap" access="true"> "function.deleteResource" access="true"> "command.crun" access="true"> "command.srun" access="true"> "command.run" access="true"> "general.tab_adminchat" access="true"> "general.tab_players" access="true"> "general.adminpanel" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="true"> "general.tab_bans" access="true"> "command.kick" access="true"> "command.freeze" access="true"> "command.setnick" access="true"> "command.shout" access="true"> "command.spectate" access="true"> "command.slap" access="true"> "command.setgroup" access="true"> "command.sethealth" access="true"> "command.setarmour" access="true"> "command.setmoney" access="true"> "command.setskin" access="true"> "command.setteam" access="true"> "command.giveweapon" access="true"> "command.setstat" access="true"> "command.jetpack" access="true"> "command.warp" access="true"> "command.setdimension" access="true"> "command.setinterior" access="true"> "command.givevehicle" access="true"> "command.repair" access="true"> "command.blow" access="true"> "command.destroy" access="true"> "command.customize" access="true"> "command.setcolor" access="true"> "command.setpaintjob" access="true"> "command.listmessages" access="true"> "command.readmessage" access="true"> "command.listresources" access="true"> "command.start" access="true"> "command.stop" access="true"> "command.stopall" access="true"> "command.restart" access="true"> "command.execute" access="true"> "command.delete" access="true"> "command.setpassword" access="true"> "command.setwelcome" access="true"> "command.setgame" access="true"> "command.setmap" access="true"> "command.setweather" access="true"> "command.blendweather" access="true"> "command.setblurlevel" access="true"> "command.setwaveheight" access="true"> "command.setskygradient" access="true"> "command.setgamespeed" access="true"> "command.speed" access="true"> "command.cv" access="true"> "command.car" access="true"> "command.wp" access="true"> "command.ap" access="true"> "command.grav" access="true"> "command.setgravity" access="true"> "command.settime" access="true"> "function.shutdown" access="true"> "command.setfpslimit" access="true"> "command.ban" access="true"> "command.unban" access="true"> "command.banip" access="true"> "command.unbanip" access="true"> "command.banserial" access="true"> "command.unbanserial" access="true"> "command.shutdown" access="true"> "command.listbans" access="true"> "HeadAdmin"> "command.mute" access="true"> "command.unmute" access="true"> "function.redirectPlayer" access="false"> "command.msg" access="false"> "function.setServerPassword" access="false"> "command.debugscript" access="false"> "command.debug" access="false"> "function.setGameSpeed" access="false"> "command.votekick" access="false"> "command.voteban" access="false"> "command.votekill" access="false"> "command.votemode" access="false"> "command.votemap" access="false"> "function.deleteResource" access="false"> "command.crun" access="false"> "command.srun" access="false"> "command.run" access="false"> "general.tab_adminchat" access="true"> "general.tab_players" access="true"> "general.adminpanel" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "command.kick" access="true"> "command.freeze" access="true"> "command.setnick" access="true"> "command.shout" access="true"> "command.spectate" access="true"> "command.slap" access="true"> "command.setgroup" access="false"> "command.sethealth" access="true"> "command.setarmour" access="true"> "command.setmoney" access="false"> "command.setskin" access="false"> "command.setteam" access="false"> "command.giveweapon" access="false"> "command.setstat" access="false"> "command.jetpack" access="true"> "command.warp" access="true"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="true"> "command.blow" access="true"> "command.destroy" access="true"> "command.customize" access="true"> "command.setcolor" access="true"> "command.setpaintjob" access="true"> "command.listmessages" access="false"> "command.readmessage" access="false"> "command.listresources" access="false"> "command.start" access="false"> "command.stop" access="false"> "command.stopall" access="false"> "command.restart" access="false"> "command.execute" access="false"> "command.delete" access="false"> "command.setpassword" access="false"> "command.setwelcome" access="false"> "command.setgame" access="false"> "command.setmap" access="false"> "command.setweather" access="false"> "command.blendweather" access="false"> "command.setblurlevel" access="false"> "command.setwaveheight" access="false"> "command.setskygradient" access="false"> "command.setgamespeed" access="false"> "command.speed" access="false"> "command.cv" access="false"> "command.car" access="false"> "command.wp" access="false"> "command.ap" access="false"> "command.grav" access="false"> "command.setgravity" access="false"> "command.settime" access="false"> "function.shutdown" access="false"> "command.setfpslimit" access="false"> "command.ban" access="true"> "command.unban" access="false"> "command.banip" access="true"> "command.unbanip" access="false"> "command.banserial" access="true"> "command.unbanserial" access="false"> "command.shutdown" access="false"> "command.listbans" access="false"> "raceACL"> "general.ModifyOtherObjects" access="true"/> "function.xmlLoadFile" access="true"/> "function.startResource" access="true"/> "function.stopResource" access="true"/> "function.restartResource" access="true"/> "DevACL"> "resource.performancebrowser.http" access="true"> "resource.ajax.http" access="true"> الرتب الي ابي تضيفوها ايضا ADmin HEAD-ADMIN SuPeR-admin BIG-ADMIN GA-1 GA-2 GM-1 GM-2 SUPPORT اخوان طبعا الادمن يجي بعد الهيد ليدر وما فوق اظنو فهمتوا قصدي وذا كود التاج local root = getRootElement() function chatbox(text, msgtype) local account = getAccountName(getPlayerAccount(source)) local name = getPlayerName(source) if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then cancelEvent() outputChatBox("#bd1c18* [ #424242Developer#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Devlpor")) then cancelEvent() outputChatBox("#bd1c18* [ #424242Developer1#bd1c18 ] " .. name .. ":#DBA901 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("HeadAdmin")) then cancelEvent() outputChatBox("#bd1c18* [ #FE2E2EHead Leader#bd1c18 ] " .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Leader")) then cancelEvent() outputChatBox("#bd1c18* [ #FE2E2ELeader#bd1c18 ] " .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_1")) then cancelEvent() outputChatBox("#bd1c18* [ #04B4AELevel 1#bd1c18 ] #04B4AE" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_2")) then cancelEvent() outputChatBox("#bd1c18* [ #8A0868Level 2#bd1c18 ] #8A0868" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_3")) then cancelEvent() outputChatBox("#bd1c18* [ #298A08Level 3#bd1c18 ] #298A08" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_4")) then cancelEvent() outputChatBox("#bd1c18* [ #B18904Level 4#bd1c18 ] #B18904" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Level_5")) then cancelEvent() outputChatBox("#bd1c18* [ #8A0808Level 5#bd1c18 ] #8A0808" .. name .. ":#EBDDE2 " .. text, root, 255, 255, 255, true) elseif isObjectInACLGroup("user." .. account, aclGetGroup("Admin.Ex")) then cancelEvent() outputChatBox("#9c9a9c[ Admin - Ex ] " .. name .. ":#ffffff " .. text, root, 255, 255, 255, true) end end addEventHandler("onPlayerChat", root, chatbox) وذا الميتا حق التاج عشان بس تعدلون علية ترسلون لي الميتا المعدل سوال لو امكن تضيفون لي لما الشخص يكون يحمل يجي قبل اسمة كلمة دونلود بالانجليزي باللون الاحمر ويا ريت حد يساعدني ويسوية لي يا رب
×
×
  • Create New...