Open evanillaa opened 3 years ago
This branch doesn't have any bones? If there's a problem with it leave an issue on whichever repository you got that from
From your file on github
Create a repository for you Basic Project Builder Updates may be ignored
So open an issue there not here?
It is not possible to open a case within your project I cant
You can now
Citizen.CreateThread(function() AddTargetBone(bones, { options = { { event = "door", icon = "fas fa-door-open", label = "Toggle Door", }, { event = "unlock", icon = "fas fa-door-open", label = "Unlock Door", }, }, job = {"police", "ambulance", "mechanic"}, distance = 1.5 }) end)
bad argument #1 to 'pairs' table expected, got nill
function AddTargetBone(bones, parameteres) for _, bone in pairs(bones) do Bones[bone] = parameteres end end