- Joined
- Apr 8, 2008
- Messages
- 2,467
- Reaction score
- 11,167
AMX PaintBall
Author : KRoT@L
Version : 0.5
* Ported to AMX MOD X by SAMURAI and updated
* Changelog:
0.1 Release
0.2 Optimization + added cvar paintball_randomcolor
0.3 Added cvar paintball_lifetime
0.4 Added pcvars
0.5 Updated Cvar paintball_randomcolor
* Cvars:
paintball (default 1)
- 0: disables the plugin
- 1: enables the plugin
paintball_randomcolor (default 0)
- 0: use defined colors
- 1: completely random colors
- 2 : By team function :
Players from T team have red colors and from CT blue colors
paintball_maxballs (default 200)
- how many balls (entities) on the map can be created by the plugin decrease the value if your server crashes
paintball_lifetime (default 10)
- lifetime in seconds of the colored entities
* Required Modules:
- Engine
- Cstrike
Author : KRoT@L
Version : 0.5
* Ported to AMX MOD X by SAMURAI and updated
* Changelog:
0.1 Release
0.2 Optimization + added cvar paintball_randomcolor
0.3 Added cvar paintball_lifetime
0.4 Added pcvars
0.5 Updated Cvar paintball_randomcolor
* Cvars:
paintball (default 1)
- 0: disables the plugin
- 1: enables the plugin
paintball_randomcolor (default 0)
- 0: use defined colors
- 1: completely random colors
- 2 : By team function :
Players from T team have red colors and from CT blue colors
paintball_maxballs (default 200)
- how many balls (entities) on the map can be created by the plugin decrease the value if your server crashes
paintball_lifetime (default 10)
- lifetime in seconds of the colored entities
* Required Modules:
- Engine
- Cstrike