CAUG (CS)

From AlliedModders Wiki
Jump to: navigation, search


Basic Information

  • Classname: CAUG.
  • Description: Steyr AUG (AUG) weapon for CS.


Class Hierarchy


Entity Data

W = Windows | L = Linux

Name W. Offset L. Offset L. Diff Type Description
m_bDelayFire 59 63 +4 BOOL None.
m_flAccuracy 62 66 +4 float Default value: 0.2.
m_iShotsFired 64 68 +4 int Amount of shots fired at once.
n_iShell 78 82 +4 int Model index for shells (model: "models/rshell.mdl").
m_usEvent 80 84 +4 int Event index as of precache_event (event: "events/aug.sc").

Entity Information

#define WEAPON_AUG         8
 
#define AUG_MAXSPEED       240.0
#define AUG_WEIGHT         25
#define AUG_DEFAULT_GIVE   30
#define AUG_MAX_CARRY      90
#define AUG_MAX_CLIP       30