CSCOUT (CS)

From AlliedModders Wiki
Revision as of 17:48, 11 April 2010 by Joropito (talk | contribs) (Created page with 'Category:CS Class List == Basic Information == * '''Classname''': SCOUT. <br /> * '''Description''': Scout Rifle (SCOUT) weapon for CS. <br /> == Class Hierarchy == * [...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Basic Information

  • Classname: SCOUT.
  • Description: Scout Rifle (SCOUT) weapon for CS.


Class Hierarchy


Entity Data

W = Windows | L = Linux

Name W. Offset L. Offset L. Diff Type Description
m_ShellLate 57 61 +4 int Model index for shells when in zoom (model: "models/rshell_big.mdl").
n_iShell 78 82 +4 int Model index for shells (model: "models/rshell_big.mdl").
m_usEvent 80 84 +4 int Event index as of precache_event (event: "events/scout.sc").

Entity Information

#define WEAPON_SCOUT       3
 
#define SCOUT_MAXSPEED     240.0
#define SCOUT_WEIGHT       30
#define SCOUT_DEFAULT_GIVE 10
#define SCOUT_MAX_CARRY    90
#define SCOUT_MAX_CLIP     10