-
Posts
1,647 -
Joined
-
Last visited
Everything posted by iMr.Dawix~#
-
bindKey("f6","down", function () if guiGetVisible(window1) == true then guiSetVisible(window1,false) showCursor(false) else guiSetVisible(window1,true) showCursor(true) end)
-
عناد, انت مسوي 2 تايمر يشتغلوا اول ما المود يشتغل عند الكلنت(اللاعب), فيه طريقة افضضل من كذا, انك تسوي تايمر اذا انتهى يجي التايمر الثاني GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) GUIEditor_Image[2] = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) setTimer( function() guiSetVisible(GUIEditor_Image[1], false) setTimer(theNextImage, 1000, 1) end, 1000, 1 ) function theNextImage() guiSetVisible(GUIEditor_Image[2], false) end وبكذا نظمت كودك + تايمر ورا تايمر يكون افضل للاعب وهذي طرييقه ثانيه يمكن تنفع GUIEditor_Image[1] = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) GUIEditor_Image[2] = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) setTimer(guiSetVisible, 5000, 1, GUIEditor_Image[1], false) setTimer(guiSetVisible, 10000, 1, GUIEditor_Image[2], false)
-
ذذ عناد هو مايقصد كذا هو يقصد الانفو بوكسس الدي اكس المتحرك من اليمين لليسار مايبية شات ذذ تقدر تسوي لبل مكان ماتبي وتسوي لة وقت محدد ويروح ( = كذا : Label = guiCreateLabel(441, 115, 346, 370, "To Open Script Press [F6]", false) addEventHandler("onClientResourceStart",resourceRoot, function () setTimer(guiSetVisible,5000,1,Label,false) end) بعد 5 ثواني من الدخول للروم بيظهر لة الكلام أو عند تشغيل السكربت بعد التحميل طبعا بـ يظهر 5 ثواني ويختفي وجرب بـ نفسك #, انت تقول هو يبيه من يمين ليسار انت ما سويته سويت يبين ويختفي ذذ
-
يمكن كذا function CreateInfo() local x,y = guiGetScreenSize() text = dxDrawText("[ To Open The Panel Press [ F6 ] ]",0,0,x,y - 10,tocolor(255,255,0,255),1.5,"default-bold","bottom","left") setTimer(guiSetVisible,7000,1,text,false) end addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()) ,CreateInfo)
-
ماشالله تبآرك الله مود روووووعه واصل ي ي يحلو بس مشكله صغيره المود صانعه عربي ليه تحطه انقليزي؟ او ليه ما تحط اذا حدد على زر يجي عليه توضيح بالعربي
-
bindKey("arrow_r", "down") ? bindKey("arrow_r", "down",اسم الفنكشن)
-
spawnPlayer بالخيارات الإضافية في setPlayerTeam تقدر تختصر dimension و interior ادري بس لو حطيته لازم احط يعني كذا spawnPlayer ( source, -2439.216796875, 1554.5406494141, 2.1231455802917,0,115,0,0,S )
-
S = createTeam ("Gangs",255,0,0) addEvent("sami",true) addEventHandler("sami",root, function () setPlayerTeam(source,S) spawnPlayer ( source, -2439.216796875, 1554.5406494141, 2.1231455802917,0,115 ) giveWeapon ( source, 30, 9999,true ) giveWeapon ( source, 22, 9999,true ) end)
-
سو له نفس اعدادات البلاي بس انه ريس وميتا وحفظ
-
شغل ادتور definitions اضغط على زر فوق ع الميني لونه اخضر اسمه وحطط ريس ..الحين تروح تحت ع اليسار الي تطلع منه اوبجكتات وكذا وسيارات الخ حط الفاره عليه (السهم) وحرك الي في الوسط بين الزرين اليمين واليسار الي يدور حركه ويجيك حق الريس صورة دباب تطلع منه سيارة الي يبدؤن بها اللعب في الماب وصورة النيترو الأحمر حق تحط له نيترو ولا تصليح ولا تبديل السياره تقدر تغيره الى تصليح ونيترو وكذا اضغط عليه دبل كلك او مره وحده بعدين اف3 وغير وصورة الماركر الأزرق تحط ماركرات يمشي معها اللاعب <<مو لازم تحطها
-
آسف مانتبهت لكلمة Server Side#, انا كنت فاتح صفحات كثيره << اضرآر السهر
-
event"onMarkerHit" ---اتوقع انه سيرفر مهو كلنت الاكواد كلها كلنت وسيرفر ؟؟ السيرفر فيه له اكواد خاصه والكلنت اكواد وفيه اكواد تجي للأثنين لونها ازرق والأحداث فيه مخصصين للكلنت او السيرفر اتوقع انه المفروض اذا كان يبيه كلنت يستخدم event"onClientMarkerHit" او يحط الكود كله سيرفر
-
يعني كذا؟ function chat() if not availability then availability = setTimer( function() availability = nil end, 3000, 1 ) else outputChatBox("لا يمكنك التحدث لمدة 3 ثواني", source) removeEventHandler("onPlayerChat", root, chat) return end end addEventHandler("onPlayerChat", root, chat)
-
original: https://community.multitheftauto.com/ind ... ls&id=3972 stolen: https://community.multitheftauto.com/ind ... ls&id=6618 DONE
-
addEventHandler("onPlayerChat", root, function() if not availability then availability = setTimer( function() availability = nil end, 3000, 1 ) else return outputChatBox("لا يمكنك التحدث لمدة 3 ثواني", source) cancelEvent() end end ) او function chat() if not availability then availability = setTimer( function() availability = nil end, 3000, 1 ) else return outputChatBox("لا يمكنك التحدث لمدة 3 ثواني", source) removeEventHandler("onPlayerChat", root, chat) end end addEventHandler("onPlayerChat", root, chat)
-
event"onMarkerHit" ---اتوقع انه سيرفر مهو كلنت
-
سلامات مو كلها صحيحة ! وريني مثال فيه خطأ +1 اذا فية خطأ فية ناس تتابع الاكواد تقريبا# https://wiki.multitheftauto.com/wiki/Ge ... Passengers
-
GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_TabPaneli = guiCreateTabPanel(5,30,791,561,false) GUIEditor_Tabii = guiCreateTab("polec",GUIEditor_TabPaneli) po1 = guiCreateStaticImage(16,21,345,257,"yazan/po1.png",false,GUIEditor_Tabii) po2 = guiCreateStaticImage(371,22,400,257,"yazan/po2.png",false,GUIEditor_Tabii) po3 = guiCreateStaticImage(16,284,345,243,"yazan/po3.png",false,GUIEditor_Tabii) po4 = guiCreateStaticImage(369,284,401,243,"yazan/po4.png",false,GUIEditor_Tabii) GUIEditor_Tabiii = guiCreateTab("vagos",GUIEditor_TabPaneli) elo1 = guiCreateStaticImage(11,13,367,288,"yazan/elo1.png",false,GUIEditor_Tabiii) elo2 = guiCreateStaticImage(387,13,393,290,"yazan/elo2.png",false,GUIEditor_Tabiii) elo3 = guiCreateStaticImage(9,308,368,223,"yazan/elo3.png",false,GUIEditor_Tabiii) elo4 = guiCreateStaticImage(386,308,395,224,"yazan/elo4.png",false,GUIEditor_Tabiii) GUIEditor_Tabiiii = guiCreateTab("Grove",GUIEditor_TabPaneli) gre1 = guiCreateStaticImage(9,16,377,285,"yazan/gr1.png",false,GUIEditor_Tabiiii) gre2 = guiCreateStaticImage(398,17,383,286,"yazan/gr2.png",false,GUIEditor_Tabiiii) gre4 = guiCreateStaticImage(398,312,384,219,"yazan/gr3.png",false,GUIEditor_Tabiiii) gre3 = guiCreateStaticImage(8,307,378,222,"yazan/gr4.png",false,GUIEditor_Tabiiii) GUIEditor_Tabiiiii = guiCreateTab("nta",GUIEditor_TabPaneli) nta1 = guiCreateStaticImage(2,6,788,248,"yazan/nta1.png",false,GUIEditor_Tabiiiii) nta2 = guiCreateStaticImage(2,268,787,264,"yazan/nta2.png",false,GUIEditor_Tabiiiii) showCursor ( true ) function open() guiSetVisible(GUIEditor_TabPaneli,not guiGetVisible(GUIEditor_TabPaneli)) showCursor(guiGetVisible(GUIEditor_TabPaneli)) guiSetInputEnabled(guiGetVisible(GUIEditor_TabPaneli)) end bindKey("F6","down",open) function spawnMe(i) triggerServerEvent("spawn",localPlayer,i) guiSetVisible ( GUIEditor_TabPaneli ,false) showCursor (false) end addEventHandler("onClientGUIClick",root, function() if source == po1 then spawnMe(i) elseif source == po2 then spawnMe(i) elseif source == po3 then spawnMe(i) elseif source == po4 then spawnMe(i) elseif source == elo1 then spawnMe(i) elseif source == elo2 then spawnMe(i) elseif source == elo3 then spawnMe(i) elseif source == elo4 then spawnMe(i) elseif source == gre1 then spawnMe(i) elseif source == gre2 then spawnMe(i) elseif source == gre3 then spawnMe(i) elseif source == gre4 then spawnMe(i) elseif source == nta1 then spawnMe(i) elseif source == nta2 then spawnMe(i) end end) جرب؟
-
سكربت رآئع SuperModerator بس ما يحذف الآ اذا ديل اكونت مفعله في اي سي ال command.delaccount
-
ماشوف فيه خطا نفس الويكي checkModels = { "m4.dff", "ak47.dff" } function handleOnPlayerModInfo ( filename, modList ) for _,mod in ipairs(modList) do -- Check each modified item for _,checkName in ipairs(checkModels) do if mod.name == checkName then -- See if modified item is in our check list outputChatBox ( "Not allowed to used modified weapons. Please restore " .. filename ) end end end end addEventHandler ( "onPlayerModInfo", getRootElement(), handleOnPlayerModInfo )
-
قفلت يركب كود من الأدمنيه للمشرف و اذا سيرفرك ريس ضيفه انا شلته عشان ما يخربون منه يسوون voteban votekick votemode ..الخ "Everyone"> "Default"> "user.*"> "resource.*"> "Moderator"> "Moderator"> "resource.mapcycler"> "resource.mapmanager"> "resource.resourcemanager"> "SuperModerator"> "SuperModerator"> "resource.admin"> "resource.scr"> "user.mS"> "user.Hs"> "user.999"> "user.said"> "user.GMGMH"> "user.R"> "user.temo"> "user.ali202"> "user.UKabo7rb"> "Admin"> "Moderator"> "SuperModerator"> "Admin"> "RPC"> "resource.admin"> "resource.webadmin"> "resource.resourcestarter"> "resource.checkscreen"> "resource.serial"> "resource.anti-bans"> "resource.scr"> "user.basemode"> "resource.anti"> "resource.acs"> "resource.gpp"> "resource.anti_flood"> "resource.antifake"> "user.xUkx"> "Console"> "Moderator"> "SuperModerator"> "Admin"> "RPC"> "user.basemode"> "resource.admin"> "resource.gpp"> "RPC"> "RPC"> "MapEditor"> "Default"> "MapEditor"> "resource.editor_main"> "resource.edf"> "raceACLGroup"> "Default"> "raceACL"> "resource.race"> "autoGroup_tactics"> "autoACL_tactics"> "resource.tactics"> "Tactics"> "Tactics"> "resource.tactics"> "Default"> "general.ModifyOtherObjects" 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="true"> "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.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="true"> "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.getClientIP" access="false"> "function.setServerPassword" access="false"> "function.getServerPassword" access="false"> "function.callRemote" 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"> "general.adminpanel" access="false"> "general.tab_players" access="false"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "general.tab_adminchat" access="false"> "command.freeze" access="false"> "command.setnick" access="false"> "command.shout" access="false"> "command.spectate" access="false"> "command.slap" access="false"> "command.setgroup" access="false"> "command.sethealth" access="false"> "command.setarmour" access="false"> "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="false"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="false"> "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.execute" 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.setgravity" access="false"> "command.settime" access="false"> "command.unban" access="false"> "command.banserial" access="false"> "command.unbanserial" access="false"> "command.listbans" access="false"> "general.tactics_players" access="false"> "general.tactics_maps" access="false"> "general.tactics_configs" access="false"> "general.tactics_handling" access="false"> "general.tactics_teams" access="false"> "general.tactics_adminchat" access="false"> "general.tactics_shooting" access="false"> "general.tactics_openpanel" access="false"> "general.tactics_weather" access="false"> "general.tactics_vehicles" access="false"> "general.tactics_weapons" access="false"> "general.tactics_anticheat" access="false"> "general.tactics_settings" access="false"> "general.tactics_shoting" access="false"> "Moderator"> "command.execute" access="false"> "function.executeCommandHandler" access="false"> "general.ModifyOtherObjects" access="false"> "command.refresh" access="false"> "command.refreshall" access="false"> "function.executeCommandHandler" access="false"> "command.execute" access="false"> "function.redirectPlayer" 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.aclGroupAddObject" access="false"> "function.aclGroupRemoveObject" access="false"> "command.stop" access="false"> "command.start" access="false"> "command.restart" access="false"> "command.delaccount" access="false"> "command.chgpass" access="false"> "command.shutdown" access="false"> "command.aexec" access="false"> "function.removeAccount" access="false"> "function.setAccountPassword" access="false"> "function.setServerPassword" access="false"> "command.setpassword" 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.getClientIP" access="true"> "function.startResource" access="true"> "function.stopResource" access="true"> "function.restartResource" access="true"> "general.adminpanel" access="true"> "general.tab_players" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="true"> "general.tab_bans" access="false"> "general.tab_adminchat" access="true"> "command.kick" access="false"> "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="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.createteam" access="false"> "command.destroyteam" access="false"> "command.givevehicle" access="true"> "command.repair" access="true"> "command.blowvehicle" access="true"> "command.destroyvehicle" 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.stopall" access="false"> "command.execute" access="false"> "command.setwelcome" access="false"> "command.setgame" access="false"> "command.setmap" access="false"> "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.setgravity" access="true"> "command.settime" access="true"> "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.listbans" access="false"> "general.tactics_players" access="true"> "general.tactics_maps" access="true"> "general.tactics_configs" access="false"> "general.tactics_handling" access="false"> "general.tactics_teams" access="false"> "general.tactics_adminchat" access="true"> "general.tactics_shooting" access="false"> "general.tactics_openpanel" access="true"> "general.tactics_weather" access="false"> "general.tactics_vehicles" access="false"> "general.tactics_weapons" access="false"> "general.tactics_anticheat" access="false"> "general.tactics_settings" access="false"> "general.tactics_shoting" access="false"> "SuperModerator"> "general.ModifyOtherObjects" access="false"> "command.execute" access="false"> "function.executeCommandHandler" 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.aclGroupAddObject" access="false"> "function.aclGroupRemoveObject" access="false"> "function.redirectPlayer" access="false"> "command.start" access="false"> "command.stop" access="false"> "command.restart" access="false"> "command.kick" access="true"> "command.ban" access="true"> "command.banip" access="false"> "command.unbanip" access="true"> "command.refresh" access="false"> "command.refreshall" access="false"> "command.loadmodule" access="true"> "command.addaccount" access="true"> "command.delaccount" access="false"> "command.chgpass" access="false"> "function.addAccount" access="true"> "function.removeAccount" access="false"> "function.setAccountPassword" access="false"> "general.adminpanel" access="true"> "general.tab_players" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="true"> "general.tab_server" access="false"> "general.tab_bans" access="true"> "general.tab_adminchat" access="true"> "command.freeze" access="true"> "command.mute" access="true"> "command.setnick" access="true"> "command.shout" access="true"> "command.spectate" access="false"> "command.slap" access="true"> "command.setgroup" access="false"> "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.createteam" access="true"> "command.destroyteam" access="true"> "command.givevehicle" access="true"> "command.repair" access="true"> "command.blowvehicle" access="true"> "command.destroyvehicle" 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.stopall" access="false"> "command.execute" access="false"> "command.setpassword" access="false"> "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.setgravity" access="true"> "command.settime" access="true"> "command.unban" access="true"> "command.banserial" access="true"> "command.unbanserial" access="true"> "command.listbans" access="true"> "general.tactics_players" access="true"> "general.tactics_maps" access="true"> "general.tactics_configs" access="false"> "general.tactics_handling" access="false"> "general.http" access="true"> "general.tactics_teams" access="true"> "general.tactics_adminchat" access="true"> "general.tactics_shooting" access="false"> "general.tactics_openpanel" access="true"> "general.tactics_weather" access="true"> "general.tactics_vehicles" access="true"> "general.tactics_weapons" access="true"> "general.tactics_anticheat" access="false"> "general.tactics_settings" access="true"> "general.tactics_shoting" access="false"> "Admin"> "general.ModifyOtherObjects" access="true"> "function.executeCommandHandler" access="false"> "function.redirectPlayer" access="false"> "general.http" access="true"> "command.shutdown" access="false"> "command.install" access="true"> "command.aexec" access="false"> "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.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="false"> "function.aclDestroy" access="false"> "function.aclSetRight" access="true"> "function.aclRemoveRight" access="true"> "function.aclCreateGroup" access="true"> "function.aclDestroyGroup" access="false"> "function.aclGroupAddACL" access="false"> "function.aclGroupRemoveACL" access="false"> "function.aclGroupAddObject" access="true"> "function.aclGroupRemoveObject" access="true"> "function.refreshResources" access="true"> "function.setServerConfigSetting" access="true"> "general.adminpanel" access="true"> "general.tab_players" access="true"> "general.tab_resources" access="true"> "general.tab_server" access="true"> "general.tab_maps" access="true"> "general.tab_bans" access="true"> "general.tab_adminchat" access="true"> "command.kick" access="true"> "command.freeze" access="true"> "command.mute" 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.createteam" access="true"> "command.destroyteam" access="true"> "command.givevehicle" access="true"> "command.repair" access="true"> "command.blowvehicle" access="true"> "command.destroyvehicle" 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="false"> "command.restart" access="true"> "command.execute" access="false"> "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.setgravity" access="true"> "command.settime" access="true"> "function.updateResourceACLRequest" access="true"> "command.aclrequest" 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.listbans" access="true"> "general.tactics_players" access="true"> "general.tactics_maps" access="true"> "general.tactics_configs" access="true"> "general.tactics_handling" access="true"> "general.tactics_teams" access="true"> "general.tactics_adminchat" access="true"> "general.tactics_shooting" access="true"> "general.tactics_openpanel" access="true"> "general.tactics_weather" access="true"> "general.tactics_vehicles" access="true"> "general.tactics_weapons" access="true"> "general.tactics_anticheat" access="true"> "general.tactics_settings" access="true"> "general.tactics_shoting" access="true"> "RPC"> "function.callRemote" access="true"> "function.redirectPlayer" access="false"> "general.adminpanel" access="false"> "general.tab_players" access="false"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "general.tab_adminchat" access="false"> "command.kick" access="false"> "command.freeze" access="false"> "command.mute" access="false"> "command.setnick" access="false"> "command.shout" access="false"> "command.spectate" access="false"> "command.slap" access="false"> "command.setgroup" access="false"> "command.sethealth" access="false"> "command.setarmour" access="false"> "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="false"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="false"> "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.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.setgravity" access="false"> "command.settime" 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.listbans" access="false"> "general.tactics_players" access="false"> "general.tactics_maps" access="false"> "general.tactics_configs" access="false"> "general.tactics_handling" access="false"> "general.tactics_teams" access="false"> "general.tactics_adminchat" access="false"> "general.tactics_shooting" access="false"> "general.tactics_openpanel" access="false"> "general.tactics_weather" access="false"> "general.tactics_vehicles" access="false"> "general.tactics_weapons" access="false"> "general.tactics_anticheat" access="false"> "general.tactics_settings" access="false"> "general.tactics_shoting" access="false"> "MapEditor"> "general.ModifyOtherObjects" access="true"> "function.redirectPlayer" access="false"> "function.startResource" access="true"> "function.stopResource" access="true"> "function.restartResource" 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.xmlLoadFile" access="true"> "general.adminpanel" access="false"> "general.tab_players" access="false"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "general.tab_adminchat" access="false"> "command.kick" access="false"> "command.freeze" access="false"> "command.mute" access="false"> "command.setnick" access="false"> "command.shout" access="false"> "command.spectate" access="false"> "command.slap" access="false"> "command.setgroup" access="false"> "command.sethealth" access="false"> "command.setarmour" access="false"> "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="false"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="false"> "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.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.setgravity" access="false"> "command.settime" 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.listbans" access="false"> "general.tactics_players" access="false"> "general.tactics_maps" access="false"> "general.tactics_configs" access="false"> "general.tactics_handling" access="false"> "general.tactics_teams" access="false"> "general.tactics_adminchat" access="false"> "general.tactics_shooting" access="false"> "general.tactics_openpanel" access="false"> "general.tactics_weather" access="false"> "general.tactics_vehicles" access="false"> "general.tactics_weapons" access="false"> "general.tactics_anticheat" access="false"> "general.tactics_settings" access="false"> "general.tactics_shoting" access="false"> "raceACL"> "general.ModifyOtherObjects" access="true"> "function.redirectPlayer" access="false"> "function.xmlLoadFile" access="true"> "function.startResource" access="true"> "function.stopResource" access="true"> "function.restartResource" access="true"> "general.adminpanel" access="false"> "general.tab_players" access="false"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "general.tab_adminchat" access="false"> "command.kick" access="false"> "command.freeze" access="false"> "command.mute" access="false"> "command.setnick" access="false"> "command.shout" access="false"> "command.spectate" access="false"> "command.slap" access="false"> "command.setgroup" access="false"> "command.sethealth" access="false"> "command.setarmour" access="false"> "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="false"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="false"> "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.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.setgravity" access="false"> "command.settime" 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.listbans" access="false"> "general.tactics_players" access="false"> "general.tactics_maps" access="false"> "general.tactics_configs" access="false"> "general.tactics_handling" access="false"> "general.tactics_teams" access="false"> "general.tactics_adminchat" access="false"> "general.tactics_shooting" access="false"> "general.tactics_openpanel" access="false"> "general.tactics_weather" access="false"> "general.tactics_vehicles" access="false"> "general.tactics_weapons" access="false"> "general.tactics_anticheat" access="false"> "general.tactics_settings" access="false"> "general.tactics_shoting" access="false"> "autoACL_tactics"> "function.restartResource" access="false" who="" pending="true" date=""> "function.startResource" access="false" who="" pending="true" date=""> "function.stopResource" access="false" who="" pending="true" date=""> "general.ModifyOtherObjects" access="false" who="" pending="true" date=""> "function.callRemote" access="false" who="" pending="true" date=""> "function.getClientIP" access="false" who="" pending="true" date=""> "function.kickPlayer" access="false" who="" pending="true" date=""> "function.redirectPlayer" access="false" who="" pending="true" date=""> "Tactics"> "function.callRemote" access="true"> "function.getClientIP" access="true"> "function.kickPlayer" access="true"> "function.redirectPlayer" access="true"> "function.restartResource" access="true"> "function.startResource" access="true"> "function.stopResource" access="true"> "general.ModifyOtherObjects" access="true"> "general.tactics_players" access="true"> "general.tactics_maps" access="true"> "general.tactics_configs" access="true"> "general.tactics_handling" access="true"> "general.tactics_teams" access="true"> "general.tactics_adminchat" access="true"> "general.tactics_shooting" access="true"> "general.tactics_openpanel" access="true"> "general.tactics_weather" access="true"> "general.tactics_vehicles" access="true"> "general.tactics_weapons" access="true"> "general.tactics_anticheat" access="true"> "general.tactics_settings" access="true"> "general.adminpanel" access="false"> "general.tab_players" access="false"> "general.tab_resources" access="false"> "general.tab_maps" access="false"> "general.tab_server" access="false"> "general.tab_bans" access="false"> "general.tab_adminchat" access="false"> "command.kick" access="false"> "command.freeze" access="false"> "command.mute" access="false"> "command.setnick" access="false"> "command.shout" access="false"> "command.spectate" access="false"> "command.slap" access="false"> "command.setgroup" access="false"> "command.sethealth" access="false"> "command.setarmour" access="false"> "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="false"> "command.setdimension" access="false"> "command.setinterior" access="false"> "command.givevehicle" access="false"> "command.repair" access="false"> "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.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.setgravity" access="false"> "command.settime" 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.listbans" access="false"> "general.tactics_shoting" access="true">
