This plugin turn off the option rtv when a admin is online and isn't on the spectator team.
Messages
Warn for the players when a admin is on and say rtv.
Quote: [en]
[AMXX] There are admins on server, because this you can't say rtv.
[bp]
[AMXX] Tem admins no server, por isso voce nao pode dizer rtv.
[es]
[AMXX] Tiene los administradores del servidor, por lo que no se puede decir rtv. Cvars
PHP Code:
amx_block_rtv <1 or 0> // 1 active, 0 disables
You can add in the file block_rtv.ini more things, default:
Quote: ; Block RTV
; Maximun Caracteres: 300
say rtv
say /rtv
say .rtv
say /rockthevote
say /rock the vote
say .rockthevote
say .rock the vote
say_team rtv
say_team /rtv
say_team .rtv
say_team /rockthevote
say_team /rock the vote
say_team .rockthevote
say_team .rock the vote Instaling
- Put the file block_rtv.ini in: amxmodx/configs/
- Put the file block_rtv.txt in: amxmodx/data/lang/
- Put the file block_rtv_v12.amxx in: amxmodx/plugins/
- Open the file amxmodx/configs/plugins.ini and write block_rtv_v12.amxx
Modules
- Amxmodx;
- Cstrike.
Changelog
PHP Code:
1.0 - First Release
1.1 - Optmized functions
- Add cvar on/off
- Verify is the admin isnt a spectator
- Read rtv commands from a file
1.2 - Optmized functions
1.3 - Optimized functions
- Add language file
Attached Files



Wyświetl pełny artykuł