remove Powerups
18. April 2006 - 20:02
somebody knows how to remove powerups on a 1v1.cfg? tx in advance...
18. April 2006 - 21:49
#1
remove Powerups
RTFM
http://www.excessiveplus.net/docs/config.html
Quote:
/* Map Powerups
*
* 1 - Quad Damage
* 2 - Battle Suit
* 4 - Haste
* 8 - Invisibility
* 16 - Regeneration
* 32 - Flight
*
* Example: Flight + Quad Damge -> 32 + 1 = 33
* or as human readable 'Powerups: "32 + 1";'
**/
Powerups: 63;
so if u need remove all powerup from cfg u must type in cfg Powerups: 0;
20. April 2006 - 4:33
#3
remove Powerups
damn beat me too it
works fine mate.tx for giving some of your time.