๐ŸงฉExports and Events

You need specific Exports or Events for your Scripts? Here is your way to go!

Get nearby dead players with id

local players, id = exports["S-ReviveSation"]:GetNearbyPlayers(x,y,z)

Get number of active Medics

local number = exports["S-ReviveSation"]:GetMedics()

Close/Open the Revive Station

exports["S-ReviveSation"]:CloseReviveStations(boolean)

Gets boolean if the Revive Stations are closed or open

local closed = exports["S-ReviveSation"]:GetCloseReviveStations()

If you need a Export that is not listed above, feel free to open a ticket at our Discord, so that we can implement your new Export in no time!

Last updated