View Single Post
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 09-06-2008 , 05:39   Re: [TUT-CS] Changing player models and lowering svc_bad
Reply With Quote #25

Quote:
Originally Posted by MeRcyLeZZ
This last method consists on making the actual players invisible and having individual entities (which have your custom player models) to follow them and copy their movements. So even though it looks like it, you aren't actually changing player models at all and no SVC_BAD kicking should occur (credits go to Cheap_Suit for being the first one who came up with this AFAIK).
*cough* "CHICKENMOD" *cough*, this is how the module use to work

1 vital piece of information you missed from that as well, the player that is transformed can see this new model as well!

Taken from ChickenMod 1.0.5.1 module:
Code:
int AddToFullPack(struct entity_state_s *state, int e, edict_t *ent, edict_t *host,                   int hostflags, int player, unsigned char *pSet) {     if (!player && ent->v.euser4 == host) //don't send chicken to owner         RETURN_META_VALUE(MRES_SUPERCEDE, 0);     RETURN_META_VALUE(MRES_IGNORED, 0); }
Orangutanz is offline