• 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOURCE] Ingame Rcon
#1


Attached Files
.zip   IngameRCON.zip (Size: 2.28 KB / Downloads: 239)
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#2
I'd advise you to use ChatType.ChatContinue for the return, otherwise plugins like PM Manager will not work correctly.
(it would show the !pm in the chat with this enabled)

Looks good and useful because IW's ingame rcon doesn't work Big Grin

Suggestion: use passwords for players to login or use a combination of XUIDs and passwords.
[Image: b_560_95_1.png]
  Reply
#3
Very nice!
Happy to see more and more people using this
will compile now for ya
Compiled + syntax errors fixed (4)
var declaration goes inside the class, not outside the class, you did it to the pluginpack plugins as well Tongue
  Reply
#4
Shouldn't it be
CSHARP Code
  1. if( l != "" )
  2. foreach( string xuid in l.Split( ',' ) )
  3. admins.Add( xuid );
[Image: azuw.jpg]
  Reply
#5
(01-06-2012, 12:44)zxz0O0 Wrote: Shouldn't it be
CSHARP Code
  1. if( l != "" )
  2. foreach( string xuid in l.Split( ',' ) )
  3. admins.Add( xuid );

I thought that too
[Image: MaEIQ.png]
  Reply
#6
Nice one

But a few things im not clear on..

Where do i find players xuids and where in the code do i place it
[RCON]
xuids=admin_1_xuid,admin_2_xuid,admin_3_xuid

What commands can be used in game, i'm asuming its things like !status, !kick !ban and so on, a full list would be good.

Thanks this is going to be a great plugin for our clan.
[Image: jace.png]
  Reply
#7
(01-06-2012, 12:47)opsvjace Wrote: Nice one

But a few things im not clear on..

Where do i find players xuids and where in the code do i place it
[RCON]
xuids=admin_1_xuid,admin_2_xuid,admin_3_xuid

What commands can be used in game, i'm asuming its things like !status, !kick !ban and so on, a full list would be good.

Thanks this is going to be a great plugin for our clan.
Type status in server console or rcon and you will see the xuid of every player. If your xuid is ex. 11000013AC09D20 you do it like
Code:
[RCON]
xuids=11000013AC09D20, ...
Here is a list of all commands
http://www.mapmodnews.com/article.php/MW...Rcon-Setup
[Image: azuw.jpg]
  Reply
#8
Ok so am i right in thinking this works just like the stock ingame rcon.
[Image: jace.png]
  Reply
#9
@zxz yeah thats right my mistake

Just type: !rcon (any command)
So if i want to change the timelimit:
!rcon scr_dm_timelimit 10
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#10
(01-06-2012, 13:38)iAegle Wrote: @zxz yeah thats right my mistake

Just type: !rcon (any command)
So if i want to change the timelimit:
!rcon scr_dm_timelimit 10

Thanks but im still unclear on how to add admins to the sv_config.ini.
where it says "admin" in the code do i add the xuid for the player.

xuids=admin_1_xuid,admin_2_xuid,admin_3_xuid
So
xuids=000000001111222AAD_1_xuid,01010101ADC_2_xuid,000000111222DGS_3_xuid.... and so on.

Thanks
[Image: jace.png]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 3,872 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,287 11-08-2013, 05:25
Last Post: [HARD] Tony.
  [Request] Health and Points on hud source robinvm 7 5,133 10-27-2013, 08:23
Last Post: robinvm
  [Release] [SOURCE] DOOR V2.0 [HARD] Tony. 5 4,964 09-26-2013, 14:01
Last Post: Nekochan
  Help Playing sounds ingame? Some 2 3,147 09-10-2013, 10:42
Last Post: Yamato
  God Mode Plugin - Everyone has rcon admin srskiller 4 5,635 08-28-2013, 19:03
Last Post: phillipito
  [source] medic E-losev 6 5,324 07-26-2013, 06:18
Last Post: E-losev
  [source] vAmpIr E-losev 5 4,448 07-25-2013, 16:28
Last Post: Bandarigoda123
  Help MW3 Admin Rcon login PW guru 6 9,280 07-14-2013, 21:18
Last Post: guru
  [Release] Barata's REAL External Console Source C# barata 37 20,810 06-28-2013, 23:47
Last Post: barata

Forum Jump:


Users browsing this thread: 1 Guest(s)