rebel1324 / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.net
MIT License
65 stars 31 forks source link

Model bodygroups broken #312

Closed dartunian closed 5 years ago

dartunian commented 5 years ago

https://github.com/rebel1324/NutScript/blob/c84ed54f32052416dcc8b0fc86d82f3ea71ceac6/gamemode/core/libs/sh_faction.lua#L65

This code does not match the docs @ https://github.com/rebel1324/NutScript/wiki/Factions#bodygroups

dartunian commented 5 years ago

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