
Inventory
Here you can find the installation for cas-redm-inventory script.
About Script
Installation
Vorp Core Settings
If you have vorp_metabolism : Vorp Metabolism /client/main.lua
exports('GetPlayerStatus', function()
local player = PlayerPedId()
local pedCoords = GetEntityCoords(PlayerPedId())
temperature = math.floor(GetTemperatureAtCoords(pedCoords)) .. "°C" --Uncomment for celcius
return {
thirst = (tonumber(PlayerStatus["Thirst"]) / 10) or 0,
hunger = (tonumber(PlayerStatus["Hunger"]) / 10) or 0,
health = (tonumber(GetEntityHealth(PlayerPedId())) / 600) * 100,
temperature = temperature
}
end)If you have outsider needs : Outsider_needs/custom_client.lua
Vorp Core Configuration
Last updated