🦮GUIDE BOOK
Last updated
GUIDE.Core = "VORP" -- Options: "VORP" or "RSG"GUIDE.Range = 1.5 -- Range to trigger interaction
GUIDE.RangeTxt = 5 -- Range to display 3D text
GUIDE.Key = 0x760A9C6F -- Key to open guide (G key)
GUIDE.Command = "openGuide" -- Command to open guideGUIDE.ItemName = "guide" -- Item name to open guide (set to "" to disable)GUIDE.Ped = true -- Enable NPCs at guide locations
GUIDE.Distance = 30 -- Distance to spawn/despawn NPCsGUIDE.Sound = true -- Enable sounds
GUIDE.Quit = "Guide - https://" -- Quit message
GUIDE.PingAdress = "https://www.google.com" -- Ping address for latencyGUIDE.Currency = "USD" -- EUR, GBP, USD...
GUIDE.Format = "en-US" -- fr-FR, en-GB, es-ES...GUIDE.ColorBlip = true -- Enable colored blips
GUIDE.Color = "BLIP_MODIFIER_MP_OBJECTIVE" -- Blip color modifierGUIDE.Language = {
Title = "[~o~G~q~] ", -- Interaction prompt title
PedTitle = "Need ~o~Help~q~ ?", -- 3D text above NPCs
}GUIDE.Office = {
{
Coords = vector3(-170.9928, 632.0449, 114.0321), -- Location coordinates
PedHeading = 244.9941, -- NPC heading
BlipName = 'Tourism Office', -- Blip name on map
NameMenu = 'Open Guide', -- Menu name displayed
ShowBlip = true, -- Show blip on map
BlipSprite = 675509286, -- Blip sprite ID
-- NPC Configuration
ModelNPC = "CS_GermanFather", -- NPC model
NPCAfraid = true, -- NPC won't flee
NPCOutfit = true, -- Use outfit variation
NPCEscape = true, -- Freeze NPC position
NPCImmortal = false, -- Make NPC invincible
NPCDoAnimation = true, -- Enable animation
NPCAnnim = "WORLD_HUMAN_CLIPBOARD", -- Animation name
},
-- Add more locations...
}