ItsMods

Full Version: [SOURCE] Ingame Rcon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Shame it would be good to see list of players and there numbers when typing status like a pm to the admin typing it, but a very good plugin anyway thanks.
(01-06-2012, 22:28)opsvjace Wrote: [ -> ]Shame it would be good to see list of players and there numbers when typing status like a pm to the admin typing it, but a very good plugin anyway thanks.

would be cool if that ingame rcon tool would work like black tomato mod..
(01-09-2012, 11:32)mac1981 Wrote: [ -> ]
(01-06-2012, 22:28)opsvjace Wrote: [ -> ]Shame it would be good to see list of players and there numbers when typing status like a pm to the admin typing it, but a very good plugin anyway thanks.

would be cool if that ingame rcon tool would work like black tomato mod..

Yeah thats what i was hoping for but its still good
first of all, thx for this allot!!

i understand i can use !rcon command to use all rcon commands u normaly do in console

but if i want to kick someone, i still have to login to rcon in console to see theyr client id, or i would have to use theyr full name ingame?
isnt it possible to make this work with only 3-4 characters of theyr name?
(01-10-2012, 22:45)GRooVeZ Wrote: [ -> ]first of all, thx for this allot!!

i understand i can use !rcon command to use all rcon commands u normaly do in console

but if i want to kick someone, i still have to login to rcon in console to see theyr client id, or i would have to use theyr full name ingame?
isnt it possible to make this work with only 3-4 characters of theyr name?

Im working on a simple admin mod that includes that Smile
ok thx again,

next thing

when i add people to the moderator group, and add the !rcon command to the list, they cannot use it,
i want to give em !rcon map, !rcon map_rotate, !rcon kick ...

i tried putting two more members to the admin group,
theyrs is not working, but mine is, i can do all !rcon commands i want, and they cant
when they do help, it says, u have ALL commands

this is my 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=0110000101f8abb5,01100001005036d9,0110000104041add,01100001034e9b96
//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,!ping
//Everyone who isn't in any other group is a user (Do not change!).
User_xuids=*EVERYONE*

my xuid is the second inline, the two who are not workin is 3,4
is the admin group limited to two users?
i didn't think this plugin allowed rcon access doesn't rcon plugin have it's own ini for adding admins
(01-11-2012, 00:54)Cprl.Rst Wrote: [ -> ]i didn't think this plugin allowed rcon access doesn't rcon plugin have it's own ini for adding admins

i dont think so, the rcon.ini files contains only a port number
and after putting my xuid to the admins in sv_config.ini, i could do rcon commands in ingame chat, but when i added more xuids, it doesnt work for them ...
please recompile with .net 3.0 for linux support

thanks
(01-14-2012, 16:23)daviolo49 Wrote: [ -> ]please recompile with .net 3.0 for linux support

thanks

Sure, just wait another day Wink
Pages: 1 2 3 4