Addons / Plugins
- Itsme
- Site Admin
- Posts: 130
- Registered for: 6 months
- Location: Birmingam, England, UK
- Mood:
Addons / Plugins
Here please say what you think would be good to have on the server
Then we can look at the request and decide
Then we can look at the request and decide
word count: 23

-
- Posts: 2
- Registered for: 6 months
- Mood:
- mcs
- Posts: 31
- Registered for: 5 months
Re: Addons / Plugins
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 

word count: 25
I learn from the mistakes of people who took my advice.
- Itsme
- Site Admin
- Posts: 130
- Registered for: 6 months
- Location: Birmingam, England, UK
- Mood:
Re: Addons / Plugins
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.
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.
word count: 26

- mcs
- Posts: 31
- Registered for: 5 months
Clan vs. Rest mode
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
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
Code: Select all
clan_vs_rest.amxx
Code: Select all
clan_prefix "|C16S|"
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

- Attachments
-
- clan_vs_rest.zip
- (4.48 KiB) Downloaded 418 times
word count: 234
I learn from the mistakes of people who took my advice.
- Itsme
- Site Admin
- Posts: 130
- Registered for: 6 months
- Location: Birmingam, England, UK
- Mood:
- mcs
- Posts: 31
- Registered for: 5 months
permanent_message
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.
- Attachments
-
- permanent_message.zip
- (5.18 KiB) Downloaded 422 times
word count: 60
I learn from the mistakes of people who took my advice.
- Itsme
- Site Admin
- Posts: 130
- Registered for: 6 months
- Location: Birmingam, England, UK
- Mood:
- mcs
- Posts: 31
- Registered for: 5 months
/xplist fix attempt
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.
- Attachments
-
- crx_ranksystem.zip
- (34.3 KiB) Downloaded 426 times
word count: 37
I learn from the mistakes of people who took my advice.
- Itsme
- Site Admin
- Posts: 130
- Registered for: 6 months
- Location: Birmingam, England, UK
- Mood: