Reputation Activity
-
OneSimpleDuck got a reaction from Lennyy in [SOLVED]Firing PatternThanks! I will join your discord too 😄
-
OneSimpleDuck got a reaction from kukupie in How to Show a text notification on keyPressBefore I can answer that, is this for a callout or a plugin? If it is for a callout then you have to code this in the Process() method. You also need to reference System.Windows.Forms for this.
if (Game.IsKeyDown(System.Windows.Forms.Keys.U)) {
Game.LogTrivial("Hello World");
}
Tell me if you are asking this for making a plugin or you were asking this for making a callout.
-
OneSimpleDuck got a reaction from Rich in [SOLVED]How do you make LSPDFR plugins?Thanks a lot!! Really clear instructions and that screenie helped a lot! Much love ❤️