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
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:
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:
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:
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:
Game Name Changer
Posted: Tue May 15, 2018 4:22 pm
by Maverick
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:
Last man bets
Posted: Tue May 15, 2018 4:31 pm
by Maverick
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:
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:
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: