Jump to content

Recommended Posts

Posted (edited)
mp.events.addCommand('clothes', (player=> {
    player.setClothes(11,287,0,0);
)};
Edited by zDxvilZ
Posted (edited)

what exactly do I have to do on the clientside? Do I have to do that? 

mp.events.add('cloth', (player=> {
    player.setComponentVariation(1128720);
});

and then retrieve the event on the server side? then I get an error message. 

otherwise I have no idea how to do it.

can you do an Example for me please?

Edited by zDxvilZ

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...