View Single Post
Re: Another Source SDK question ...
Old
  (#11)
Lazy
Member
 
Lazy's Avatar
 
Status: Offline
Posts: 236
Join Date: Jan 2004
Location: Toronto, Ontario, Canada
Default Re: Another Source SDK question ... - 15-02-2005

By searching around in edict_t::GetUnknown() I have found these offsets:

Quote:
health : 39 long
armor : 749 long ( sent to client as signed byte? )
money : 864 long
flashbangs : 1632 byte
scout reserve ammo : 398 long
kills : 745 long
deaths : 746 long
The only odd things are that the weapon's clip doesn't show up anywhere in memory and setting flashbangs causes it to go into the negative values after you throw your last one.

Last edited by Lazy; 15-02-2005 at 04:38..
  
Reply With Quote