Skip to content

Instantly share code, notes, and snippets.

using Rage;
using Rage.Native;
internal class Sound
{
public int Id { get; set; }
public Sound(int id)
{
this.Id = id;
// RPH
using Rage;
internal struct RotatedVector3
{
public readonly Vector3 Position;
public readonly Rotator Rotation;
public readonly float Heading;
public RotatedVector3(Vector3 position, float heading)
@alexguirre
alexguirre / Speeches.cs
Last active April 21, 2024 19:11
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