View Single Post
Plugin Info:     Modification:          Category:          Approver:   Hawk552 (427)
JoshGomez
Member
Join Date: Apr 2006
Location: Sweden
Old 09-15-2009 , 10:44   Guardian (Gears of War 2) 1.43 - 2015-06-13
Reply With Quote #1

Guardian based on Gears of War 2, a game type which add a team leader to your team who is the guardian. As long the team leader is alive other player will be respawned. The Guardian spawn with 150hp, 200ap and glowing the same colour as the team. A status icon will also indicate when you are the guardian. The team mates have to protect him or her while some has to attack the other guardian to win.

Code:
amx_guardian, sv_guardian = 1/0
- Turn on and off the plugin.

sv_ga_spawntime, amx_ga_spawntime = Float
- The time it takes for respawning, defualt 5.0.

sv_ga_weapon, amx_ga_weapon = String
- The weapon you will respawn with, default weapon_mp5navy.

sv_ga_ammo, amx_ga_ammo = String
- The ammo you will respawn with, defualt ammo_9mm.

amx_ga_*
- Console commands
sv_ga_*
- Server commands

say /guardian|s
- Show who are the current guardians.
http://wiki.amxmodx.org/CS_Weapons_Information

Version 1.0
- First release
Version 1.1
- Removed Log Events
- Changed some Events to Ham Events
- Fixed Team Change bug
- Added Guardian Kill Notice as HUD
Version 1.2
- Multilingual support
- CS VIP support
Version 1.21
- Fixed Multilingual
Version 1.22
- Small optimization
Version 1.23
- Small Fix
Version 1.3
- Fixed Status Icon may not be shown after next round
- Fixed Gurdian will spawn in opposite team when the player
change team while he or she is a guardian
- Small optimization
Version 1.4
- Added Color Messages
- Added two commands to see who are the guardians
Version 1.42
- Fixed Guardian would still be alive after disconnect
- Fixed Guardian would still be alive after changing to spectator
Version 1.43
- I think Guardian will spawn as Server is fixed. (Request from someone)

Special Thanks:
Crazyeffect - Added multilingual support
Alejo324 - Spanish translation
Salau - Portuguese translation
Attached Files
File Type: txt guardian.txt (2.0 KB, 1412 views)
File Type: sma Get Plugin or Get Source (guardian.sma - 1159 views - 11.7 KB)

Last edited by JoshGomez; 06-13-2015 at 12:45. Reason: New Version
JoshGomez is offline