Thread Rating:
  • 15 Vote(s) - 4.53 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release [SOURCE][Discontinued]Ingame RCON tool [Version 0.7.5]
Currently using the 0.7 version and for some reason every time i add and admin to the admin group all the other admins get removed
Reply

my ban doesn't seem to be working, it says it has banned them, but they are able to come straight back on? This is through the console and the permanent ban file keeps getting messed up, i think i saw a post about a ban update but i can't find it.

thanks
[Image: b_560_95_1.png]


[Image: b_560_95_1.png]

Reply

(03-01-2012, 00:54)hillbilly Wrote: my ban doesn't seem to be working, it says it has banned them, but they are able to come straight back on? This is through the console and the permanent ban file keeps getting messed up, i think i saw a post about a ban update but i can't find it.

thanks

Jup, ban is fucked up, just blame IW for it since it also happens on servers without addons, nothing i can do about that :/
Reply

I have a little problem with this thing, I tried running this but only came to realize that every person on the server can use all commands!

I used the following procedure:

Quote:First time setup:
Add your own XUID and name to the admins file in the serveradmin folder
(format: [XUID] [Name])
run !resetconf
restart the server
Quote:I also tried using !rl

There was no file named "admins" so I made one and put the following.
Code:
[0110000147e4392e] [nizo]

server.ini file has the following right after my main settings.. nothing else.
Code:
[SERVER]
Ranked=1
//enable timed messages set in timedmessages.txt
TimedMessages=1
SpecsFix=0

[LOG]
ConsoleLog=1

[SCRIPT]
Enabled=0
Script=example.script

[DEBUG]
ExceptionLogging=0




[ServerAdmin]
//enables built in permissions, values: true or false
usepermissions=false

//the number of warnings before someone gets kicked
kickwarnings=3

//enable or disable the language filter
useLangFilter=false

//how long it takes in hours before a players warnings are cleared
warningTTL=12

//set if the rules commands should be pmed to the user, or to all the server
pmrules=true

//Handles if a player should be tempbanned after a maxwarnings kick
warningtempban=true

//The message displayed when a player is kicked
kickmessage =<playername> has been kicked for <reason> by <issuer>

//The message displayed when a player is banned
banmessage =<playername> has been banned by <issuer>

//The message displayed when a player connects
//connectmessage = Say hi to <rank> <playername>, he has just connected
//The message displayed when a player is tempbanned
tmpbanmessage =<playername> has been tempbanned by <issuer>

//message to display when someone is warnkicked
warnkickmessage=<playername> was kicked for <reason>

//message for the warning
warnmessage=<playername> was warned for <reason>

//removing a warning
unwarnmessage=<playername> was kicked for <reason>
connectmessage=<playername> has connected


I love this plugin, it does sooo much and its just too perfect. Thanks for this wonderful plugin!! your the man Big Grin

I hope you can help me with my issue, I tried reading through posts, but to be honest couldn't find any similar problems. so if this was brought up before I am really sorry but I went through every page, but might of missed it because I am really frustrated Tongue thanks in advance.
Reply

(03-03-2012, 07:06)nizoo Wrote: I have a little problem with this thing, I tried running this but only came to realize that every person on the server can use all commands!

I used the following procedure:

Quote:First time setup:
Add your own XUID and name to the admins file in the serveradmin folder
(format: [XUID] [Name])
run !resetconf
restart the server
Quote:I also tried using !rl

There was no file named "admins" so I made one and put the following.
Code:
[0110000147e4392e] [nizo]

server.ini file has the following right after my main settings.. nothing else.
Code:
[SERVER]
Ranked=1
//enable timed messages set in timedmessages.txt
TimedMessages=1
SpecsFix=0

[LOG]
ConsoleLog=1

[SCRIPT]
Enabled=0
Script=example.script

[DEBUG]
ExceptionLogging=0




[ServerAdmin]
//enables built in permissions, values: true or false
usepermissions=false

//the number of warnings before someone gets kicked
kickwarnings=3

//enable or disable the language filter
useLangFilter=false

//how long it takes in hours before a players warnings are cleared
warningTTL=12

//set if the rules commands should be pmed to the user, or to all the server
pmrules=true

//Handles if a player should be tempbanned after a maxwarnings kick
warningtempban=true

//The message displayed when a player is kicked
kickmessage =<playername> has been kicked for <reason> by <issuer>

//The message displayed when a player is banned
banmessage =<playername> has been banned by <issuer>

//The message displayed when a player connects
//connectmessage = Say hi to <rank> <playername>, he has just connected
//The message displayed when a player is tempbanned
tmpbanmessage =<playername> has been tempbanned by <issuer>

//message to display when someone is warnkicked
warnkickmessage=<playername> was kicked for <reason>

//message for the warning
warnmessage=<playername> was warned for <reason>

//removing a warning
unwarnmessage=<playername> was kicked for <reason>
connectmessage=<playername> has connected


I love this plugin, it does sooo much and its just too perfect. Thanks for this wonderful plugin!! your the man Big Grin

I hope you can help me with my issue, I tried reading through posts, but to be honest couldn't find any similar problems. so if this was brought up before I am really sorry but I went through every page, but might of missed it because I am really frustrated Tongue thanks in advance.
heya,

First of all you need to put usepermissions on true if you are using the build in permissions. Second, the admins file has been removed a few versions ago, it now uses the same format as the stand-alone permissions plugin.

add the following to sv_config.ini

Code:
//Don't add spaces after commas!
//CASE SENSITIVE!
//Don't remove the User & Admin groups!
[Permission]
//You can add more user groups here
Usergroups=Admin,Moderator,User
//Add admin xuids here (Go ingame and use !getxuid)
Admin_xuids=xuid1,xuid2,xuid3
//Admins can use all commands (Do not change!).
Admin_commands=*ALL*
//Add moderator xuids here
Moderator_xuids=xuid1,xuid2,xuid3
//Add commands moderators can use here
Moderator_commands=!help,!getxuid,!gettype
//Add commands everyone can use
User_commands=!help,!getxuid,!gettype
//Everyone who isn't in any other group is a user (Do not change!).
User_xuids=*EVERYONE*

regards,
Snowy Leopard
Reply

Ok I don't know what the hell I been smoking not to do this, I honestly tried everything, spent 4 hours trying to figure this out..


I settle my case, I should never try to setup anything when am sleepy =(


You rock my friend, works great now.. Thanks alot for the awesome plugin Big Grin and thank you again snowey maaaan =)
Reply

(03-03-2012, 17:50)nizoo Wrote: Ok I don't know what the hell I been smoking not to do this, I honestly tried everything, spent 4 hours trying to figure this out..


I settle my case, I should never try to setup anything when am sleepy =(


You rock my friend, works great now.. Thanks alot for the awesome plugin Big Grin and thank you again snowey maaaan =)

Haha, i know the feeling Tongue

Also, i hoped to be able to work on the plugin this weekend, but forgot to bring the code with me :/
Reply

(03-03-2012, 21:24)bonemind Wrote:
(03-03-2012, 17:50)nizoo Wrote: Ok I don't know what the hell I been smoking not to do this, I honestly tried everything, spent 4 hours trying to figure this out..


I settle my case, I should never try to setup anything when am sleepy =(


You rock my friend, works great now.. Thanks alot for the awesome plugin Big Grin and thank you again snowey maaaan =)
but forgot to bring the code with me :/

whahaha xD fail
Reply

@bonemind

Hi
I have a problem with Ingame RCON tool 0.7.5 and 1.8 Promod
If I have these two plugins on the server. then after some time, server memory is growing. and after crossing the 320MB is out of memory error.

If the plugins are working alone it does not have this problem
I think that these plugins take too much memory. Possible to reduce the memory retrieval by these plugins.

Sorry for my english

PS. The same thing I wrote zxz0O0
[Image: b_560_95_1.png]
Reply

stickie'd because of popularity
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Forgot the name of a tool zurasaur 4 4,175 11-10-2013, 10:45
Last Post: Nekochan
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 4,106 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,700 11-08-2013, 05:25
Last Post: [HARD] Tony.
  MW3 Server Version superg1973 7 12,749 10-28-2013, 01:15
Last Post: kotyra972
  [Request] Health and Points on hud source robinvm 7 5,591 10-27-2013, 08:23
Last Post: robinvm
  [Release] [SOURCE] DOOR V2.0 [HARD] Tony. 5 5,332 09-26-2013, 14:01
Last Post: Nekochan
  Help Playing sounds ingame? Some 2 3,387 09-10-2013, 10:42
Last Post: Yamato
  God Mode Plugin - Everyone has rcon admin srskiller 4 6,088 08-28-2013, 19:03
Last Post: phillipito
  [source] medic E-losev 6 5,816 07-26-2013, 06:18
Last Post: E-losev
  [source] vAmpIr E-losev 5 4,943 07-25-2013, 16:28
Last Post: Bandarigoda123

Forum Jump:


Users browsing this thread:
3 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.