ItsMods

Full Version: [SOURCE][Discontinued]Ingame RCON tool [Version 0.7.5]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
(05-08-2012, 17:18)gaisarn123 Wrote: [ -> ]WHY CANT I ADD SOME/ME TO ADMIN?!?!? PLEASE HELP,

You left capslock on.
Also, could you be a bit more specific...The ts states that any 'This plugin no work' posts will be ignored without proper info, so please provide proper info Big Grin
(05-08-2012, 18:10)bonemind Wrote: [ -> ]
(05-08-2012, 17:18)gaisarn123 Wrote: [ -> ]WHY CANT I ADD SOME/ME TO ADMIN?!?!? PLEASE HELP,

You left capslock on.
Also, could you be a bit more specific...The ts states that any 'This plugin no work' posts will be ignored without proper info, so please provide proper info Big Grin

sorry didnt see the caps lock haha,
but i got it working by downloading pozzuh's permission plugin Smile
Currently buggy with the newest Nukem release, isnt it?
it is abit buggy it seems now, when i go to !ban the message comes up but it doesn't actually kick them, also it will show users and mods connecting but not admins, well thats what i found in mine anyway.
it's like that. If you do !ban and it says they have been banned they are added to the ban list just kick them if it doesn't kick them for you.
error in the log server. server is running, but the error is written to the log

[02:33:10] System.ArgumentException: .
: oldValue
System.String.Replace(String oldValue, String newValue)
ServerAdmin.CommandClass.execCommand(String Message, ServerClient issuer)
ServerAdmin.ServerAdmin.OnSay(String Message, ServerClient Client)
Addon.PluginCode.TriggerSay(Client_t* Client, SByte* szMessage)
bonemind how could I set it so that commands doesn't show up in chat? Like if I do !ban Derp in chat it will just show Derp has been banned. Or not even anything at all.
(05-12-2012, 03:57)DidUknowiPwn Wrote: [ -> ]bonemind how could I set it so that commands doesn't show up in chat? Like if I do !ban Derp in chat it will just show Derp has been banned. Or not even anything at all.

i would assume to alter this line here, maybe just edit it so the ban/kick message doesn't come up.

//kickmessage = ^2<playername> has been kicked for ^1<reason>
//banmessage = ^2<playername> ^1HAS BEEN BANNED
I think it's the ServerSay(^2 blah blah); true if I change it to false it won't show but that's what I think nulling it might cause an error
(05-12-2012, 06:03)DidUknowiPwn Wrote: [ -> ]I think it's the ServerSay(^2 blah blah); true if I change it to false it won't show but that's what I think nulling it might cause an error

oh, i just tried it on mine just nulling it still banned me ok, with no errors.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40