ItsMods

Full Version: Server addon requests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(01-15-2012, 00:25)zxz0O0 Wrote: [ -> ]
(01-14-2012, 22:15)Pozzuh Wrote: [ -> ]@Deviler86 I'm pretty sure a lot of them aren't possible, sadly.

It's more possible than you may think.

then we'll just have to wait, what Nukem says about them ^^
I think it would also be important to have admin stuff implemented to the addon itself, so the plugin developers don't have to implement them everytime they need admin usage.
Otherwise the sv_config.ini will soon be overflooding with lots of admin stuff for every plugin used.

Implementation in the addon.dll could be:
1. a global admin.cfg file for saving admins, with flags and immunity
2. Admin struct in CPlugin //holding name, xuid, flags and immunity
3. List<Admin> GetAdmins() Method in CPlugin
(01-15-2012, 13:22)Deviler86 Wrote: [ -> ]I think it would also be important to have admin stuff implemented to the addon itself, so the plugin developers don't have to implement them everytime they need admin usage.
Otherwise the sv_config.ini will soon be overflooding with lots of admin stuff for every plugin used.

Implementation in the addon.dll could be:
1. a global admin.cfg file for saving admins, with flags and immunity
2. Admin struct in CPlugin //holding name, xuid, flags and immunity
3. List<Admin> GetAdmins() Method in CPlugin

We already have something for that, everyone should use it. See @Pozzuh's Permission Plugin here: http://www.itsmods.com/forum/Thread-Rele...lugin.html
@Nukem is probably too lazy to implement it directly in the addon.
I'm already aware of Pozzuh's Permission Plugin and it looks good.
I Just would like to seperate the admin/permission stuff from the sv_config.ini.

@Pozzuh could you edit your Plugin to use a seperate permission file?
I would prefer that, since the list of commands and groups will get larger for every plugin that uses your permission plugin[/align]
(01-15-2012, 14:10)Deviler86 Wrote: [ -> ]@Pozzuh could you edit your Plugin to use a seperate permission file?
I would prefer that, since the list of commands and groups will get larger for every plugin that uses your permission plugin[/align]

It would only get confusing IMO.
is it possible to separate the log files ie prefix them with a date for when the server was started as to determine a different log for each lifespan as not to make each log too large.

kinda like the b3 bot that has a b3.log which records current data but when server is stopped or crashes it archives b3.log.1 and so on.
(01-31-2012, 02:49)Cprl.Rst Wrote: [ -> ]is it possible to separate the log files ie prefix them with a date for when the server was started as to determine a different log for each lifespan as not to make each log too large.

kinda like the b3 bot that has a b3.log which records current data but when server is stopped or crashes it archives b3.log.1 and so on.

would like to have this too Smile
Is it possible to set it so that only Admins/Moderators get welcomed to the server ?

EDIT: Sorry, wrong section - Can someone please move this to the Ingame RCON tool [Version 0.7.0] thread.
Pages: 1 2 3