Skip to content

Instantly share code, notes, and snippets.

@MnkyArts
MnkyArts / gta-v-house-door-positions.json
Created August 20, 2024 18:11
GTA V House Coordinates - 600+ Door Positions
[
{
"id": 1,
"street": "Barbareno Rd",
"pos": {
"x": -3254.55,
"y": 1063.99,
"z": 11.1462
}
},
@MnkyArts
MnkyArts / Camera-Helper.js
Last active August 3, 2024 15:30
alt:V Camerapath Helper
class CameraPath {
waypoints: { position: alt.Vector3; rotation: alt.Vector3 }[];
totalDuration: number;
camera: number | null;
startTime: number;
isActive: boolean;
constructor(waypoints, totalDuration) {
if (waypoints.length < 2) {
throw new Error("At least two waypoints are required");
@MnkyArts
MnkyArts / GTAV-Bonedata.json
Last active February 21, 2025 20:49
GTAV Ped Bone Name, Bone ID, Bone Index
[
{
"boneName": "SKEL_ROOT",
"boneID": 0,
"boneIndex": 0
},
{
"boneName": "FB_R_Brow_Out_000",
"boneID": 1356,
"boneIndex": 111