Skip to content

Instantly share code, notes, and snippets.

View Local9's full-sized avatar
💭
I may be slow to respond.

127.0.0.1 Local9

💭
I may be slow to respond.
  • Bristol/Cornwall
View GitHub Profile
@Local9
Local9 / NuiWrapper.cs
Last active June 16, 2021 10:57 — forked from manups4e/NuiWrapper.cs
Nui Wrapper
public class NuiManager
{
private bool _hasFocus;
/// <summary>
/// true if focus is active.
/// </summary>
public bool IsNuiFocusOn => _hasFocus;
/// <summary>
@Local9
Local9 / mpstatssetup.xml
Created May 16, 2019 10:52 — forked from rafaellm2/mpstatssetup.xml
mpstatssetup
<!--
#############################################################################################################
#############################################################################################################
#############################################################################################################
READ THIS BEFORE STARTING
READ THIS BEFORE STARTING
READ THIS BEFORE STARTING
READ THIS BEFORE STARTING
@Local9
Local9 / Speeches.cs
Created May 10, 2019 15:50 — forked from alexguirre/Speeches.cs
GTA V Speeches List
This file has been truncated, but you can view the full file.
// Speeches List by alexguirre
// Code in C# using RAGEPluginHook
// Usage example:
// Speech.S_M_Y_SWAT_01_WHITE_FULL_01.GENERIC_CURSE_HIGH_03.PlayOn(ped, SpeechModifier.Force);
namespace Put.Your.Namespace.Here
{
using Rage;
internal struct Speech