Native referenceFiveM

GET_ZONE_SCUMMINESS

0x5F7B268D15BA0739 ZONE
FUNCTION SIGNATURE
int GET_ZONE_SCUMMINESS(int zoneId);
Property Value
Native Name GET_ZONE_SCUMMINESS
Hash 0x5F7B268D15BA0739
Return Type int
Parameters zoneId (int)

Description: Gets the zone scumminess level, used to calculate the cellphone signal strength.

enum eZoneScumminess
{
    SCUMMINESS_POSH = 0,
    SCUMMINESS_NICE = 1,
    SCUMMINESS_ABOVE_AVERAGE = 2,
    SCUMMINESS_BELOW_AVERAGE = 3,
    SCUMMINESS_CRAP = 4,
    SCUMMINESS_SCUM = 5
}

Parameters

  • zoneId (int) — The zone id
Back to ZONE