Is there a way to blocking random damage in A_FireBullets?
Zandronum doesn' support no random flag..
No random damage in A_FireBullets
RE: No random damage in A_FireBullets
The latest beta supports this.
Example line here:
Example line here:
Code: Select all
AK47 B 2 Bright A_FireBullets(2.0, 2.0, -1, 29, "BulletPuff", FBF_NORANDOM | FBF_USEAMMO)RE: No random damage in A_FireBullets
Then lets just wait for the next stable release :)
Combinebobnt wrote:i can see the forum league is taking off much better than the ctf ones
GalactusToday at 1:07 PM
are you getting uncomfortable jap
feeling something happen down there
RE: No random damage in A_FireBullets
Nugetti wrote: The latest beta supports this.
Example line here:
Code: Select all
AK47 B 2 Bright A_FireBullets(2.0, 2.0, -1, 29, "BulletPuff", FBF_NORANDOM | FBF_USEAMMO)
Thanks dude!