Server exports

Get duration By name

When called with the name of a station, this export will return the station's return duration value.

Examle:

local stationname = "station1"
exports.skz_station:get_station_duration(stationname)

--return = 0-100

Get Level By name

When called with the name of a station, this export will return the station's return level value.

Examle:

local stationname = "station2"
exports.get_station_level:get_station_duration(stationname)

--return = 0-(max level in config)

Get Station By name

When called with the name of a station, this export will return the station values.

Examle:

Return:

Get All Stations

When called this export will return the all station values.

Examle:

Return:

Get Radios in Player

When called this export with playerid or citizenid will return the all radios in player.

Examle:

Last updated