This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
error to bouns #17
Comments
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 |
So open an issue there not here? |
It is not possible to open a case within your project |
You can now |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: