- how many quake 3 players E+ still play sometimes
- General POLSKI Topic
- DOOM 2 SERVER - UPDATE
- missing graphics in 1++ map
- Steam Q3 Discussion
- xp_enemyHeadModel does not work
- Q3DM3D Duke3d map for Q3
- Help me with selection Defrag maps
- 5let hogy legyen valami mozgás...
- what server Berlin Underground 2006 name meaning ?
[Resolved] Why isn't this working?
1. September 2011 - 7:27
Lightning Gun { //Heal Gun or Earthquake Gun
if ( $xp_friendlyFire == 1 ) {
Cycle = 100;
Knockback = Damage = -1; //Needs friendly fire on to work.
else if ( $xp_friendlyFire == 0 ) {
Cycle = 250;
Knockback = -1;
Damage = 0;
Splash Damage = 12;
Splash Knockback 0;
Radius = 500;
}
}
}EDIT: Nevermind, fixed it.
1. September 2011 - 10:20
#1
Re: Why isn't this working?
so, and how?
1. September 2011 - 12:31
#2
Re: Why isn't this working?
gg
1. September 2011 - 12:46
#3
Re: Why isn't this working?
he forgot something before "else if" :
Quote:
} else if ( $xp_friendlyFire == 0 ) {
+ in the end one } must be removed
anyway i'll mark it as resolved.
_________
epsislow
1. September 2011 - 14:11
#4
Re: [Resolved] Why isn't this working?
looks like a good idea.. Its great how things move forward all the time.



