Exports
Client
-- Sends an ambulance to the player
-- This will run through the same checks as if you triggered the command
exports['envi-medic']:SendHelp()
-- Cancels the ambulance if it is on the way to the player
exports['envi-medic']:CancelHelp()
-- Returns true if the player is walking to the back of the ambulance
exports['envi-medic']:IsWalkingToAmbulance()
-- Returns true if the player is in the ambulance
exports['envi-medic']:IsInAmbulance()
-- Returns true if the player is on cooldown
exports['envi-medic']:IsOnCooldown()
-- Returns the net id of the medic ped
exports['envi-medic']:GetMedicPedNetID()
-- Returns the net id of the ambulance
exports['envi-medic']:GetAmbulanceNetID()
Last updated