SuleymanM Posted May 20, 2013 Share Posted May 20, 2013 Hi all Pls help me: -How to modify votemanger to all players can /voteredo ...? Link to comment
Castillo Posted May 20, 2013 Share Posted May 20, 2013 Is not a command from votemanager, is from the "race" resource. Link to comment
Castillo Posted May 20, 2013 Share Posted May 20, 2013 This is what I found at: "race/racevoting_server.lua": function startMidMapVoteForRestartMap(player) -- Check state and race time left if not stateAllowsRestartMapVote() then if player then outputRace( "I'm afraid I can't let you do that, " .. getPlayerName(player) .. ".", player ) end return end displayHilariarseMessage( player ) exports.votemanager:stopPoll() -- Actual vote started here local pollDidStart = exports.votemanager:startPoll { title='Do you want to restart the current map?', percentage=51, timeout=15, allowchange=true, visibleTo=getRootElement(), [1]={'Yes', 'midMapRestartVoteResult', getRootElement(), true}, [2]={'No', 'midMapRestartVoteResult', getRootElement(), false;default=true}, } -- Change state if vote did start if pollDidStart then gotoState('MidMapVote') end end addCommandHandler('voteredo',startMidMapVoteForRestartMap) I would say that you must remove this part: -- Check state and race time left if not stateAllowsRestartMapVote() then if player then outputRace( "I'm afraid I can't let you do that, " .. getPlayerName(player) .. ".", player ) end return end Link to comment
SuleymanM Posted May 20, 2013 Author Share Posted May 20, 2013 ty man, - and how to max. 3 /voteredo per map? Link to comment
Jacob Lenn Posted May 20, 2013 Share Posted May 20, 2013 (edited) I think you can do this by craeting local and adding to it +1 per voting, sth like dat: local n = 0 function test () n = n +1 if n == 3 then --sth end end And reseting local by starting the map. n = 0 Edited May 20, 2013 by Guest Link to comment
Castillo Posted May 20, 2013 Share Posted May 20, 2013 Yes, you could use a variable or a table. Link to comment
SuleymanM Posted May 20, 2013 Author Share Posted May 20, 2013 man , more 1 problem pls help me - Problem to can't kick anything ... I set "true" and "false" to admin,SuperModerator, moderator Group and then can't , how to solve? Link to comment
Castillo Posted May 20, 2013 Share Posted May 20, 2013 I don't understand what do you mean. Link to comment
SuleymanM Posted May 20, 2013 Author Share Posted May 20, 2013 i can't kick everything .... Link to comment
SuleymanM Posted May 21, 2013 Author Share Posted May 21, 2013 ---acl.XML "Everyone"> "Default"> "user.*"> "resource.*"> "Moderator"> "Moderator"> "resource.mapcycler"> "resource.mapmanager"> "resource.resourcemanager"> "resource.votemanager"> "user.radu"> "user.YO"> "user.vlad"> "user.|SPR|Ryper"> "user.si"> "user.roberthun"> "user.kamo"> "user.justincalam"> "user.aloko"> "user.solid777"> "user.stefan"> "SuperModerator"> "SuperModerator"> "Moderator"> "user.nock6"> "user.YoNuTz"> "user.twist"> "user.pula"> "user.kevin"> "user.passwordp"> "user.miki"> "user.Divine"> "user.sped"> "user.-spr-SpeeD"> "user.HiDaN"> "user.mornis123"> "Admin"> "Moderator"> "SuperModerator"> "Admin"> "RPC"> "user.[sPR]#FF0000Suleyman"> "resource.admin"> "resource.webadmin"> "resource.mapmanager"> "resource.tff_login"> "user.gigi"> "resource.race"> "resource.votemanager"> "resource.spawnmanager"> "resource.tx_minimapshop"> "resource.groupsystem"> "resource.EGpanel"> "resource.dxgui"> "resource.top"> "resource.logeo"> "resource.light"> "resource.user"> "resource.scoreboard"> "resource.LeonBetaPanel"> "resource.pro-userpanel"> "resource.panelbygamer"> "resource.xrautoteams"> "Console"> "Moderator"> "SuperModerator"> "Admin"> "RPC"> "user.Console"> "user.[sPR]#FF0000Suleyman"> "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.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"> "function.updateResourceACLRequest" access="false"> "command.aclrequest" 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.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.setgravity" access="false"> "command.settime" access="false"> "function.shutdown" access="false"> "command.setfpslimit" access="false"> "command.unban" access="false"> "command.banserial" access="false"> "command.unbanserial" access="false"> "command.listbans" access="false"> "command.fetchRemote" 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="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="true"> "function.startResource" access="true"> "function.stopResource" access="true"> "function.restartResource" access="true"> "function.redirectPlayer" access="true"> "general.adminpanel" access="true"> "general.tab_players" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="true"> "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="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.createteam" access="false"> "command.destroyteam" access="false"> "command.givevehicle" access="false"> "command.repair" access="true"> "command.blowvehicle" access="false"> "command.destroyvehicle" access="false"> "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.setpassword" access="false"> "command.setwelcome" access="true"> "command.setgame" access="false"> "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.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"> "function.executeCommandHandler" access="true"> "function.callRemote" 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="false"> "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"> "general.adminpanel" access="true"> "general.tab_players" access="true"> "general.tab_resources" access="false"> "general.tab_maps" access="true"> "general.tab_server" access="true"> "general.tab_bans" access="false"> "general.tab_adminchat" 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="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="false"> "command.setinterior" access="false"> "command.createteam" access="false"> "command.destroyteam" access="false"> "command.givevehicle" access="false"> "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="false"> "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="false"> "command.banserial" access="false"> "command.unbanserial" access="false"> "command.listbans" access="false"> "function.executeCommandHandler" access="true"> "function.callRemote" 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"> "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.delete" access="true"> "command.restart" access="true"> "command.execute" 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.setgravity" access="true"> "command.settime" access="true"> "command.setfpslimit" access="true"> "function.shutdown" 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"> "RPC"> "function.callRemote" 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.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.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.listbans" access="false"> "command.fetchRemote" access="false"> "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"> "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.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.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.listbans" access="false"> "command.fetchRemote" access="false"> "raceACL"> "general.ModifyOtherObjects" access="true"> "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.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.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.listbans" access="false"> "command.fetchRemote" access="false"> "DevACL"> "resource.performancebrowser.http" access="true"> "resource.ajax.http" 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.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.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.listbans" access="false"> "command.fetchRemote" access="false"> Link to comment
iPrestege Posted May 21, 2013 Share Posted May 21, 2013 > name="Everyone"> name="Default">> name="user.*">> name="resource.*">> > name="Moderator"> name="Moderator">> name="resource.mapcycler">> name="resource.mapmanager">> name="resource.resourcemanager">> name="resource.votemanager">> name="user.radu">> name="user.YO">> name="user.vlad">> name="user.|SPR|Ryper">> name="user.si">> name="user.roberthun">> name="user.kamo">> name="user.justincalam">> name="user.aloko">> name="user.solid777">> name="user.stefan">> > name="SuperModerator"> name="SuperModerator">> name="Moderator">> name="user.nock6">> name="user.YoNuTz">> name="user.twist">> name="user.pula">> name="user.kevin">> name="user.passwordp">> name="user.miki">> name="user.Divine">> name="user.sped">> name="user.-spr-SpeeD">> name="user.HiDaN">> name="user.mornis123">> > name="Admin"> name="Moderator">> name="SuperModerator">> name="Admin">> name="RPC">> name="user.[sPR]#FF0000Suleyman">> name="resource.admin">> name="resource.webadmin">> name="resource.mapmanager">> name="resource.tff_login">> name="user.gigi">> name="resource.race">> name="resource.votemanager">> name="resource.spawnmanager">> name="resource.tx_minimapshop">> name="resource.groupsystem">> name="resource.EGpanel">> name="resource.dxgui">> name="resource.top">> name="resource.logeo">> name="resource.light">> name="resource.user">> name="resource.scoreboard">> name="resource.LeonBetaPanel">> name="resource.pro-userpanel">> name="resource.panelbygamer">> name="resource.xrautoteams">> > name="Console"> name="Moderator">> name="SuperModerator">> name="Admin">> name="RPC">> name="user.Console">> name="user.[sPR]#FF0000Suleyman">> > name="RPC"> name="RPC">> > name="MapEditor"> name="Default">> name="MapEditor">> name="resource.editor_main">> name="resource.edf">> > name="raceACLGroup"> name="Default">> name="raceACL">> name="resource.race">> > name="DevGroup"> name="DevACL">> > name="Default"> name="general.ModifyOtherObjects" access="false">> name="general.http" access="false">> name="command.start" access="false">> name="command.stop" access="false">> name="command.stopall" access="false">> name="command.gamemode" access="false">> name="command.changemode" access="false">> name="command.changemap" access="false">> name="command.stopmode" access="false">> name="command.stopmap" access="false">> name="command.skipmap" access="false">> name="command.restart" access="false">> name="command.refresh" access="false">> name="command.refreshall" access="false">> name="command.addaccount" access="false">> name="command.delaccount" access="false">> name="command.debugscript" access="false">> name="command.chgpass" access="false">> name="command.loadmodule" access="false">> name="command.upgrade" access="false">> name="command.mute" access="false">> name="command.crun" access="false">> name="command.srun" access="false">> name="command.run" access="false">> name="command.unmute" access="false">> name="command.kick" access="false">> name="command.ban" access="false">> name="command.banip" access="false">> name="command.unbanip" access="false">> name="command.reloadbans" access="false">> name="command.shutdown" access="false">> name="command.install" access="false">> name="command.aexec" access="false">> name="command.whois" access="false">> name="command.whowas" access="false">> name="function.executeCommandHandler" access="false">> name="function.setPlayerMuted" access="false">> name="function.addAccount" access="false">> name="function.addBan" access="false">> name="function.removeBan" access="false">> name="function.removeAccount" access="false">> name="function.setAccountPassword" access="false">> name="function.kickPlayer" access="false">> name="function.banIP" access="false">> name="function.banPlayer" access="false">> name="function.banSerial" access="false">> name="function.getBansXML" access="false">> name="function.unbanIP" access="false">> name="function.unbanSerial" access="false">> name="function.reloadBans" access="false">> name="function.getClientIP" access="false">> name="function.setServerPassword" access="false">> name="function.getServerPassword" access="false">> name="function.callRemote" access="false">> name="function.startResource" access="false">> name="function.stopResource" access="false">> name="function.restartResource" access="false">> name="function.createResource" access="false">> name="function.copyResource" access="false">> name="function.addResourceMap" access="false">> name="function.addResourceConfig" access="false">> name="function.removeResourceFile" access="false">> name="function.setResourceDefaultSetting" access="false">> name="function.removeResourceDefaultSetting" access="false">> name="function.redirectPlayer" access="false">> name="function.aclReload" access="false">> name="function.aclSave" access="false">> name="function.aclCreate" access="false">> name="function.aclDestroy" access="false">> name="function.aclSetRight" access="false">> name="function.aclRemoveRight" access="false">> name="function.aclCreateGroup" access="false">> name="function.aclDestroyGroup" access="false">> name="function.aclGroupAddACL" access="false">> name="function.aclGroupRemoveACL" access="false">> name="function.aclGroupAddObject" access="false">> name="function.aclGroupRemoveObject" access="false">> name="function.refreshResources" access="false">> name="function.setServerConfigSetting" access="false">> name="function.updateResourceACLRequest" access="false">> name="command.aclrequest" access="false">> name="general.adminpanel" access="false">> name="general.tab_players" access="false">> name="general.tab_resources" access="false">> name="general.tab_maps" access="false">> name="general.tab_server" access="false">> name="general.tab_bans" access="false">> name="general.tab_adminchat" access="false">> name="command.freeze" access="false">> name="command.setnick" access="false">> name="command.shout" access="false">> name="command.spectate" access="false">> name="command.slap" access="false">> name="command.setgroup" access="false">> name="command.sethealth" access="false">> name="command.setarmour" access="false">> name="command.setmoney" access="false">> name="command.setskin" access="false">> name="command.setteam" access="false">> name="command.giveweapon" access="false">> name="command.setstat" access="false">> name="command.jetpack" access="false">> name="command.warp" access="false">> name="command.setdimension" access="false">> name="command.setinterior" access="false">> name="command.givevehicle" access="false">> name="command.repair" access="false">> name="command.blow" access="false">> name="command.destroy" access="false">> name="command.customize" access="false">> name="command.setcolor" access="false">> name="command.setpaintjob" access="false">> name="command.listmessages" access="false">> name="command.readmessage" access="false">> name="command.listresources" access="false">> name="command.execute" access="false">> name="command.delete" access="false">> name="command.setpassword" access="false">> name="command.setwelcome" access="false">> name="command.setgame" access="false">> name="command.setmap" access="false">> name="command.setweather" access="false">> name="command.blendweather" access="false">> name="command.setblurlevel" access="false">> name="command.setwaveheight" access="false">> name="command.setskygradient" access="false">> name="command.setgamespeed" access="false">> name="command.setgravity" access="false">> name="command.settime" access="false">> name="function.shutdown" access="false">> name="command.setfpslimit" access="false">> name="command.unban" access="false">> name="command.banserial" access="false">> name="command.unbanserial" access="false">> name="command.listbans" access="false">> name="command.fetchRemote" access="false">> > name="Moderator"> name="general.ModifyOtherObjects" access="false">> name="command.gamemode" access="true">> name="command.changemode" access="true">> name="command.changemap" access="true">> name="command.stopmode" access="true">> name="command.stopmap" access="true">> name="command.skipmap" access="true">> name="command.mute" access="true">> name="command.unmute" access="true">> name="command.whois" access="true">> name="command.whowas" access="true">> name="function.setPlayerMuted" access="true">> name="function.kickPlayer" access="true">> name="function.banIP" access="true">> name="function.banPlayer" access="true">> name="function.banSerial" access="true">> name="function.getBansXML" access="true">> name="function.unbanIP" access="true">> name="function.unbanSerial" access="true">> name="function.getClientIP" access="true">> name="function.startResource" access="true">> name="function.stopResource" access="true">> name="function.restartResource" access="true">> name="function.redirectPlayer" access="true">> name="general.adminpanel" access="true">> name="general.tab_players" access="true">> name="general.tab_resources" access="false">> name="general.tab_maps" access="true">> name="general.tab_server" access="true">> name="general.tab_bans" access="false">> name="general.tab_adminchat" access="true">> name="command.kick" access="true">> name="command.freeze" access="true">> name="command.setnick" access="true">> name="command.shout" access="true">> name="command.spectate" access="true">> name="command.slap" access="true">> name="command.setgroup" access="false">> name="command.sethealth" access="true">> name="command.setarmour" access="true">> name="command.setmoney" access="false">> name="command.setskin" access="true">> name="command.setteam" access="false">> name="command.giveweapon" access="false">> name="command.setstat" access="false">> name="command.jetpack" access="false">> name="command.warp" access="true">> name="command.setdimension" access="false">> name="command.setinterior" access="false">> name="command.createteam" access="false">> name="command.destroyteam" access="false">> name="command.givevehicle" access="false">> name="command.repair" access="true">> name="command.blowvehicle" access="false">> name="command.destroyvehicle" access="false">> name="command.customize" access="true">> name="command.setcolor" access="true">> name="command.setpaintjob" access="true">> name="command.listmessages" access="true">> name="command.readmessage" access="true">> name="command.listresources" access="true">> name="command.start" access="true">> name="command.stop" access="true">> name="command.stopall" access="true">> name="command.restart" access="true">> name="command.execute" access="true">> name="command.setpassword" access="false">> name="command.setwelcome" access="true">> name="command.setgame" access="false">> name="command.setmap" access="true">> name="command.setweather" access="true">> name="command.blendweather" access="true">> name="command.setblurlevel" access="true">> name="command.setwaveheight" access="true">> name="command.setskygradient" access="true">> name="command.setgamespeed" access="true">> name="command.setgravity" access="true">> name="command.settime" access="true">> name="command.ban" access="false">> name="command.unban" access="false">> name="command.banip" access="false">> name="command.unbanip" access="false">> name="command.banserial" access="false">> name="command.unbanserial" access="false">> name="command.listbans" access="false">> name="function.executeCommandHandler" access="true">> name="function.callRemote" access="true">> > name="SuperModerator"> name="general.ModifyOtherObjects" access="false">> name="command.start" access="true">> name="command.stop" access="true">> name="command.restart" access="true">> name="command.kick" access="true">> name="command.ban" access="true">> name="command.banip" access="true">> name="command.unbanip" access="false">> name="command.reloadbans" access="true">> name="command.refresh" access="true">> name="command.refreshall" access="true">> name="command.loadmodule" access="true">> name="command.addaccount" access="true">> name="command.delaccount" access="true">> name="command.chgpass" access="true">> name="function.addAccount" access="true">> name="function.removeAccount" access="true">> name="function.setAccountPassword" access="true">> name="general.adminpanel" access="true">> name="general.tab_players" access="true">> name="general.tab_resources" access="false">> name="general.tab_maps" access="true">> name="general.tab_server" access="true">> name="general.tab_bans" access="true">> name="general.tab_adminchat" access="true">> name="command.freeze" access="true">> name="command.mute" access="true">> name="command.setnick" access="true">> name="command.shout" access="true">> name="command.spectate" access="true">> name="command.slap" access="true">> name="command.setgroup" access="false">> name="command.sethealth" access="true">> name="command.setarmour" access="true">> name="command.setmoney" access="false">> name="command.setskin" access="true">> name="command.setteam" access="true">> name="command.giveweapon" access="true">> name="command.setstat" access="true">> name="command.jetpack" access="true">> name="command.warp" access="true">> name="command.setdimension" access="false">> name="command.setinterior" access="false">> name="command.createteam" access="false">> name="command.destroyteam" access="false">> name="command.givevehicle" access="false">> name="command.repair" access="true">> name="command.blowvehicle" access="true">> name="command.destroyvehicle" access="true">> name="command.customize" access="true">> name="command.setcolor" access="true">> name="command.setpaintjob" access="true">> name="command.listmessages" access="true">> name="command.readmessage" access="true">> name="command.listresources" access="true">> name="command.stopall" access="false">> name="command.execute" access="false">> name="command.setpassword" access="false">> name="command.setwelcome" access="true">> name="command.setgame" access="false">> name="command.setmap" access="true">> name="command.setweather" access="true">> name="command.blendweather" access="true">> name="command.setblurlevel" access="true">> name="command.setwaveheight" access="true">> name="command.setskygradient" access="true">> name="command.setgamespeed" access="true">> name="command.setgravity" access="true">> name="command.settime" access="true">> name="command.unban" access="true">> name="command.banserial" access="true">> name="command.unbanserial" access="true">> name="command.listbans" access="true">> name="function.executeCommandHandler" access="true">> name="function.callRemote" access="true">> > name="Admin"> name="general.ModifyOtherObjects" access="true">> name="general.http" access="true">> name="command.shutdown" access="true">> name="command.install" access="true">> name="command.aexec" access="true">> name="command.debugscript" access="true">> name="command.upgrade" access="true">> name="command.crun" access="true">> name="command.srun" access="true">> name="command.run" access="true">> name="function.addBan" access="true">> name="function.removeBan" access="true">> name="function.reloadBans" access="true">> name="function.executeCommandHandler" access="true">> name="function.setServerPassword" access="true">> name="function.getServerPassword" access="true">> name="function.createResource" access="true">> name="function.copyResource" access="true">> name="function.addResourceMap" access="true">> name="function.addResourceConfig" access="true">> name="function.removeResourceFile" access="true">> name="function.setResourceDefaultSetting" access="true">> name="function.removeResourceDefaultSetting" access="true">> name="function.aclReload" access="true">> name="function.aclSave" access="true">> name="function.aclCreate" access="true">> name="function.aclDestroy" access="true">> name="function.aclSetRight" access="true">> name="function.aclRemoveRight" access="true">> name="function.aclCreateGroup" access="true">> name="function.aclDestroyGroup" access="true">> name="function.aclGroupAddACL" access="true">> name="function.aclGroupRemoveACL" access="true">> name="function.aclGroupAddObject" access="true">> name="function.aclGroupRemoveObject" access="true">> name="function.refreshResources" access="true">> name="function.setServerConfigSetting" access="true">> name="function.updateResourceACLRequest" access="true">> name="command.aclrequest" access="true">> name="general.adminpanel" access="true">> name="general.tab_players" access="true">> name="general.tab_resources" access="true">> name="general.tab_server" access="true">> name="general.tab_maps" access="true">> name="general.tab_bans" access="true">> name="general.tab_adminchat" access="true">> name="command.kick" access="true">> name="command.freeze" access="true">> name="command.mute" access="true">> name="command.setnick" access="true">> name="command.shout" access="true">> name="command.spectate" access="true">> name="command.slap" access="true">> name="command.setgroup" access="true">> name="command.sethealth" access="true">> name="command.setarmour" access="true">> name="command.setmoney" access="true">> name="command.setskin" access="true">> name="command.setteam" access="true">> name="command.giveweapon" access="true">> name="command.setstat" access="true">> name="command.jetpack" access="true">> name="command.warp" access="true">> name="command.setdimension" access="true">> name="command.setinterior" access="true">> name="command.createteam" access="true">> name="command.destroyteam" access="true">> name="command.givevehicle" access="true">> name="command.repair" access="true">> name="command.blowvehicle" access="true">> name="command.destroyvehicle" access="true">> name="command.customize" access="true">> name="command.setcolor" access="true">> name="command.setpaintjob" access="true">> name="command.listmessages" access="true">> name="command.readmessage" access="true">> name="command.listresources" access="true">> name="command.start" access="true">> name="command.stop" access="true">> name="command.stopall" access="false">> name="command.delete" access="true">> name="command.restart" access="true">> name="command.execute" access="true">> name="command.setpassword" access="true">> name="command.setwelcome" access="true">> name="command.setgame" access="true">> name="command.setmap" access="true">> name="command.setweather" access="true">> name="command.blendweather" access="true">> name="command.setblurlevel" access="true">> name="command.setwaveheight" access="true">> name="command.setskygradient" access="true">> name="command.setgamespeed" access="true">> name="command.setgravity" access="true">> name="command.settime" access="true">> name="command.setfpslimit" access="true">> name="function.shutdown" access="true">> name="command.ban" access="true">> name="command.unban" access="true">> name="command.banip" access="true">> name="command.unbanip" access="true">> name="command.banserial" access="true">> name="command.unbanserial" access="true">> name="command.listbans" access="true">> > name="RPC"> name="function.callRemote" access="true">> name="general.adminpanel" access="false">> name="general.tab_players" access="false">> name="general.tab_resources" access="false">> name="general.tab_maps" access="false">> name="general.tab_server" access="false">> name="general.tab_bans" access="false">> name="general.tab_adminchat" access="false">> name="command.kick" access="false">> name="command.freeze" access="false">> name="command.mute" access="false">> name="command.setnick" access="false">> name="command.shout" access="false">> name="command.spectate" access="false">> name="command.slap" access="false">> name="command.setgroup" access="false">> name="command.sethealth" access="false">> name="command.setarmour" access="false">> name="command.setmoney" access="false">> name="command.setskin" access="false">> name="command.setteam" access="false">> name="command.giveweapon" access="false">> name="command.setstat" access="false">> name="command.jetpack" access="false">> name="command.warp" access="false">> name="command.setdimension" access="false">> name="command.setinterior" access="false">> name="command.givevehicle" access="false">> name="command.repair" access="false">> name="command.blow" access="false">> name="command.destroy" access="false">> name="command.customize" access="false">> name="command.setcolor" access="false">> name="command.setpaintjob" access="false">> name="command.listmessages" access="false">> name="command.readmessage" access="false">> name="command.listresources" access="false">> name="command.start" access="false">> name="command.stop" access="false">> name="command.stopall" access="false">> name="command.restart" access="false">> name="command.execute" access="false">> name="command.delete" access="false">> name="command.setpassword" access="false">> name="command.setwelcome" access="false">> name="command.setgame" access="false">> name="command.setmap" access="false">> name="command.setweather" access="false">> name="command.blendweather" access="false">> name="command.setblurlevel" access="false">> name="command.setwaveheight" access="false">> name="command.setskygradient" access="false">> name="command.setgamespeed" access="false">> name="command.setgravity" access="false">> name="command.settime" access="false">> name="function.shutdown" access="false">> name="command.setfpslimit" access="false">> name="command.ban" access="false">> name="command.unban" access="false">> name="command.banip" access="false">> name="command.unbanip" access="false">> name="command.banserial" access="false">> name="command.unbanserial" access="false">> name="command.listbans" access="false">> name="command.fetchRemote" access="false">> > name="MapEditor"> name="general.ModifyOtherObjects" access="true">> name="function.startResource" access="true">> name="function.stopResource" access="true">> name="function.restartResource" access="true">> name="function.createResource" access="true">> name="function.copyResource" access="true">> name="function.renameResource" access="true">> name="function.deleteResource" access="true">> name="function.addResourceMap" access="true">> name="function.addResourceConfig" access="true">> name="function.removeResourceFile" access="true">> name="function.setResourceDefaultSetting" access="true">> name="function.removeResourceDefaultSetting" access="true">> name="function.xmlLoadFile" access="true">> name="general.adminpanel" access="false">> name="general.tab_players" access="false">> name="general.tab_resources" access="false">> name="general.tab_maps" access="false">> name="general.tab_server" access="false">> name="general.tab_bans" access="false">> name="general.tab_adminchat" access="false">> name="command.kick" access="false">> name="command.freeze" access="false">> name="command.mute" access="false">> name="command.setnick" access="false">> name="command.shout" access="false">> name="command.spectate" access="false">> name="command.slap" access="false">> name="command.setgroup" access="false">> name="command.sethealth" access="false">> name="command.setarmour" access="false">> name="command.setmoney" access="false">> name="command.setskin" access="false">> name="command.setteam" access="false">> name="command.giveweapon" access="false">> name="command.setstat" access="false">> name="command.jetpack" access="false">> name="command.warp" access="false">> name="command.setdimension" access="false">> name="command.setinterior" access="false">> name="command.givevehicle" access="false">> name="command.repair" access="false">> name="command.blow" access="false">> name="command.destroy" access="false">> name="command.customize" access="false">> name="command.setcolor" access="false">> name="command.setpaintjob" access="false">> name="command.listmessages" access="false">> name="command.readmessage" access="false">> name="command.listresources" access="false">> name="command.start" access="false">> name="command.stop" access="false">> name="command.stopall" access="false">> name="command.restart" access="false">> name="command.execute" access="false">> name="command.delete" access="false">> name="command.setpassword" access="false">> name="command.setwelcome" access="false">> name="command.setgame" access="false">> name="command.setmap" access="false">> name="command.setweather" access="false">> name="command.blendweather" access="false">> name="command.setblurlevel" access="false">> name="command.setwaveheight" access="false">> name="command.setskygradient" access="false">> name="command.setgamespeed" access="false">> name="command.setgravity" access="false">> name="command.settime" access="false">> name="function.shutdown" access="false">> name="command.setfpslimit" access="false">> name="command.ban" access="false">> name="command.unban" access="false">> name="command.banip" access="false">> name="command.unbanip" access="false">> name="command.banserial" access="false">> name="command.unbanserial" access="false">> name="command.listbans" access="false">> name="command.fetchRemote" access="false">> > name="raceACL"> name="general.ModifyOtherObjects" access="true">> name="function.xmlLoadFile" access="true">> name="function.startResource" access="true">> name="function.stopResource" access="true">> name="function.restartResource" access="true">> name="general.adminpanel" access="false">> name="general.tab_players" access="false">> name="general.tab_resources" access="false">> name="general.tab_maps" access="false">> name="general.tab_server" access="false">> name="general.tab_bans" access="false">> name="general.tab_adminchat" access="false">> name="command.kick" access="false">> name="command.freeze" access="false">> name="command.mute" access="false">> name="command.setnick" access="false">> name="command.shout" access="false">> name="command.spectate" access="false">> name="command.slap" access="false">> name="command.setgroup" access="false">> name="command.sethealth" access="false">> name="command.setarmour" access="false">> name="command.setmoney" access="false">> name="command.setskin" access="false">> name="command.setteam" access="false">> name="command.giveweapon" access="false">> name="command.setstat" access="false">> name="command.jetpack" access="false">> name="command.warp" access="false">> name="command.setdimension" access="false">> name="command.setinterior" access="false">> name="command.givevehicle" access="false">> name="command.repair" access="false">> name="command.blow" access="false">> name="command.destroy" access="false">> name="command.customize" access="false">> name="command.setcolor" access="false">> name="command.setpaintjob" access="false">> name="command.listmessages" access="false">> name="command.readmessage" access="false">> name="command.listresources" access="false">> name="command.start" access="false">> name="command.stop" access="false">> name="command.stopall" access="false">> name="command.restart" access="false">> name="command.execute" access="false">> name="command.delete" access="false">> name="command.setpassword" access="false">> name="command.setwelcome" access="false">> name="command.setgame" access="false">> name="command.setmap" access="false">> name="command.setweather" access="false">> name="command.blendweather" access="false">> name="command.setblurlevel" access="false">> name="command.setwaveheight" access="false">> name="command.setskygradient" access="false">> name="command.setgamespeed" access="false">> name="command.setgravity" access="false">> name="command.settime" access="false">> name="function.shutdown" access="false">> name="command.setfpslimit" access="false">> name="command.ban" access="false">> name="command.unban" access="false">> name="command.banip" access="false">> name="command.unbanip" access="false">> name="command.banserial" access="false">> name="command.unbanserial" access="false">> name="command.listbans" access="false">> name="command.fetchRemote" access="false">> > name="DevACL"> name="resource.performancebrowser.http" access="true">> name="resource.ajax.http" access="true">> name="general.adminpanel" access="false">> name="general.tab_players" access="false">> name="general.tab_resources" access="false">> name="general.tab_maps" access="false">> name="general.tab_server" access="false">> name="general.tab_bans" access="false">> name="general.tab_adminchat" access="false">> name="command.kick" access="false">> name="command.freeze" access="false">> name="command.mute" access="false">> name="command.setnick" access="false">> name="command.shout" access="false">> name="command.spectate" access="false">> name="command.slap" access="false">> name="command.setgroup" access="false">> name="command.sethealth" access="false">> name="command.setarmour" access="false">> name="command.setmoney" access="false">> name="command.setskin" access="false">> name="command.setteam" access="false">> name="command.giveweapon" access="false">> name="command.setstat" access="false">> name="command.jetpack" access="false">> name="command.warp" access="false">> name="command.setdimension" access="false">> name="command.setinterior" access="false">> name="command.givevehicle" access="false">> name="command.repair" access="false">> name="command.blow" access="false">> name="command.destroy" access="false">> name="command.customize" access="false">> name="command.setcolor" access="false">> name="command.setpaintjob" access="false">> name="command.listmessages" access="false">> name="command.readmessage" access="false">> name="command.listresources" access="false">> name="command.start" access="false">> name="command.stop" access="false">> name="command.stopall" access="false">> name="command.restart" access="false">> name="command.execute" access="false">> name="command.delete" access="false">> name="command.setpassword" access="false">> name="command.setwelcome" access="false">> name="command.setgame" access="false">> name="command.setmap" access="false">> name="command.setweather" access="false">> name="command.blendweather" access="false">> name="command.setblurlevel" access="false">> name="command.setwaveheight" access="false">> name="command.setskygradient" access="false">> name="command.setgamespeed" access="false">> name="command.setgravity" access="false">> name="command.settime" access="false">> name="function.shutdown" access="false">> name="command.setfpslimit" access="false">> name="command.ban" access="false">> name="command.unban" access="false">> name="command.banip" access="false">> name="command.unbanip" access="false">> name="command.banserial" access="false">> name="command.unbanserial" access="false">> name="command.listbans" access="false">> name="command.fetchRemote" access="false">> >> Link to comment
SuleymanM Posted May 21, 2013 Author Share Posted May 21, 2013 ty , what is wrong?> --- esti roman? Link to comment
iPrestege Posted May 21, 2013 Share Posted May 21, 2013 There's some function closed ban,kick ..etc . Link to comment
SuleymanM Posted May 21, 2013 Author Share Posted May 21, 2013 and players can /kick? Link to comment
iPrestege Posted May 21, 2013 Share Posted May 21, 2013 No just moderators , SuperModerators and Admin's only . Link to comment
Turky1 Posted May 21, 2013 Share Posted May 21, 2013 Yes they can /votekick some times Link to comment
iPrestege Posted May 21, 2013 Share Posted May 21, 2013 Yes they can /votekick some times You must to disable this from the vote manager resource setting . Link to comment
SuleymanM Posted May 21, 2013 Author Share Posted May 21, 2013 Ty for help... -- More 1 problem pls ... Why when press "Set Team" (on admin panel) block my panel .. only press P and close panel (is last resources) Link to comment
iPrestege Posted May 21, 2013 Share Posted May 21, 2013 Maybe you're admin panel bugged try this one latest one : Latest Mta Resources Package . Link to comment
SuleymanM Posted May 21, 2013 Author Share Posted May 21, 2013 (edited) I have this admin panel.... And more 1: - To admin panel ... how to set to can mute 33mins , 7days , 1h , 70mins , etc? pls help me - Want to be my scripter? Contact pls me via skype : metin.white Edited May 21, 2013 by Guest Link to comment
iPrestege Posted May 21, 2013 Share Posted May 21, 2013 About the mute you can change it from the admin panel setting resource tab > search for admin resource setting change it there and about you're problem with the team i think it's a bug from the mta . Link to comment
SuleymanM Posted May 21, 2013 Author Share Posted May 21, 2013 no am ... like ban = "Custom" minutes/seconds/days Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now