kukupie
Members
-
Joined
-
Last visited
Reputation Activity
-
kukupie reacted to OneSimpleDuck 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.
-
kukupie reacted to JBin818 in Let AI Cop Arrest and transport suspect in multiple fleeing suspect eventIf you use Stop the Ped by Bejoijo then there is a setting in the ini file with the line;
TakeOverAllArrests=
Type in yes or no. Take over all arrests means you would take it over, so if you want AI to handle it then type no. Meaning, no, you will not take over all arrests, the AI can do that themselves.