TEMPERATURE

HOT OBJECTS

This is the list of props that will give you the Temperature *Buff, visible in the hud

Integer.HotObjects = { -- a list of object that increase the temperature if you stay near that object (you can see the buff with timer inside the hud)
    "prop_beach_fire",
    "prop_hobo_stove_01",
    "gr_prop_gr_hobo_stove_01",
}

Integer.TriggerTime and Integer.TriggerTime2 are just functions that are triggered when the stopwatch near the fire symbol reaches a certain number

INTERIOR

Increases the indicated temperature if the player is inside some buildings in GTA. The Integer.InteriorIconBuff is only a image displayed in hud when you are inside in *Buff

WEATHER CONFIG

These 2 values ​​refer to the damage that the temperature can cause in the case of exposure to extreme temperatures. The functions are Opensource and editable in the public files public/client.lua

These are the various temperatures associated with atmospheric conditions. The script will constantly change the temperature, always referring to the current weather conditions or buff activation.

CLOTHING

The EnableClothesBonus function is very simple: if a player wears one of the clothes listed in the table here, a certain bonus will be assigned. You will be able to see if you have the clothes bonus active in the hud as in the photo

Bonus

Last updated