Wysłany: 2018-05-11, 17:32
Remix110
Pewna osóbka :3
Wiek: 40 Na forum: 3663 dni Posty: 291
Nick w MP: GoodNight
Piwa : 15
Cze??, mam pytanie w jakim pliku znajduje si? komenda /debugscript? za pomoc
Wysłany: 2018-05-11, 17:38
Ciastuuś
Truck soon...
Wiek: 26 Na forum: 3071 dni Posty: 799
Nick w MP: Ciastuuś
Piwa : 4297
"Remix110" napisał/a :Cze??, mam pytanie w jakim pliku znajduje si? komenda /debugscript? za pomoc
Zas?b debugscript jest zakodowany g??boko w plikach. Nie odnajdziemy go
Wysłany: 2018-05-11, 17:44
Remix110
Pewna osóbka :3
Wiek: 40 Na forum: 3663 dni Posty: 291
Nick w MP: GoodNight
Piwa : 15
Szkoda Bo chcia?bym go zablokowa? dla admin?w i ?eby tylko osoby z console mogli u?ywa?
Podpis
[you]
pomogłem?
Możesz dać piwko, przyda się na imprezę
Wysłany: 2018-05-11, 17:48
Ciastuuś
Truck soon...
Wiek: 26 Na forum: 3071 dni Posty: 799
Nick w MP: Ciastuuś
Piwa : 4297
"Remix110" napisał/a :Szkoda Bo chcia?bym go zablokowa? dla admin?w i ?eby tylko osoby z console mogli u?ywa?
W ACL,
Kod: <right name="command.debugscript" access="true"></right>
Czyli robisz,
Kod: <acl name="Admin">
<right name="command.debugscript" access="false"></right>
Potem,
Kod: <group name="Console">
<acl name="Moderator"></acl>
<acl name="SuperModerator"></acl>
<acl name="Console"></acl>
<acl name="RPC"></acl>
<object name="user.Console"></object>
</group>
I dodajemy grup? ACL o nazwie Console , czyli ...
< acl name = "Console" >
< right name = "general.ModifyOtherObjects" access = "true" ></ right >
< right name = "general.http" access = "true" ></ right >
< right name = "command.shutdown" access = "true" ></ right >
< right name = "command.install" access = "true" ></ right >
< right name = "command.aexec" access = "true" ></ right >
< right name = "command.debugscript" access = "true" ></ right >
< right name = "command.upgrade" access = "true" ></ right >
< right name = "command.crun" access = "true" ></ right >
< right name = "command.srun" access = "true" ></ right >
< right name = "command.run" access = "true" ></ right >
< right name = "command.aclrequest" access = "true" ></ right >
< right name = "command.authserial" access = "true" ></ right >
< right name = "command.reloadacl" access = "true" ></ right >
< right name = "function.addBan" access = "true" ></ right >
< right name = "function.setUnbanTime" access = "true" ></ right >
< right name = "function.setBanAdmin" access = "true" ></ right >
< right name = "function.setBanReason" access = "true" ></ right >
< right name = "function.setBanNick" access = "true" ></ right >
< right name = "function.removeBan" access = "true" ></ right >
< right name = "function.reloadBans" access = "true" ></ right >
< right name = "function.executeCommandHandler" access = "true" ></ right >
< right name = "function.setServerPassword" access = "true" ></ right >
< right name = "function.getServerPassword" access = "true" ></ right >
< right name = "function.createResource" access = "true" ></ right >
< right name = "function.copyResource" access = "true" ></ right >
< right name = "function.addResourceMap" access = "true" ></ right >
< right name = "function.addResourceConfig" access = "true" ></ right >
< right name = "function.removeResourceFile" access = "true" ></ right >
< right name = "function.setResourceDefaultSetting" access = "true" ></ right >
< right name = "function.removeResourceDefaultSetting" access = "true" ></ right >
< right name = "function.aclReload" access = "true" ></ right >
< right name = "function.aclSave" access = "true" ></ right >
< right name = "function.aclCreate" access = "true" ></ right >
< right name = "function.aclDestroy" access = "true" ></ right >
< right name = "function.aclSetRight" access = "true" ></ right >
< right name = "function.aclRemoveRight" access = "true" ></ right >
< right name = "function.aclCreateGroup" access = "true" ></ right >
< right name = "function.aclDestroyGroup" access = "true" ></ right >
< right name = "function.aclGroupAddACL" access = "true" ></ right >
< right name = "function.aclGroupRemoveACL" access = "true" ></ right >
< right name = "function.aclGroupAddObject" access = "true" ></ right >
< right name = "function.aclGroupRemoveObject" access = "true" ></ right >
< right name = "function.refreshResources" access = "true" ></ right >
< right name = "function.setServerConfigSetting" access = "true" ></ right >
< right name = "function.updateResourceACLRequest" access = "true" ></ right >
< right name = "function.shutdown" access = "true" ></ right >
< right name = "general.adminpanel" access = "true" ></ right >
< right name = "general.tab_players" access = "true" ></ right >
< right name = "general.tab_resources" access = "true" ></ right >
< right name = "general.tab_maps" access = "true" ></ right >
< right name = "general.tab_server" access = "true" ></ right >
< right name = "general.tab_bans" access = "true" ></ right >
< right name = "general.tab_adminchat" access = "true" ></ right >
< right name = "command.kick" access = "true" ></ right >
< right name = "command.freeze" access = "true" ></ right >
< right name = "command.mute" access = "true" ></ right >
< right name = "command.setnick" access = "true" ></ right >
< right name = "command.shout" access = "true" ></ right >
< right name = "command.spectate" access = "true" ></ right >
< right name = "command.slap" access = "true" ></ right >
< right name = "command.setgroup" access = "true" ></ right >
< right name = "command.sethealth" access = "true" ></ right >
< right name = "command.setarmour" access = "true" ></ right >
< right name = "command.setmoney" access = "true" ></ right >
< right name = "command.setskin" access = "true" ></ right >
< right name = "command.setteam" access = "true" ></ right >
< right name = "command.giveweapon" access = "true" ></ right >
< right name = "command.setstat" access = "true" ></ right >
< right name = "command.jetpack" access = "true" ></ right >
< right name = "command.warp" access = "true" ></ right >
< right name = "command.setdimension" access = "true" ></ right >
< right name = "command.setinterior" access = "true" ></ right >
< right name = "command.createteam" access = "true" ></ right >
< right name = "command.destroyteam" access = "true" ></ right >
< right name = "command.givevehicle" access = "true" ></ right >
< right name = "command.repair" access = "true" ></ right >
< right name = "command.blowvehicle" access = "true" ></ right >
< right name = "command.destroyvehicle" access = "true" ></ right >
< right name = "command.customize" access = "true" ></ right >
< right name = "command.setcolor" access = "true" ></ right >
< right name = "command.setpaintjob" access = "true" ></ right >
< right name = "command.listmessages" access = "true" ></ right >
< right name = "command.readmessage" access = "true" ></ right >
< right name = "command.listresources" access = "true" ></ right >
< right name = "command.start" access = "true" ></ right >
< right name = "command.stop" access = "true" ></ right >
< right name = "command.stopall" access = "false" ></ right >
< right name = "command.delete" access = "true" ></ right >
< right name = "command.restart" access = "true" ></ right >
< right name = "command.execute" access = "true" ></ right >
< right name = "command.setpassword" access = "true" ></ right >
< right name = "command.setwelcome" access = "true" ></ right >
< right name = "command.setgame" access = "true" ></ right >
< right name = "command.setmap" access = "true" ></ right >
< right name = "command.setweather" access = "true" ></ right >
< right name = "command.blendweather" access = "true" ></ right >
< right name = "command.setblurlevel" access = "true" ></ right >
< right name = "command.setwaveheight" access = "true" ></ right >
< right name = "command.setskygradient" access = "true" ></ right >
< right name = "command.setgamespeed" access = "true" ></ right >
< right name = "command.setgravity" access = "true" ></ right >
< right name = "command.settime" access = "true" ></ right >
< right name = "command.setfpslimit" access = "true" ></ right >
< right name = "command.ban" access = "true" ></ right >
< right name = "command.unban" access = "true" ></ right >
< right name = "command.banip" access = "true" ></ right >
< right name = "command.unbanip" access = "true" ></ right >
< right name = "command.banserial" access = "true" ></ right >
< right name = "command.unbanserial" access = "true" ></ right >
< right name = "command.listbans" access = "true" ></ right >
</ acl >
Więcej szczegółów
Wystawiono 1 piw(a):Remix110
Wysłany: 2018-05-11, 21:32
Remix110
Pewna osóbka :3
Wiek: 40 Na forum: 3663 dni Posty: 291
Nick w MP: GoodNight
Piwa : 15
No.. niby mo?na xD Dzieki
Podpis
[you]
pomogłem?
Możesz dać piwko, przyda się na imprezę
Tagi: debugscript
Anonymous
Na forum: 245 dni
Posty: 1
Anonymous Koniecznie zajrzyj na: