Mod toggle key (mod enable/disable key)
-
Does anyone know how to make a mod toggle key?
-
@LeeC2202 @aimless @Frazzlee @stillhere @krashadam @rappo @ImNotMentaL
-
@Frazzlee Do you have any source code? Or example?
-
@TobsiCred @Frazzlee Thank you. Hopefully this helps!
-
@TobsiCred Okay one questsion. I need this to enable / disable keybinds because my soccer mod has a lot
-
I am not a programming nut, unless we're talking about inspecting/modding 2nd-level programming (so like old console games like Original Xbox, or PlayStation 1 or 2. I can't help you. Modern game programming is way beyond my skill. Sorry.
-
If Game.IsControlJustPressed(0, Control.Context) Then
UI.Notify("Context Pressed")
End If