I want to make when press c it returns to the command..
#1

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!
pawn Код:
if(keys == KEY_CROUCH)
{
    cmd_exitcontrolcam
}
Reply
#2

return cmd_exitcontrolcam(playerid, "");
Reply
#3

Thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)