๐งฉ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()