[help] make the camera rotate around a player
#2

maybe replace
Код:
if(keys == KEY_CROUCH )
with
Код:
if(keys & KEY_CROUCH )
and
Код:
if(keys == KEY_JUMP )
with
Код:
if(keys & KEY_JUMP )
edit:
hmm, not your problem, I'm not that good at maths, so I can't help you with that
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)