Page 1 of 2
Addons / Plugins
Posted: Wed Sep 18, 2024 4:04 pm
by Itsme
Here please say what you think would be good to have on the server
Then we can look at the request and decide
Re: Addons / Plugins
Posted: Mon Sep 23, 2024 10:43 pm
by p1ver
Add an anti-flash plugin from the teammates
Re: Addons / Plugins
Posted: Fri Oct 04, 2024 10:54 pm
by mcs
Pause on map voting. Often enough the voting starts, then a new round begins and everyone votes 1, 2 or 3 because of weapon buy

Re: Addons / Plugins
Posted: Fri Oct 04, 2024 11:27 pm
by Itsme
Hi
This is random , maybe just bad timings, but i will have a look to see if i can change it.
Thanks for pointing this out.
Clan vs. Rest mode
Posted: Wed Oct 09, 2024 5:17 pm
by mcs
Hey,
I finished coding my first AMXX plugin for more than 10 years or so. It allows to move all players with a given clan prefix. For installation, put the zipped file "clan_vs_rest.amxx" into the AMXX plugins folder of the server, like for example "cstrike/addons/amxmodx/plugins".
Then add the plugin at the end of "plugins.ini" by adding this line
Finally add the following line at the bottom of the server's "amxx.cfg" file:
And that's it (hopefully). After the next server restart the plugin shpuld be successfully loaded.
What it does:
The default on start is "amx_clan_vs_rest off". Other possible parameters instead of "off" are "t" and "ct". When executed in the game console, at the end of the current round all players (who are not spectators) with the clan prefix configures in amxx.cfg will be transferred to the chosen team, and all other (not spectating) players to the other team. This happens automatically after every round in case someone switched the team. It also disables autoteambalance and possible team limits.
To disable this mode, execute "amx_clan_vs_rest off". After that, no automatic player transfers will happen and the original values for mp_autoteambalance and mp_limitteams get restored.
I hope this sounds interesting enough to try it out

Re: Addons / Plugins
Posted: Wed Oct 09, 2024 7:30 pm
by Itsme
Nice job, will try this soon.
Thanks
permanent_message
Posted: Mon Oct 14, 2024 11:20 pm
by mcs
This is based on the
original plugin with the following modifications:
- amx_permanent_message_location "10" // places the text right next to the radar at the top of the screen
- amx_permanent_message_channel "-1" // allows overriding "-1" which means "choose next free channel" with a fixed value between 1 and 4. Maybe one fixed value solves the flickering issue.
Re: Addons / Plugins
Posted: Mon Oct 14, 2024 11:35 pm
by Itsme
top job, i will look at this asap = as soon as possible
/xplist fix attempt
Posted: Sat Nov 30, 2024 5:58 pm
by mcs
Attached is an sma file with a fix for /xplist. It *should* cap the length of each line to 54 characters so that in the end, the bottom menu entries "next / back / exit" should always be visible.
Re: Addons / Plugins
Posted: Sun Dec 01, 2024 12:29 am
by Itsme
thanks will give it go