AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   AMX Super (https://forums.alliedmods.net/forumdisplay.php?f=111)
-   -   3.8 Release (https://forums.alliedmods.net/showthread.php?t=67489)

bmann_420 02-24-2008 21:55

3.8 Release
 
Alright, well it was finally tweaked to my standards. Although I hope I diddnt miss anything.

It is much more efficient on many levels. With a few added things, which you can read the changelog for in the pinned post above.

You need to compile this locally since the online compiler has not yet updated its includes for 1.8 quite yet. The compiled version are in the .zip files and the source is above those.

If you have any issues/concerns/bug reports, post em here if you like or make a new thread. I just posted this here to get the attention and quick answers to questions.

:D

Thankx for everybody who has helped out in this wonderful long awaited release, jeebus.

Czarny Iwan 02-25-2008 13:35

Re: 3.8 Release
 
Good work with the update and chat notifications. I've found few more commands without this feature. Uberslap and Lock Teams. And to be clear, I want something like
eg. [AMXX] ADMIN has uberslapped <player name here>.
Don't get me wrong, I appreciate that you've added chat notifications, but I don't like
eg. [AMXX] Teams sucessfully swapped.
I want to everybody see something like
eg. [AMXX] ADMIN swapped teams.
To keep consistency of chat notifications.

Oh! And Alltalk chat notification is weird after update. On chat I see something like this
[AMXX] ADMIN set sv_alltalk to " 1"
but in console the same message has no spaces before 1. Also when I'm disabling this option I get in chat
[AMXX] ADMIN set sv_alltalk to ""
and in console
[AMXX] Alltalk has been set to ""

Almos forgot. I have amx_show_activity 1 and it works for most of messages. But no for Map Extend - it shows my nick.
[Notice that I'm testing commands using AMX Super Menu. If you want I can test it on normal commands]

bmann_420 02-25-2008 15:23

Re: 3.8 Release
 
Yea, its such a big plugin and so many messages, their are small mistypes or spaces to be found reguardless. I appreciate you finding those also. I will update the plugin with those minor detail fixes, not a "update" but just a quick upload since its nothing crazy.

I could swear I added print_chat to the team lock tho....

And when I get some time, I can do more of a consistancy, its just theirs about 43 of em, so i gatta go thru some of them. I dont care too much for the consistancy, except for the real picky folk ;) lol

I do appreciate all this testing, and so does Yami I know :D Ill get back to you tonight most likely, i might get off early

Czarny Iwan 02-25-2008 16:21

Re: 3.8 Release
 
Quote:

I could swear I added print_chat to the team lock tho....
Ups, my bad. There is print_chat but not in the way I've imagined it.

Quote:

I dont care too much for the consistancy
Oh, shouldn't I bother you with such things?:wink:

Quote:

I do appreciate all this testing, and so does Yami I know :D
It's pleasure to help with such great plugins.

bmann_420 02-25-2008 17:24

Re: 3.8 Release
 
I dont mind taking requests, its just when you want something "to your liking" t heir are quite a few changes to be made to each plugin, if you know what i mean, repititious changes to each one over and over, and if i have to time to do it, maybe, but if it generaly tells the point of the command in chat, thats what im lookin for, but if u wanna know exacts, their is a log which is very in depth.

bmann_420 02-26-2008 17:53

Re: 3.8 Release
 
I forgot to add, those small things (spaces and whatnot) are easily changable in the .txt file

Althought I diddnt see anything wrong with all talk, the only thing we changed in that was to a pcvar

Also:

Quote:

Originally Posted by amxx.cfg
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 1


Your right, I dont have cases in Teamlock and transfer;
I might change those today possibly, i got off early, only 7 hours today :D
-THe only negative to that, is the lang file adjustment = all lang adjustments. Its hard since it has so many languages now you know? But I could add it no problem. All I gatta do is go thru the .txt file and find the ones with no Cases, which is pretty much Deviants plugins. lol

Um... The map extend, I can only think that you have activity to 1 = no admin name
AMX_SUPER_EXTEND_SUCCESS = [AMXX] %s has extended the map time by %i minutes

Im not exactly sure, since you said it said your nick.

EDIT:

Alright, Soon (maybe today)
Code:

AMX_SUPER_TRANSFER_PLAYER_CASE1 = [AMXX] ADMIN Successfully transfered %s to the %s team
AMX_SUPER_TRANSFER_PLAYER_CASE2 = [AMXX] ADMIN %s Successfully transfered %s to the %s tea
AMX_SUPER_TRANSFER_SWAP_PLAYERS_SUCCESS_CASE1 = [AMXX] ADMIN Successfully swapped %s with %s
AMX_SUPER_TRANSFER_SWAP_PLAYERS_SUCCESS_CASE2 = [AMXX] ADMIN %s Successfully swapped %s with %s
AMX_SUPER_TRANSFER_SWAP_TEAM_SUCCESS_CASE1 = [AMXX] ADMIN Successfully swapped the teams!
AMX_SUPER_TRANSFER_SWAP_TEAM_SUCCESS_CASE2 = [AMXX] ADMIN %s Successfully swapped the teams!

& Lock

Code:

AMX_SUPER_TEAM_UNLOCK_CASE1 = [AMXX] ADMIN Unlocked the %s team
AMX_SUPER_TEAM_UNLOCK_CASE2 = [AMXX] ADMIN %s Unlocked the %s team
AMX_SUPER_TEAM_LOCK_CASE1 = [AMXX] ADMIN Locked the %s team
AMX_SUPER_TEAM_LOCK_CASE1 = [AMXX] ADMIN %s Locked the %s team

The amx_super.txt is one thing, i just gatta do the code

Uberslap..... well Im glad you brought that up. I notice we have the right format in the lang file, but not the code.

I will change the .txt and the plugin for this also

Code:

AMX_SUPER_UBERSLAP_PLAYER_CASE2 = [AMXX] ADMIN %s uberslapped %s
AMX_SUPER_UBERSLAP_PLAYER_CASE1 = [AMXX] ADMIN uberslapped %s
AMX_SUPER_UBERSLAP_PLAYER_MSG = [AMXX] Uberslapped %s
AMX_SUPER_UBERSLAP_PLAYER_LOG = [AMX_Super] UBERSLAP: ^"%s<%s>^" uberslapped ^"%s<%s>^"

No @team right now

Czarny Iwan 02-26-2008 18:35

Re: 3.8 Release
 
2 Attachment(s)
Amx_Super.txt:
Code:

AMX_SUPER_ALLTALK_STATUS = [AMXX] sv_alltalk is ^"%d^"
AMX_SUPER_ALLTALK_SET_CASE2 = [AMXX] ADMIN %s set sv_alltalk to ^"%s^"
AMX_SUPER_ALLTALK_SET_CASE1 = [AMXX] ADMIN set sv_alltalk to ^"%s^"
AMX_SUPER_ALLTALK_LOG = [AMX_Super] ALLTALK: ^"%s<%s>^" set sv_alltalk to ^"%s^"
AMX_SUPER_ALLTALK_MSG = [AMXX] Alltalk has been set to ^"%s^

amxx.cfg:
Code:

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 1

Quote:

Um... The map extend, I can only think that you have activity to 1 = no admin name
Yup, I have, but why it shows my nick only on map extend command? I don't want my nick there.

amx_super.sma:
Code:

  set_pcvar_float(mp_timelimit,get_pcvar_float(mp_timelimit) + tlimit)
  client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_EXTEND_SUCCESS",name,tlimit)
  ++user_limit
  return PLUGIN_HANDLED

I think this is the prob with extend. Where is switch and cases? Oh, the lang file is missing those too.
I can't find anything wrong with alltalk...:(

bmann_420 02-26-2008 20:04

Re: 3.8 Release
 
Alright, almost done with most of it, except what you just said.

The map extend looked like it worked? was that with case 1 tho?
- I do have to add cases reguardless

and alltalk, i dont see where that doesnt come up, and where the space is... ill just have to probe some more after these adjustments

bmann_420 02-26-2008 22:00

Re: 3.8 Release
 
2 Attachment(s)
Alright, after quite a bit of work.... lol (took a lot longer than I thought :D )

And the smallest details i missed, thankx to yami, those minute details

Try this and let me know if you could.

Changed the print on

Transfer, swap, teamswap, Lock, Extend

(sma and .txt file 3.8.1)

MonsteR_TR 02-26-2008 23:24

Re: 3.8 Release
 
Good work....But not very something. Thnx for works...

bmann_420 02-26-2008 23:25

Re: 3.8 Release
 
Ty...... ?

"But not very something" ?

MonsteR_TR 02-26-2008 23:37

Re: 3.8 Release
 
The unimportant something for me.becuse i don't want made of me seen by other players.

bmann_420 02-26-2008 23:45

Re: 3.8 Release
 
with commands you mean?

You dont have to be with the cvar for activity if thats what your reffering to.

Czarny Iwan 02-27-2008 06:28

Re: 3.8 Release
 
Quote:

Transfer, swap, teamswap, Lock, Extend
Checked those commands. I don't know why I've checked Transfer becouse it isn't amx_super command, but I've checked ;).
Almost everything works great, but Lock/Unlock Teams has few bugs.
Code:

L 02/27/2008 - 12:15:42: String formatted incorrectly - parameter 5 (total 4)
L 02/27/2008 - 12:15:42: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 02/27/2008 - 12:15:42: [AMXX] Run time error 25: parameter error
L 02/27/2008 - 12:15:42: [AMXX]    [0] amx_super.sma::admin_lock (line 2663)

And when I'm locking or unlocking teams it says:
Code:

[AMXX] ADMIN Locked the [BOSKI]Czarny Iwan team
or
Code:

[AMXX] ADMIN Unlocked the [BOSKI]Czarny Iwan team
Oh, and another thing - when I'm unlocking locked team message is printed in chat but in console I get:
Code:

ML_NOTFOUND: AMX_SUPER_TEAM_UNLOCK
Ups, found another one:
Code:

L 02/27/2008 - 13:09:20: String formatted incorrectly - parameter 7 (total 6)
L 02/27/2008 - 13:09:20: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 02/27/2008 - 13:09:20: [AMXX] Run time error 25: parameter error
L 02/27/2008 - 13:09:20: [AMXX]    [0] amx_super.sma::admin_slap (line 4226)


bmann_420 02-27-2008 09:54

Re: 3.8 Release
 
I updated it from that issue last night for the "team nickname" issue lol

Might wanna update to see and make sure. The otherh issues, I have to look at when I get home.

When those errors pop up, do you know what commands your using to pop them up?

Id assume the lock and uberslap


And transfer is a super command....
I added it for a quick transfer ( /team or /transfer nick ct/t/spec) Easy as pie to transfer somebody :D

And also if the extend now works right.

Czarny Iwan 02-27-2008 11:57

Re: 3.8 Release
 
Quote:

Id assume the lock and uberslap
Yup, thats right.

Quote:

And transfer is a super command....
Oh yeah, now I can remember such thing.

I'll do more testing later.

bmann_420 02-27-2008 12:24

Re: 3.8 Release
 
Yea, just make sure you updated the sma and txt file :D

Czarny Iwan 02-27-2008 13:23

Re: 3.8 Release
 
Quote:

Originally Posted by bmann_420 (Post 590511)
Yea, just make sure you updated the sma and txt file :D

The most up to date file is in this thread, am I right?

bmann_420 02-27-2008 14:38

Re: 3.8 Release
 
5 Attachment(s)
I just tested them all with activity 1 and 2, they all work now :D

Anything else ?

You can test also if you want

They are here with the changes to the .txt file or additions


EDIT:
Im trying to figure out the alltalk now also

Uberslap was just a simple mistype

Code:

AMX_SUPER_EXTEND_SUCCESS_CASE2 = [AMXX] ADMIN %s has extended the map time by %i minutes
AMX_SUPER_EXTEND_SUCCESS_CASE1 = [AMXX] ADMIN as extended the map time by %i minutes

AMX_SUPER_TEAM_INVALID = [AMXX] Invalid team specified! Valid teams are: T, CT, Auto, Spec
AMX_SUPER_TEAM_UNLOCKED = [AMXX] The %s team is not locked!
AMX_SUPER_TEAM_UNLOCK_CASE1 = [AMXX] ADMIN Unlocked the %s team
AMX_SUPER_TEAM_UNLOCK_CONSOLE = [AMXX] You Unlocked the %s team
AMX_SUPER_TEAM_UNLOCK_CASE2 = [AMXX] ADMIN %s Unlocked the %s team
AMX_SUPER_TEAM_LOCK_CASE1 = [AMXX] ADMIN Locked the %s team
AMX_SUPER_TEAM_LOCK_CASE2 = [AMXX] ADMIN %s Locked the %s team
AMX_SUPER_TEAM_LOCKED = [AMXX] The %s team is already locked!
AMX_SUPER_TEAM_LOCK_CONSOLE = [AMXX] You Locked the %s team
AMX_SUPER_UNLOCK_TEAMS_LOG = [AMX_Super] TEAMLOCKER: ^"%s<%s>^" unlocked the ^"%s^" team
AMX_SUPER_LOCK_TEAMS_LOG = [AMX_Super] TEAMLOCKER: ^"%s<%s>^" locked the ^"%s^" team

AMX_SUPER_TRANSFER_PLAYER_CASE1 = [AMXX] ADMIN Successfully transfered %s to the %s team
AMX_SUPER_TRANSFER_PLAYER_CASE2 = [AMXX] ADMIN %s Successfully transfered %s to the %s team
AMX_SUPER_TRANSFER_PLAYER_TEAM = [AMXX] You have been transfered to the %s team
AMX_SUPER_TRANSFER_PLAYER_LOG = [AMX_Super] TEAMTRANSFER: ^"%s<%s>^" transfered ^"%s^" to the ^"%s^" team
AMX_SUPER_TRANSFER_PLAYER_CONSOLE = [AMXX] You have Successfully transfered %s to the %s team
AMX_SUPER_TRANSFER_SWAP_PLAYERS_SUCCESS_CASE1 = [AMXX] ADMIN Successfully swapped %s with %s
AMX_SUPER_TRANSFER_SWAP_PLAYERS_SUCCESS_CASE2 = [AMXX] ADMIN %s Successfully swapped %s with %s
AMX_SUPER_TRANSFER_SWAP_TEAM_SUCCESS_CASE1 = [AMXX] ADMIN Successfully swapped the teams!
AMX_SUPER_TRANSFER_SWAP_TEAM_SUCCESS_CASE2 = [AMXX] ADMIN %s Successfully swapped the teams!
AMX_SUPER_TRANSFER_SWAP_TEAM_MESSAGE = [AMXX] You have swapped the Teams
AMX_SUPER_TRANSFER_SWAP_PLAYERS_CONSOLE = [AMXX] Successfully swapped %s with %s
AMX_SUPER_TRANSFER_PLAYER_ERROR_CASE1 = [AMXX] You can't swap players that are on the same team!
AMX_SUPER_TRANSFER_PLAYER_ERROR_CASE2 = [AMXX] You can't swap players that are not in a team!
AMX_SUPER_TRANSFER_SWAP_PLAYERS_MESSAGE1 = [AMXX] You have been swapped with %s
AMX_SUPER_TRANSFER_SWAP_PLAYERS_MESSAGE2 = [AMXX] You have been swapped with %s
AMX_SUPER_TRANSFER_SWAP_TEAM_LOG = [AMX_Super] TEAMTRANSFER: ^"%s<%s>^" swapped teams
AMX_SUPER_TRANSFER_SWAP_PLAYERS_LOG = [AMX_Super] TEAMTRANSFER: ^"%s<%s>^" swapped ^"%s^" with ^"%s^"


Czarny Iwan 02-27-2008 17:01

Re: 3.8 Release
 
Ummm... can't compile.
Code:

// (...)\addons\amxmodx\scripting\amx_super.sma(3387) :
 error 008: must be a constant expression; assumed zero
// (...)\addons\amxmodx\scripting\amx_super.sma(3388) :
 error 008: must be a constant expression; assumed zero

OK, I've solved the problem. Lines:
Code:

  case "2": client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_ALLTALK_SET_CASE2",name,alltalk)
  case "1": client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_ALLTALK_SET_CASE1",alltalk)

should be:
Code:

  case 2: client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_ALLTALK_SET_CASE2",name,alltalk)
  case 1: client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_ALLTALK_SET_CASE1",alltalk)

I've tested it a bit and it looks fine. It could be more polished but its fine. Thank you.

bmann_420 02-27-2008 17:34

Re: 3.8 Release
 
what the hell

lol

That was a test, it wasnt supposed to be that version.

The problem, wasnt really a problem, it was a mishap on the upload

EDIT:

Fixed, even added the feature /alltalk to check where it is at

:D

I believe that is it?

bmann_420 02-27-2008 19:40

Re: 3.8 Release
 
Posted as Public release

Version: 3.8.1

You can check the changelog for all the detail :D

Dont forget to upload the new amx_super.txt file!

I also updated the Main Page for a better description, Changed the FAQ page, and Added the Cvars Description for reference of defaults and just to know :D

MonsteR_TR 02-27-2008 19:56

Re: 3.8 Release
 
@bmann

3.8.1 giving error bad load Look;


Admin Base 1.76c AMXX Dev Team admin.amxx running
Admin Commands 1.76c AMXX Dev Team admincmd.amxx running
Admin Help 1.76c AMXX Dev Team adminhelp.amxx running
Slots Reservation 1.76c AMXX Dev Team adminslots.amxx running
Multi-Lingual Sys 1.76c AMXX Dev Team multilingual.am running
Menus Front-End 1.76c AMXX Dev Team menufront.amxx running
Commands Menu 1.76c AMXX Dev Team cmdmenu.amxx running
Players Menu 1.76c AMXX Dev Team plmenu.amxx running
Teleport Menu 1.76c AMXX Dev Team telemenu.amxx running
Maps Menu 1.76c AMXX Dev Team mapsmenu.amxx running
Admin Chat 1.76c AMXX Dev Team adminchat.amxx running
Anti Flood 1.76c AMXX Dev Team antiflood.amxx running
Scrolling Message 1.76c AMXX Dev Team scrollmsg.amxx running
Info. Messages 1.76c AMXX Dev Team imessage.amxx running
Admin Votes 1.76c AMXX Dev Team adminvote.amxx running
NextMap 1.76c AMXX Dev Team nextmap.amxx running
Nextmap Chooser 1.76c AMXX Dev Team mapchooser.amxx running
TimeLeft 1.76c AMXX Dev Team timeleft.amxx running
Pause Plugins 1.76c AMXX Dev Team pausecfg.amxx running
Stats Configurati 1.76c AMXX Dev Team statscfg.amxx running
Restrict Weapons 1.76c AMXX Dev Team restmenu.amxx running
StatsX 1.76c AMXX Dev Team statsx.amxx running
AmxModX Memo 0.0.1 Kenvelo memo.amxx running
Weapon Menu 1.0 Mattcook & xerob weaponmenu.amxx running
Knives Only 0.1a SilverTide amx_knivesonly. running
POD-Bot Menu 1.3 g4s|figurE.09 amxx_podbotmenu running
ATAC Config 1.1.09 f117bomb & T(+)r amxx_atac_cfg.1 running
ATAC 2.5.5.5 T(+)rget/f117bom atac.2.5.5.5.am running
unknown unknown unknown amx_super.amxx bad load
AMX Super Menu 0.4.3 Yami Kaitou amx_super_menu. running
unknown unknown unknown amx_super_nospe bad load
High Ping Kicker 1.0 Shadow/Bo0m! amx_hpk.amxx running
Admin Slash 1.2 mike_cao

YamiKaitou 02-27-2008 21:03

Re: 3.8 Release
 
You didn't read the requirements did you? 3.8 REQUIRES AMXx 1.8 to be running. Also, you only need one amx_super, not both

Czarny Iwan 02-28-2008 16:10

Re: 3.8 Release
 
Yup, works great.
But take a look on Speed command.
Code:

] amx_speed @T 0
[AMXX] Set speed on all Ts.
[AMXX] ADMIN turned off speed for all Ts

Is it on or off?

bmann_420 02-28-2008 20:47

Re: 3.8 Release
 
Hmm, ill have to take a look into that, and i forgot i have todo something about the gag. I cant remember what it was, but their was something weird with it if you wanna take a look, im at work a while. when i get home ill look at it also

But it sounds to me like the console chat and the print chat are somewhat mixed up
Cause im assuming the top is the console echo and the bottom is the print chat echo

bmann_420 02-29-2008 01:08

Re: 3.8 Release
 
2 Attachment(s)
Alright, this should have a speed and gag fix. I did not test the speed, but somewhat tested the gag. Hope it works alright, let me know.

(the seconds and showflags(a,b,c) is what was giving me some grief with gag)

MonsteR_TR 02-29-2008 07:41

Re: 3.8 Release
 
i have error bad load
Pls make a addons pack
amxx 1.8.0 + amx_super + amx_super_menu last version
pls someone make it...

YamiKaitou 02-29-2008 09:56

Re: 3.8 Release
 
Works just fine the way it is if you have the correct modules installed. Please provide the output of the following commands

rcon meta list
rcon amxx plugins
rcon amxx modules

bmann_420 02-29-2008 10:06

Re: 3.8 Release
 
@ Monstor,

if you read these forums you will see their is an addon pack. It just doesnt have the lastest amx_super...

Its in the management pinned thread, with install instructions. You just have to look

Download, install and update amx_super. IF done right, it works just fine


I will be updating those packs when the menu is fully done also. (the amx 1.8 packs and the amx_super zips)

SCHWEDEN 02-29-2008 20:19

Re: 3.8 Release
 
Only me getting this?

Quote:

Welcome to the AMX Mod X 1.76-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Error: Undefined symbol "set_pcvar_string" on line 4528
Error: Undefined symbol "set_pcvar_string" on line 4548
Warning: Symbol is assigned a value that is never used: "sv_password" on line 5640

2 Errors.
Could not locate output file C:\Documents and Settings\Carl\Skrivbord\amx_super.amx (compile failed).
I see that it compiles for you guys, so what am I doing wrong?

bmann_420 02-29-2008 20:24

Re: 3.8 Release
 
lol

It's posted that you gatta compile it locally, or use the .amxx in teh zip file.

Quote:

Originally Posted by Directly above where you download the plugin
WARNING: YOU MUST COMPILE THIS LOCALLY. IT WILL NOT COMPILE USING THE WEB COMPILER. IF YOU DO NOT KNOW HOW TO COMPILE LOCALLY, LOOK AT THE DOCS. IF YOU DO NOT WANT TO COMPILE IT, THERE IS A PRE-COMPILED VERSION IN THE ZIP ARCHIVE FOR THOSE WHO WOULD LIKE IT


SCHWEDEN 02-29-2008 21:11

Re: 3.8 Release
 
Locally means on my own computer i guess? (Which is what i did) And i wanna change some flags so i dont want the included .amxx :( Works like a charm for all other plugins except this...

bmann_420 02-29-2008 21:41

Re: 3.8 Release
 
IF it doesnt compile locally, then you need to upgrade your compiler to 1.8

Cause the compiled version are from my computer, which is 1.8

YamiKaitou 02-29-2008 21:43

Re: 3.8 Release
 
Quote:

Originally Posted by SCHWEDEN (Post 591416)
Locally means on my own computer i guess? (Which is what i did) And i wanna change some flags so i dont want the included .amxx :( Works like a charm for all other plugins except this...

If the flags are being messed up, YOU are doing something that is messing it up. The plugin itself is perfectly fine

SCHWEDEN 02-29-2008 22:44

Re: 3.8 Release
 
Wow yamikaitou you couldnt stress that more could u?
Ok thx bmann! Ill try that

YamiKaitou 02-29-2008 22:56

Re: 3.8 Release
 
I tried to, but that is the largest size vB can do.


FYI, with 1.8, you can change the access flags without recompiling. Load the plugin at least once, then look in your configs folder for a cmdaccess.ini file. In that file, you will see a list of all of the console commands that require user access levels. You just change the flag in there and then change the map and the new level is whatever is in the cmdacces.ini file

SwiFtStRiDeR 03-01-2008 00:20

Re: 3.8 Release
 
Could you please add the server restarter from Hawk552 @ http://forums.alliedmods.net/showthread.php?t=23826 and remove the server restarter from Reno Williams? :)

The server restarter from Hawk552 has amx_shutdown(seconds) and amx_restart(seconds). I find this plugin better because for my dedicated server, it automatically reconnects all the players and it has a seconds extension in the command.

bmann_420 03-01-2008 00:36

Re: 3.8 Release
 
The simple "amx_shutdown" reconnects all clients on the server since 99% of all servers restart themselves. It tries 3 times, which is 3x the time it takes to restart a server and is plenty, unless you ran into an issue while testing.

I have tried to use hawks, but cannot at all whatsoever justify the extra functions he has, as i see no need for them at all. When you use this command, it restarts the server, re-connects everybody in a very reasonable amount of time. In other words, its a waste of space for this application when the purpose is served in a very good manor.

If you have other good points to an addition, i would love to hear any suggestions, but the change/new code needs to justify its cause. Since this small amount serves its purpose, the other is a waste of resources.

If you want the seconds for restart, i dont quite understand that myself, since you just wait for a round to end then restart.

bmann_420 03-01-2008 19:55

Re: 3.8 Release
 
@carnzy

I cant test the speed, i have the no speed version on my server, and nobody is one the other one lol

But, it looks like the gag is gonna have to be re-written ....


All times are GMT -4. The time now is 19:08.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.