Hehe, thanks for the "drive by" encouragement Helloween as I NEED it! You see, I'm not a very "creative" person so it's a struggle, but I like trying.
See ya 'round the forums,
- damage_
See ya 'round the forums,
- damage_
So save today, the secrets that you prayed for and wait, cause we deserve it so much more!
float FRIENDLY = 0;
if(self.impulse == 12)
CycleWeaponReverseCommand();
if(self.impulse == 13)
{
if(!FRIENDLY)
FRIENDLY = TRUE;
else
FRIENDLY = FALSE;
}
if(self.impulse==255)
QuadCheat();
if(!FRIENDLY) { Foundtarget(); return TRUE; } else return FALSE;
.float max_health; float HARMED = 0;
if(self.health < self.max_health) HARMED = TRUE; if (!FRIENDLY || HARMED) { HARMED = FALSE; FoundTarget() return TRUE; } else return FALSE;
good to go
Comment