[C#] Any Idea How to disable a keybind temporarily?
-
Does anyone know how to disable pulling out the phone for a few seconds in game?
-
Wrong section, should be in General Modding Discussion.
Anyway, you should be able to disable the control using Game.DisableControl(2, Control.Phone);
-
@Jitnaught Oops, I thought this was modding discussion. Anyways..... Thank you it worked!