Monday, August 20, 2007

Shoot Normal Bullets in PZ

By: Someone
(Sorry to take so long posting these, usually Lord Jesus posts other peoples' cheats. This is basically just copied exactly from someone's comment.)

In src/bzflag/ShotPath.cxx find:

if (tank.getFlag() == Flags::PhantomZone && !tank.isFlagActive()){

Replace it with:

if (tank.getFlag() == Flags::PhantomZone){

No comments: