Jump to content

Recommended Posts

Posted
if (player.model === 1885233650) {
            player.setClothes(1, 0, 28, 0); // Mask
            player.setClothes(11, 78, misc.getRandomInt(0, 15), 0); // Top
            player.setClothes(3, 14, 0, 0);
            player.setClothes(252, 0, 0, 0);
            player.setClothes(84, 0, misc.getRandomInt(0, 15), 0); // Legs
        }
        else {
            player.setProp(0, 132, 0); // Hat
            player.setClothes(11, 78, misc.getRandomInt(0, 7), 0); // Top
            player.setClothes(3, 9, 0, 0);
            player.setClothes(82, 0, 0, 0);
            player.setClothes(4, 1, misc.getRandomInt(0, 15), 0); // Legs
        };

 

How can i set clothes like i will?

 

i do not understand the different between masks and hats...

 

can someone drop an example with an mask and an hat?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...