02.04.2013, 15:04
So I have this bit of code..
I have created cmd:exitcontrolcam so now I need just need to make it when player press c it will exit controlable camera. Basically same as writing the command!
I have created cmd:exitcontrolcam so now I need just need to make it when player press c it will exit controlable camera. Basically same as writing the command!
pawn Код:
if(keys == KEY_CROUCH)
{
cmd_exitcontrolcam
}