Brian A. Stumm wrote:
so v.deadflag of 0 = not dead and 1 = dead right? So what does 2 mean? My guess is spectating or dead AND spectating...
This is mod dependant BUT it should have on of these 3 values: #define DEAD_NO 0 // alive #define DEAD_DYING 1 // playing death animation or still falling off of a ledge waiting to hit ground #define DEAD_DEAD 2 // dead. lying still. #define DEAD_RESPAWNABLE 3 #define DEAD_DISCARDBODY 4
don't know sorry.v.skin and the CS Hostage entities... I've seen 0 and 1 does this represent the guys with ties and white shirts vs the orange ones? Sorry I dont play CS...
Just one.Is it possible for more than one bomb in CS? or will it always be just one?
Money in CS? Is that stored somewhere? I dont see it in the v. messages...
Its inside the CBasePlayer. You will need to use a magic number offset to find it (does anyone have this handy, or a better way?)
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

