Exports
Check if player is down:
exports['ak47_qb_ambulancejob']:IsPlayerDown(id)Check if player is dead:
exports['ak47_qb_ambulancejob']:IsPlayerDead(id)Check other player skelly damage:
exports['ak47_qb_ambulancejob']:OpenSkellyOther(id)Get Doctor Count:
exports['ak47_qb_ambulancejob']:GetDoctorCount()
or
exports['qb-ambulancejob']:GetDoctorCount()exports['ak47_qb_ambulancejob']:GetSkellyDamages(id)
--[[
{
head = 10,
chest = 0,
larm = 5,
rarm = 0,
lleg = 25,
rleg = 5,
}
]]Last updated