Model bodygroups broken
Closed this issue · 1 comments
dartunian commented
This code does not match the docs @ https://github.com/rebel1324/NutScript/wiki/Factions#bodygroups
dartunian commented
Correction would be to change
FACTION.models = {
-- Metropolice with a manhack.
{"models/police.mdl", 0, "01"},
}
to
FACTION.models = {
-- Metropolice with a manhack.
{"models/police.mdl", "01"},
}