Exports

Check if player is down:

-> id is an optional parameter. If you want to get another player down status, you can pass the player server id.

exports['ak47_qb_ambulancejob']:IsPlayerDown(id)

Check if player is dead:

-> id is an optional parameter. If you want to get another player dead status, you can pass the player server id.

exports['ak47_qb_ambulancejob']:IsPlayerDead(id)

Check other player skelly damage:

-> id = target player server id

exports['ak47_qb_ambulancejob']:OpenSkellyOther(id)

Get Doctor Count:

exports['ak47_qb_ambulancejob']:GetDoctorCount()
or
exports['qb-ambulancejob']:GetDoctorCount()

Get skelly damages -> id = target player server id (optional)

exports['ak47_qb_ambulancejob']:GetSkellyDamages(id)
--[[
 {
     head  = 10,
     chest = 0,
     larm  = 5,
     rarm  = 0,
     lleg  = 25,
     rleg  = 5,
 }
]]

Last updated