Page 3 of 8

Auto Message Displayer (Advertiser)

Posted: Tue May 15, 2018 3:58 pm
by Maverick
Auto Message Displayer (Advertiser)➥Source

ℹ️Description:
This plugin allows you to setup both text and hud messages to be displayed every X seconds (messages are rotated through in order 1 by 1 displayed every X seconds)
📝My settings:
amxx.cfg

Code: Select all

advertise_hud_len 60
messages.ini

Code: Select all

Text
WEBSITE: [green]awesomecs.syntrwave.com[/green], say [green]boost[/green], say [green]menu[/green], say [green]/mute[/green], say [green]nomenu[/green]
📁As seen on the server:
GHW_Message_Disp.rar
(10.36 KiB) Downloaded 109 times

Teleport Smoke Grenade

Posted: Tue May 15, 2018 4:02 pm
by Maverick
Teleport Smoke Grenade➥Source

ℹ️Description:
Right click on smoke grenade to enable teleport mode.
📝My settings:
None
📁As seen on the server:
smokegrenademodes.rar
(6.71 KiB) Downloaded 124 times

Parachute

Posted: Tue May 15, 2018 4:10 pm
by Maverick
Parachute➥Source

ℹ️Description:
Press your +USE Button (defaulted to "e") to use the parachute.
📝My settings:
amxx.cfg

Code: Select all

parachute_cost "0"
parachute_payback "0"
parashute.mdl need to be place into /cstrike/models
📁As seen on the server:
amx_parachute.rar
(79.91 KiB) Downloaded 125 times

Permanent message

Posted: Tue May 15, 2018 4:15 pm
by Maverick
Permanent message➥Source

ℹ️Description:
Shows permanent hud message to group of players or everyone.
📝My settings:
amxx.cfg

Code: Select all

amx_permanent_message "GET VIP EXTRAS: AWESOMECS.TK"
amx_permanent_message_location 8
amx_permanent_message_effects 0
amx_permanent_message_show 1
amx_permanent_message_color "124;255;0"
📁As seen on the server:
permanent_message.rar
(3.33 KiB) Downloaded 126 times

Game Name Changer

Posted: Tue May 15, 2018 4:22 pm
by Maverick
Game Name Changer➥Source

ℹ️Description:
Change the name of the game in the server list like from Counter-Strike to Super-Strike.
📝My settings:
server.cfg

Code: Select all

amx_gamename "awesomecs.tk"
📁As seen on the server:
gamenamechanger.rar
(1.55 KiB) Downloaded 113 times

Team Knifes

Posted: Tue May 15, 2018 4:27 pm
by Maverick
Team Knifes➥Source

ℹ️Description:
Ability to have different (or same) knifes for each team.
📝My settings:
None
📁As seen on the server:
teamknifes.rar
(1.19 MiB) Downloaded 118 times

Last man bets

Posted: Tue May 15, 2018 4:31 pm
by Maverick
Last man bets
➥Source

ℹ️Description:
When two people remain, one on each team, the other players will have the chance to bet a sum of money on who will win the round.
You have to have a minimum of $100 (adjustable through a cvar) to place a bet, but then you can raise your bet as much as your wallet performs.
If your bet wins, you win the other betters money. The more you bet, the more you win. If you win. :-)
Everything is completely menu driven, no need to learn any commands or anything.
📝My settings:
amxx.cfg

Code: Select all

lastmanbets_overridemenus 0
📁As seen on the server:
lastmanbets_noprizes.rar
(22.32 KiB) Downloaded 114 times

WalkGuard

Posted: Tue May 15, 2018 4:40 pm
by Maverick
WalkGuard➥Source

ℹ️Description:
With this plugin you have ability to put a different types of zone in order to restrict camping, clibing, bug using, etc.
📝My settings:
None
The rar file bellow also includes all zones from Awesome Cars server.
✏️Commands:
Commands & CVar's

Code: Select all

walkguardmenu - opens the menu (amx_rcon rights needed)
wg_damage - sets the damage in camper-zones
wg_b o tdamage - sets the damage for b o t's in camper-zones
wg_immunity - admin's (with immunity) can pass the zone (not block-zone)
wg_direction - slaps a player with random direction (default 1)
wg_b o tdirection - same for b o t's
📁As seen on the server:
walkguard.rar
(41.63 KiB) Downloaded 119 times

Reconnect Features

Posted: Tue May 15, 2018 4:48 pm
by Maverick
Reconnect Features➥Source

ℹ️Description:
When other plugins kick or ban players that use retry or reconnect commands,
this one can set back players scores and money amounts, and it can also prevent players from spawning twice during the same round.
📝My settings:
amxx.cfg

Code: Select all

amx_noreconnect_notify 0
amx_noreconnect_spawn 1
amx_noreconnect_startmoney 0
amx_noreconnect_money 0
amx_noreconnect_score 0
📁As seen on the server:
reconnect_features.rar
(10.19 KiB) Downloaded 114 times

PhAFK Manager

Posted: Tue May 15, 2018 4:55 pm
by Maverick
PhAFK Manager➥Source

ℹ️Description:
Plugin check players activity every 5 seconds (default constant), by time for Spectators (and Unassigned), by positions and view angles (hello to ATAC plugin with buried punishment) for alive players. And ... kick (or transfer to Spectators) AFK players.
Plugin also check cunning players who while in team, change team and stay in appearance select menu.
Bomb (C4) can be dropped from AFK player or transferred to teammate who not being AFK.
Round restart not reset AFK-state of players.
There is also immunity. By default, players with ADMIN_RCON access have immunity for kick from server by plugin. Players with ADMIN_IMMUNITY access have immunity for kick from server while in Spectators only.
📝My settings:
amxx.cfg

Code: Select all

afk_kick_time 1200
afk_spec_time 60
afk_immunity 1
afk_min_players 0
✏️Commands:
CVARS (effect after restart):

Code: Select all

afk_kick_time "90" — Time (in seconds) client can be AFK before will be kicked. "0" — disable kicking.
afk_spec_time "0" — Time (in seconds) client can be AFK before will be transferred to Spectators. This works only if server have "allow_spectators" "1" setting. "0" — disable this feature.
afk_bomb_time "15" — Time (in seconds) client can have bomb (C4) being AFK.
afk_bomb "2" — AFK bomb (C4) action: 0 — do nothing with bomb, 1 — drop bomb from AFK player, 2 — transfer bomb from AFK player to teammate who not being AFK.
afk_immunity_spec "1" — Enable/Disable immunity (ADMIN_IMMUNITY) for spectators.
afk_immunity "1" — Enable/Disable immunity (ADMIN_RCON) for kick.
afk_global_message "1" — Enable/Disable global message about last players-AFK's versus alive players: 
afk_min_players "0" — Minimum players number for plugin works.
📁As seen on the server:
PhAFK.rar
(16.79 KiB) Downloaded 124 times