βΊCampement
β‘ Installation
ποΈ Creating a Camp
TriggerServerEvent("botivrp-placecraft:CreateCamp", storageModel, pedCoords) -- Example: TriggerServerEvent("botivrp-placecraft:CreateCamp", "s_re_rcboatbox01x", GetEntityCoords(PlayerPedId()))TriggerClientEvent("BotivRP:CreateCampBase", source)local VORPInv = exports.vorp_inventory:vorp_inventoryApi() VORPInv.RegisterUsableItem("camp_base", function(data) VORPInv.subItem(data.source, "camp_base", 1) TriggerClientEvent("BotivRP:CreateCampBase", data.source) VORPInv.CloseInv(data.source) end)
π¦ What Spawns in the World?
β οΈ Item Names & "label unknown"
βοΈ Configuration Highlights
π Notes
Last updated