Thread Rating:
  • 15 Vote(s) - 4.53 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release [SOURCE][Discontinued]Ingame RCON tool [Version 0.7.5]
Hi i seem to have lost usage of the timedmessages.txt any plugin is it possible to have a MOTD and timedmessages section in your plugin.

So once the Client connects it shows only them a MOTD. But the timedmessages is showed to everyone in a loop.

Thanks in advance
Reply

(02-03-2012, 14:50)europeanheavymetalgamers Wrote: Hi i seem to have lost usage of the timedmessages.txt any plugin is it possible to have a MOTD and timedmessages section in your plugin.

So once the Client connects it shows only them a MOTD. But the timedmessages is showed to everyone in a loop.

Thanks in advance

I will add a MOTD propably today, and don't really see the point of making a seperate message rolling feature since it is built in. Will code it maybe today thoughTongue
Reply

(02-03-2012, 14:51)bonemind Wrote:
(02-03-2012, 14:50)europeanheavymetalgamers Wrote: Hi i seem to have lost usage of the timedmessages.txt any plugin is it possible to have a MOTD and timedmessages section in your plugin.

So once the Client connects it shows only them a MOTD. But the timedmessages is showed to everyone in a loop.

Thanks in advance

I will add a MOTD propably today, and don't really see the point of making a seperate message rolling feature since it is built in. Will code it maybe today thoughTongue

The built in one simply doesn't run any more not sure why.

I have TimedMessages=1 in the sv_config.ini file and the Timed Messages txt has everything in it but it simply doesn't show it at all.

Hence the request. But good work.
Reply

(02-03-2012, 14:59)europeanheavymetalgamers Wrote:
(02-03-2012, 14:51)bonemind Wrote:
(02-03-2012, 14:50)europeanheavymetalgamers Wrote: Hi i seem to have lost usage of the timedmessages.txt any plugin is it possible to have a MOTD and timedmessages section in your plugin.

So once the Client connects it shows only them a MOTD. But the timedmessages is showed to everyone in a loop.

Thanks in advance

I will add a MOTD propably today, and don't really see the point of making a seperate message rolling feature since it is built in. Will code it maybe today thoughTongue

The built in one simply doesn't run any more not sure why.

I have TimedMessages=1 in the sv_config.ini file and the Timed Messages txt has everything in it but it simply doesn't show it at all.

Hence the request. But good work.

the timedmessages.txt file doesn't have anything to do with this plugin, it's a part from the Adddon nukem made. Be sure to keep the timedmessages.txt in the addon folder. then it should work.
Reply

(02-03-2012, 15:08)Snowy Leopard Wrote:
(02-03-2012, 14:59)europeanheavymetalgamers Wrote:
(02-03-2012, 14:51)bonemind Wrote:
(02-03-2012, 14:50)europeanheavymetalgamers Wrote: Hi i seem to have lost usage of the timedmessages.txt any plugin is it possible to have a MOTD and timedmessages section in your plugin.

So once the Client connects it shows only them a MOTD. But the timedmessages is showed to everyone in a loop.

Thanks in advance

I will add a MOTD propably today, and don't really see the point of making a seperate message rolling feature since it is built in. Will code it maybe today thoughTongue

The built in one simply doesn't run any more not sure why.

I have TimedMessages=1 in the sv_config.ini file and the Timed Messages txt has everything in it but it simply doesn't show it at all.

Hence the request. But good work.

the timedmessages.txt file doesn't have anything to do with this plugin, it's a part from the Adddon nukem made. Be sure to keep the timedmessages.txt in the addon folder. then it should work.

It is in the addon folder i know its not part of the plugin but it seems if i disable the rcon plugin it will work but then if i enable it boom it stops working hence if its intergrate into the plugin it will work wonders.
Reply

(02-03-2012, 15:11)europeanheavymetalgamers Wrote:
(02-03-2012, 15:08)Snowy Leopard Wrote:
(02-03-2012, 14:59)europeanheavymetalgamers Wrote:
(02-03-2012, 14:51)bonemind Wrote:
(02-03-2012, 14:50)europeanheavymetalgamers Wrote: Hi i seem to have lost usage of the timedmessages.txt any plugin is it possible to have a MOTD and timedmessages section in your plugin.

So once the Client connects it shows only them a MOTD. But the timedmessages is showed to everyone in a loop.

Thanks in advance

I will add a MOTD propably today, and don't really see the point of making a seperate message rolling feature since it is built in. Will code it maybe today thoughTongue

The built in one simply doesn't run any more not sure why.

I have TimedMessages=1 in the sv_config.ini file and the Timed Messages txt has everything in it but it simply doesn't show it at all.

Hence the request. But good work.

the timedmessages.txt file doesn't have anything to do with this plugin, it's a part from the Adddon nukem made. Be sure to keep the timedmessages.txt in the addon folder. then it should work.

It is in the addon folder i know its not part of the plugin but it seems if i disable the rcon plugin it will work but then if i enable it boom it stops working hence if its intergrate into the plugin it will work wonders.
Hmm, oke. Indeed would be nice to have an All-in-one plugin xD
Reply

Both nukem and bonemind have done a great job on making plugins and scripts to give server admins a great tool to ban etc as Rcon from IW still doesn't work right.
Just had a idea for the MOTD.

Have it so that the first 4 or 5 lines are !yell all then the rest as say.

Or have one for MOTD using !yell all then another addon for say.
Reply

(02-03-2012, 14:48)bonemind Wrote: Edit: @Dwinit I hope to be able to start coding one in the next few days Big Grin

Superman

Reply


.zip   MDUMP-2012-02-03-17-35.zip (Size: 34.75 KB / Downloads: 14)

I have found another bug as well, if you add a user to another group to demote it crashes the server
Reply

@europeanheavymetalgamer:
I honestly have no clue how its possible that my plugin breaks timed messages, There may be something else interfering, My plugin shouldn't have anything to do with timed messages whatsoever, but as i said, expect a seperate timed messages plugin later today.
As for MOTD: you mean that when a user connects a few messages are 'yelled' and the rest is printed via console to the player?
Expect a fix sometime today if I can easily reproduce it, if not it'll be after the weekend:/ and thanks for the support Big Grin

@dwinit:
I'm working on the details right now, the actual coding still has to be done, but i have quite a clear idea how to do it, It'll propably be a seperate plugin though since that might be more convenient for people wanting more control over their maplist without having to load my heavily bloated pluginTongue

@Snowy:
Timed messages work on our servers don't they? even after the 0.7.0 update
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Forgot the name of a tool zurasaur 4 4,174 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,747 10-28-2013, 01:15
Last Post: kotyra972
  [Request] Health and Points on hud source robinvm 7 5,590 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,087 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,942 07-25-2013, 16:28
Last Post: Bandarigoda123

Forum Jump:


Users browsing this thread:
10 Guest(s)

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