A *grip* Of Amx Plugins
SuicideDog
Join Date: 2002-11-10 Member: 8104Members
We have a hole slew of plugins here for you.
All cvar are placed in the admin.cfg
<b>Afk.sma:</b>
Pretty self explanitory.. it checks for afker's. This plugin is smart enough not to kick the commander.
The checker will warn the afk after check then boot 15 seconds later if still hasn't moved.
amx_delayclient xx ' number of clients on the server before it starts checking (default 16)
amx_afkdelay xx ' number seconds to delay before checks for afk's (default 180)
<b>ns_team.amx:</b>
This plugin controls team switching. This works with 1.03, it'll reconnect
them and store their stuff into an array. Right now, it's not too complicated, and if you try to change more than 33 people in between map changes and they all don't reconnect, the plugin won't work and wierd stuff will happen.
amx_alien (name/#ID)
amx_marine (name/#ID)
<b>ns_say.amx:</b>
This contains all of the 'chat' commands, without the tsays. Like, amx_say, amx_chat, and
amx_psay. I put this in a different plugin because I don't think many people want to use this one this one.
amx_say (message)
amx_psay @(name) (message)
<b>ns_tsay:</b>
This contains all the tsay-using plugins, like MOTD, WelcomeMsg, and the tsays. It logs normal tsays to console
(It does NOT log the MOTD and WelcomeMsg tsays to consoles) I also added '@#<id>' for using id instead of the name. So,
say @[@][#id][name] < message >'
or
tsay[y] [@][#id][name] < message >.
for MOTD put the following in the admin.cfg
amx_motd Visit our website!!
amx_motd Don't you wish you could be a peppa too!
amx_motd be a peppa... DRINK Doctor Pepper!
amx_motdtime x ' time in minutes to repeat msg's
for WelcomeMsg put the following in the admin.cfg
NOTICE THE QUOTES ON THIS ONE!
amx_welcome_hudmsg "%name% enjoy your stay at %hostname%"
<b>ns_vote.amx:</b>
This has the vote_ commands. I also added a console vote_slay command, so people that get
confused won't be left out.
vote for changing the level:
amx_votemap < map > [ map ]
examples:
amx_votemap "de_dust"
amx_votemap "de_dust" "de_dust2" "cs_italy"
vote for kicking the player:
amx_votekick < part of nick >
examples:
amx_votekick "Man"
vote for banning and kicking the player for 30 minutes:
amx_voteban < part of nick >
examples:
amx_voteban "Man"
custom voting:
amx_vote < question > < answer1 > < answer2 >
examples:
amx_vote "sv_restart" "5" "0"
amx_vote "mp_timelimit" "20" "45"
amx_vote "are you hungry?" "yes" "no"
Note: The above need admin level access to use.
<b>motd.sma:</b>
This plugin allow for Clanmod/Statme like motd that you can use cvars in. It reads from the conmotd.txt in your amx dir.
You can use the following cvars in the conmod.txt file
&name&
&time&
&ip&
&wonid&
&hostname&
&team1&
&team2&
&timelimit&
&map&
&nextmap&
&maxplayers&
¤tplayers&
<b>plugin_hldsld_mapvote.sma</b>(rockthevote): (this almost the same as the one on the amx site but slightly modified)
It allows clients to call it with to specifiy how often and percent needed to pass.
say or console: 'rockthevote'
admin_vote_freq xx 'time before a new rockthevote can be called in seconds.
I will post the first on this post then follow up with the others
or you can get them here from a host thanks to SpiffyJr
<a href='http://www.umr-lan.com/plugins/afk.sma' target='_blank'>http://www.umr-lan.com/plugins/afk.sma</a>
<a href='http://www.umr-lan.com/plugins/motd.sma' target='_blank'>http://www.umr-lan.com/plugins/motd.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_say.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_say.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_tsay.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_tsay.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_vote.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_vote.sma</a>
<a href='http://www.umr-lan.com/plugins/plugin_hlds...sld_mapvote.sma' target='_blank'>http://www.umr-lan.com/plugins/plugin_hlds...sld_mapvote.sma</a>
or the handy zip file....
<a href='http://www.umr-lan.com/plugins/tcquest78.zip' target='_blank'>http://www.umr-lan.com/plugins/tcquest78.zip</a>
Planned plugins include:
modifed rockthevote plugin with popup menu
/listplayers plugin
on death modified statsme like message showing attackers and attackees.
If you have any suggestions or questions please let us know.
Also note this supersedes the previous versions of ns.amx and afk.amx AND THE TSAY'S WORK WITH NS
Tcquest is the master coder.. and I'm using my *cough* awesome *cough* server to beta test and
tweak all the great amx NS plugins he is coding!
All cvar are placed in the admin.cfg
<b>Afk.sma:</b>
Pretty self explanitory.. it checks for afker's. This plugin is smart enough not to kick the commander.
The checker will warn the afk after check then boot 15 seconds later if still hasn't moved.
amx_delayclient xx ' number of clients on the server before it starts checking (default 16)
amx_afkdelay xx ' number seconds to delay before checks for afk's (default 180)
<b>ns_team.amx:</b>
This plugin controls team switching. This works with 1.03, it'll reconnect
them and store their stuff into an array. Right now, it's not too complicated, and if you try to change more than 33 people in between map changes and they all don't reconnect, the plugin won't work and wierd stuff will happen.
amx_alien (name/#ID)
amx_marine (name/#ID)
<b>ns_say.amx:</b>
This contains all of the 'chat' commands, without the tsays. Like, amx_say, amx_chat, and
amx_psay. I put this in a different plugin because I don't think many people want to use this one this one.
amx_say (message)
amx_psay @(name) (message)
<b>ns_tsay:</b>
This contains all the tsay-using plugins, like MOTD, WelcomeMsg, and the tsays. It logs normal tsays to console
(It does NOT log the MOTD and WelcomeMsg tsays to consoles) I also added '@#<id>' for using id instead of the name. So,
say @[@][#id][name] < message >'
or
tsay[y] [@][#id][name] < message >.
for MOTD put the following in the admin.cfg
amx_motd Visit our website!!
amx_motd Don't you wish you could be a peppa too!
amx_motd be a peppa... DRINK Doctor Pepper!
amx_motdtime x ' time in minutes to repeat msg's
for WelcomeMsg put the following in the admin.cfg
NOTICE THE QUOTES ON THIS ONE!
amx_welcome_hudmsg "%name% enjoy your stay at %hostname%"
<b>ns_vote.amx:</b>
This has the vote_ commands. I also added a console vote_slay command, so people that get
confused won't be left out.
vote for changing the level:
amx_votemap < map > [ map ]
examples:
amx_votemap "de_dust"
amx_votemap "de_dust" "de_dust2" "cs_italy"
vote for kicking the player:
amx_votekick < part of nick >
examples:
amx_votekick "Man"
vote for banning and kicking the player for 30 minutes:
amx_voteban < part of nick >
examples:
amx_voteban "Man"
custom voting:
amx_vote < question > < answer1 > < answer2 >
examples:
amx_vote "sv_restart" "5" "0"
amx_vote "mp_timelimit" "20" "45"
amx_vote "are you hungry?" "yes" "no"
Note: The above need admin level access to use.
<b>motd.sma:</b>
This plugin allow for Clanmod/Statme like motd that you can use cvars in. It reads from the conmotd.txt in your amx dir.
You can use the following cvars in the conmod.txt file
&name&
&time&
&ip&
&wonid&
&hostname&
&team1&
&team2&
&timelimit&
&map&
&nextmap&
&maxplayers&
¤tplayers&
<b>plugin_hldsld_mapvote.sma</b>(rockthevote): (this almost the same as the one on the amx site but slightly modified)
It allows clients to call it with to specifiy how often and percent needed to pass.
say or console: 'rockthevote'
admin_vote_freq xx 'time before a new rockthevote can be called in seconds.
I will post the first on this post then follow up with the others
or you can get them here from a host thanks to SpiffyJr
<a href='http://www.umr-lan.com/plugins/afk.sma' target='_blank'>http://www.umr-lan.com/plugins/afk.sma</a>
<a href='http://www.umr-lan.com/plugins/motd.sma' target='_blank'>http://www.umr-lan.com/plugins/motd.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_say.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_say.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_tsay.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_tsay.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_vote.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_vote.sma</a>
<a href='http://www.umr-lan.com/plugins/plugin_hlds...sld_mapvote.sma' target='_blank'>http://www.umr-lan.com/plugins/plugin_hlds...sld_mapvote.sma</a>
or the handy zip file....
<a href='http://www.umr-lan.com/plugins/tcquest78.zip' target='_blank'>http://www.umr-lan.com/plugins/tcquest78.zip</a>
Planned plugins include:
modifed rockthevote plugin with popup menu
/listplayers plugin
on death modified statsme like message showing attackers and attackees.
If you have any suggestions or questions please let us know.
Also note this supersedes the previous versions of ns.amx and afk.amx AND THE TSAY'S WORK WITH NS
Tcquest is the master coder.. and I'm using my *cough* awesome *cough* server to beta test and
tweak all the great amx NS plugins he is coding!
Comments
1 Team is only closed, only player with access Level z (admin) can join this Team
So i can play with all my friend as Marine (example)
can i use this plugins on Adminmod ?
i prefer amx over adminmod although they have many similarities
(http://amxmod.net)
ill mirror them, i have 2 web servers at independant isp's.
well done...
links are as follows:
<a href='http://www.umr-lan.com/plugins/afk.sma' target='_blank'>http://www.umr-lan.com/plugins/afk.sma</a>
<a href='http://www.umr-lan.com/plugins/motd.sma' target='_blank'>http://www.umr-lan.com/plugins/motd.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_say.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_say.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_team.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_team.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_vote.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_vote.sma</a>
<a href='http://www.umr-lan.com/plugins/plugin_hldsld_mapvote.sma' target='_blank'>http://www.umr-lan.com/plugins/plugin_hlds...sld_mapvote.sma</a>
I believe you left out ns_tsay.sma (it's the one plugin I actually wanted the most)
If I'm in error... pm me a link for the file and I'll mirror it. Thanks
EDIT: Hmmm.... I can't seem to attach the damn thing...
EDIT: At long last! The ns_tsay.sma plugin *superficial victory music plays here*
Edit: DAMN you're fast!
<a href='http://www.umr-lan.com/plugins/afk.sma' target='_blank'>http://www.umr-lan.com/plugins/afk.sma</a>
<a href='http://www.umr-lan.com/plugins/motd.sma' target='_blank'>http://www.umr-lan.com/plugins/motd.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_say.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_say.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_tsay.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_tsay.sma</a>
<a href='http://www.umr-lan.com/plugins/ns_vote.sma' target='_blank'>http://www.umr-lan.com/plugins/ns_vote.sma</a>
<a href='http://www.umr-lan.com/plugins/plugin_hldsld_mapvote.sma' target='_blank'>http://www.umr-lan.com/plugins/plugin_hlds...sld_mapvote.sma</a>
or the handy zip file....
<a href='http://www.umr-lan.com/plugins/tcquest78.zip' target='_blank'>http://www.umr-lan.com/plugins/tcquest78.zip</a>
Anyway, SD, have you gotten my emails? I figured it was something wrong on my end, so I decided to wait until I got back to good ol' california to send em to you <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' valign='absmiddle' alt='tounge.gif'><!--endemo-->. I updated the vote plugin since I sent you the last email, and I woulnd't recommend you use that one ;P.
This was on page 8 browsing at 40 topics per page.
Possibly the use of old, 1.03 plugins? I'm not sure.. the ones in this thread are pretty old though. I haven't been able to test it yet (I'll wait until the server empties out.)