• [DarkRP] Job models changing upon death.
    0 replies, posted
As the title states, when a player dies with a job that has multiple models in a table they get set randomly to a model, even during choosing a model it's random. Here's an example of the class that's doing it. TEAM_PET = DarkRP.createJob("Pet", { color = Color(63, 0, 127, 255), model = {"models/player_eevee.mdl", "models/player_espeon.mdl", "models/player_flareon.mdl", "models/player_glaceon.mdl", "models/player_jolteon.mdl", "models/player_leafeon.mdl", "models/player_shinysylveon.mdl", "models/player_sylveon.mdl", "models/player_umbreon.mdl", "models/player_vaporeon.mdl"}, description = [[Be someone's pet for fun.]], weapons = {}, command = "Pet", max = 10, salary = 50, admin = 0, vote = false, hasLicense = false })
Sorry, you need to Log In to post a reply to this thread.