.: Description :.
Elimination Race is kinda Deathmatch. You need to be first one to archieve the Frag Goal to be the winner.
.: Requirements :.
.: Defines :.
- A Steam Server
PHP Code:
// Comment if you want a static goal (Goal will be : (Players * PLUS_GOAL) + BASE_GOAL)
//#define USE_DYNAMICGOAL
// Base Goal (in Kills)
#define BASE_GOAL 100
// Additional Kills per player if USE_DYNAMICGOAL is uncommented
#define PLUS_GOAL 15
// Frequency of HUD being updated
#define HUD_FREQ 0.1
// Time in Seconds when Game Begins after Plugin loaded
#define TIME_START 25.0
// Time in Seconds for Respawning (Comment for instant respawn)
#define TIME_RESPAWN 0.1
// Time in Seconds when next map will be loaded after Game finished.
#define TIME_MAPCHANGE 15.0
/* HUD - Top */
// Red Color of Top Hud
#define HUD_TOP_RED 0
// Green Color of Top Hud
#define HUD_TOP_GREEN 255
// Blue Color of Top Hud
#define HUD_TOP_BLUE 0
// X-Pos of Top Hud
#define HUD_TOP_X -1.0
// Y-Pos of Top Hud
#define HUD_TOP_Y 0.10
/* HUD - Left */
// Red Color of Left Hud
#define HUD_LEFT_RED 0
// Green Color of Left Hud
#define HUD_LEFT_GREEN 255
// Blue Color of Left Hud
#define HUD_LEFT_BLUE 0
// X-Pos of Left Hud
#define HUD_LEFT_X 0.05
// Y-Pos of Left Hud
#define HUD_LEFT_Y 0.30
.: Commands :.
.: Changelog :.
- (say(_team) (/))guns : Opens the Gunmenu if closed and you got no weapons or if you want to change weapons.
Version 1.0.1.: Bugs :.
- Plugin removes weapons now when spawning and getting new one.
.: Credits :.
- None found yet. If you find one please report them.
.: Recommended Plugins :..: Media :.
- Gamerz-VIP - Weapon Menu
- SpaceDude - Suicide Effect
- Black Rose - Calculating Top5
- CSO - Original Idea
Left HUD
Top HUD
Winning Message
Attached Files

Wyświetl pełny artykuł