API
What it calls into: MORE.* helpers from more_lib (client and server), the main/revive client event a compatible EMS/ambulance resource must listen for, and its own set of server events/callback behind the in-game station Creator.
Server-side, more_lib provides the player identity and money helpers, and the actual revive is handed off to an external event once payment succeeds.
Station Creator (server side)
The /revivestations command opens the client-side Creator menu, which is gated by a server callback and drives four server events. None of these are exports; they only exist because the menu itself calls them.
Last updated