Addons / Plugins

User avatar
Itsme
Site Admin
Posts: 130
Registered for: 6 months
Location: Birmingam, England, UK
Mood:
|C16S| Itsme’s avatar
Counter-Strike

Addons / Plugins

Post 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
word count: 23
:D Thanks
p1ver
Posts: 2
Registered for: 6 months
Mood:

Re: Addons / Plugins

Post by p1ver »

Add an anti-flash plugin from the teammates
word count: 8
User avatar
mcs
Posts: 31
Registered for: 5 months
|C16S| mcs’s avatar
Counter-Strike

Re: Addons / Plugins

Post 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 :D
word count: 25
I learn from the mistakes of people who took my advice.
User avatar
Itsme
Site Admin
Posts: 130
Registered for: 6 months
Location: Birmingam, England, UK
Mood:
|C16S| Itsme’s avatar
Counter-Strike

Re: Addons / Plugins

Post 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.
word count: 26
:D Thanks
User avatar
mcs
Posts: 31
Registered for: 5 months
|C16S| mcs’s avatar
Counter-Strike

Clan vs. Rest mode

Post 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

Code: Select all

clan_vs_rest.amxx
Finally add the following line at the bottom of the server's "amxx.cfg" file:

Code: Select all

clan_prefix "|C16S|"
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 ;)
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.
User avatar
Itsme
Site Admin
Posts: 130
Registered for: 6 months
Location: Birmingam, England, UK
Mood:
|C16S| Itsme’s avatar
Counter-Strike

Re: Addons / Plugins

Post by Itsme »

Nice job, will try this soon.

Thanks
word count: 7
:D Thanks
User avatar
mcs
Posts: 31
Registered for: 5 months
|C16S| mcs’s avatar
Counter-Strike

permanent_message

Post 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.
Attachments
permanent_message.zip
(5.18 KiB) Downloaded 422 times
word count: 60
I learn from the mistakes of people who took my advice.
User avatar
Itsme
Site Admin
Posts: 130
Registered for: 6 months
Location: Birmingam, England, UK
Mood:
|C16S| Itsme’s avatar
Counter-Strike

Re: Addons / Plugins

Post by Itsme »

top job, i will look at this asap = as soon as possible
word count: 12
:D Thanks
User avatar
mcs
Posts: 31
Registered for: 5 months
|C16S| mcs’s avatar
Counter-Strike

/xplist fix attempt

Post 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.
Attachments
crx_ranksystem.zip
(34.3 KiB) Downloaded 426 times
word count: 37
I learn from the mistakes of people who took my advice.
User avatar
Itsme
Site Admin
Posts: 130
Registered for: 6 months
Location: Birmingam, England, UK
Mood:
|C16S| Itsme’s avatar
Counter-Strike

Re: Addons / Plugins

Post by Itsme »

thanks will give it go
word count: 5
:D Thanks
Post Reply