GetZoneScumminess — FiveM Natives
0x5F7B268D15BA0739 · ZONE · all
Gets the zone scumminess level, used to calculate the cellphone signal strength. ``cpp enum eZoneScumminess { SCUMMINESS_POSH = 0, SCUMMINESS_NICE = 1, SCUMMINESS_ABOVE_AVERAGE = 2, SCUMMINESS_BELOW_AVERAGE = 3, SCUMMINESS_CRAP = 4, SCUMMINESS_SCUM = 5 } ``
Parameters
| Name | Type | Description |
|---|---|---|
| zoneId | int | The zone id |
Returns
int