--
[ Picked text/plain from multipart/alternative ]
Lol it seems that it's for the flashlight I was talking about the sprinting
bug. But thanks to try to answer me.
Nobody else knows about this annoying bug?


2006/7/26, Robbie Groenewoudt <[EMAIL PROTECTED]>:
>
> --
> [ Picked text/plain from multipart/alternative ]
> Try adding the following to hl2mp_player.cpp:
>
> extern CSuitPowerDevice SuitDeviceFlashlight;
> void CHL2MP_Player::FlashlightTurnOn( void )
> {
>    if( !SuitPower_AddDevice( SuitDeviceFlashlight ) )
>        return;
>
>    AddEffects( EF_DIMLIGHT );
>    EmitSound( "HL2Player.FlashLightOn" );
> }
> void CHL2MP_Player::FlashlightTurnOff( void )
> {
>    if( !SuitPower_RemoveDevice( SuitDeviceFlashlight ) )
>        return;
>
>    RemoveEffects( EF_DIMLIGHT );
>    EmitSound( "HL2Player.FlashLightOff" );
> }
>
> On 7/26/06, Louka Outrebon <[EMAIL PROTECTED]> wrote:
> >
> > --
> > [ Picked text/plain from multipart/alternative ]
> > Hey folks !
> >
> >
> >
> > First I want to apologize my poor English but I'm french :).
> >
> > I'm having a bug with the sprint function. It also happens on HL 2 DM
> (the
> > game not the sdk ) some times ago but valve released one month ago a
> patch
> > that corrected this bug.
> >
> > Let me explain you what happen : When you get killed while sprinting,
> > whenre
> > spawned your stamina doesn't get drained, it goes down and you cannot
> > sprint
> > again until you re spawn. That's really annoying I can't reproduce it
> > while
> > debugging . I would know if someone has fixed it or even heard about
> this
> > bug.
> >
> >
> >
> > Sincerely,
> >
> >
> >
> >          Louka Outrebon. Programmer of SourceForts mod.
> > --
> >
> > _______________________________________________
> > 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
>
>
--

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to