I've tried to put this :
cd->iuser4   = ent->v.iuser4;

in UpdateClientData(...) server-side, but in vain... I'm surely
misunderstanding something but I don't know what :D

      - Cortex : mapper & coder www.hlalbator.fr.st

----- Original Message -----
From: Leon Hartwig
To: [EMAIL PROTECTED]
Sent: Wednesday, March 20, 2002 10:01 PM
Subject: RE: [hlcoders] iuser4 variable ??


This is a multi-part message in MIME format.
--
Are you setting it up to be sent in the proper place server-side?  i.e.
in UpdateClientData() for clientdata_t deltas.  As well as making sure
delta.lst is set up correctly, as Ronald and Eric mentioned...


> -----Original Message-----
> From: Cortex [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 20, 2002 8:44 AM
> To: [EMAIL PROTECTED]
> Subject: [hlcoders] iuser4 variable ??
>
>
> Hello,
>
> I'm having trouble with the iuser4 variable... I use the 3 other iuser
> variables for the spectator mode, but the iuser4 doens't work :( The
> pmove->iuser4 is always at zero :( However, the
> pPlayer->pev->iuser4 (so,
> server side) is normally set...
>
> I added this two lines in entity.cpp (if I good remember me, they were
> already present...) :
> state->iuser4 = client->iuser4; // in HUD_TxferLocalOverrides
> pcd->iuser4 = ppcd->iuser4; // in HUD_TxferPredictionData

--
[ winmail.dat of type application/ms-tnef deleted ]
--

_______________________________________________
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

Reply via email to