📘Custom

Add Target

Custom.AddTarget = function (Model, Ped, Settings)
	exports['qb-target']:AddTargetEntity(Ped, Settings)
end

Emote


Custom.Emote = function (Ped, Emote)
	local Dict = Emote[1]
	local Anim = Emote[2]
	LoadAnimDict(Dict)
	TaskPlayAnim(Ped, Dict, Anim, 2.0, 2.0, -1, 1, 0, false, false, false)
	local Time = Emote[3] or 0
	Wait(Time)
	return true
end

Task

IsDead

Toggle Hud

OnDead

Last updated