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
Little Bug Report:
in immuneplayer file, when you add one:
4505440654XXXX <playername1>
4964506406XXXX <playername1> <playername2>
4964506801XXXX <playername1> <playername2> <playername3>

i was on the list (im admin), but players were able to kick me
i just want to broadcast the rules so that everyone can see.
i see the command in sv_config.ini and enable
pmrules=true
//set if the rules commands should be pmed to the user, or to all the server
and i put the rule set in the serveradmin folder inside the rules file
but it doesn't work
How do I connect as admin?
Everyone can use the commands on the server. Please somebody noob friendly explain how do i set only admins to be able to use commands? #im stupid

"Add your own XUID and name to the admins file in the serveradmin folder
(format: [XUID] [Name])
run !resetconf
restart the server"

I don't get it.
(04-06-2012, 18:49)Gorre Wrote: [ -> ]Everyone can use the commands on the server. Please somebody noob friendly explain how do i set only admins to be able to use commands? #im stupid

"Add your own XUID and name to the admins file in the serveradmin folder
(format: [XUID] [Name])
run !resetconf
restart the server"

I don't get it.

usepermissions:TRUE

(04-06-2012, 18:49)Gorre Wrote: [ -> ]Everyone can use the commands on the server. Please somebody noob friendly explain how do i set only admins to be able to use commands? #im stupid

"Add your own XUID and name to the admins file in the serveradmin folder
(format: [XUID] [Name])
run !resetconf
restart the server"

I don't get it.

the admins file has been removed a long time ago, don't know where you got this from?

you need to add the permissions layout in the sv_config.ini file

Code:
//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*

or if you are using the permissions plugin, you need to set the usePermissions to false.
Hi,

i've put the folders into my game directory but when i start TeknoMW3.exe it says: "MW3 cannot run with the addon in the directory" Sad

Whats the problem??
U Cannot Do This , Remove the files from game directory and copy them somwhere else , otherwise you will get VAC banned.
I have a question about the language filter. Does it warn for offensive names in addition to offensive words in chat?
(04-09-2012, 21:25)GrossKopf Wrote: [ -> ]I have a question about the language filter. Does it warn for offensive names in addition to offensive words in chat?

It doesn't, only chat words

Also, i've put the source up because i can't maintain this anymore
Everyone is free to expand/complete/recompile/edit it as they wish, would appreciate some credit though Big Grin
The source is a bit of a mess, so be warned xD
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