rebel1324/NutScript

Model bodygroups broken

Closed this issue · 1 comments

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"},
}