Difference between revisions of "CDEAGLE (CS)"

From AlliedModders Wiki
Jump to: navigation, search
(Created page with 'Category:CS Class List == Basic Information == * '''Classname''': CDEAGLE. <br /> * '''Description''': Desert Deagle (DEAGLE) weapong for CS. <br /> == Class Hierarchy ...')
 
(Entity Information)
Line 73: Line 73:
  
 
<pawn>
 
<pawn>
#define WEAPON_C4            6
+
#define WEAPON_DEAGLE        26
  
#define C4_MAXSPEED     250.0
+
#define DEAGLE_WEIGHT        7
#define C4_WEIGHT     3
+
#define DEAGLE_DEFAULT_GIVE  7
#define C4_DEFAULT_GIVE      1
+
#define DEAGLE_MAX_CARRY    35
#define C4_MAX_CARRY     1
+
#define DEAGLE_MAX_CLIP     7
 
</pawn>
 
</pawn>

Revision as of 16:55, 11 April 2010


Basic Information

  • Classname: CDEAGLE.
  • Description: Desert Deagle (DEAGLE) weapong for CS.


Class Hierarchy


Entity Data

W = Windows | L = Linux

Name W. Offset L. Offset L. Diff Type Description
m_flWeaponSpeed 58 62 +4 float Weapon max speed.
m_flAccuracy 62 66 +4 BOOL Default value: 0.90.
m_flLastFire 63 67 +4 float The time of the last shoot.
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/deagle.sc").


Entity Information

#define WEAPON_DEAGLE        26
 
#define DEAGLE_WEIGHT        7
#define DEAGLE_DEFAULT_GIVE  7
#define DEAGLE_MAX_CARRY     35
#define DEAGLE_MAX_CLIP      7