Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[Bug Fix] Updating Status To Equip Items


Valentine90
 Share

Recommended Posts

**Sorry my english**

When you unequip an item, automatically updates your status, but when you team does not update.

**Open Server**

**1 -** In **modPlayer**, look for:

```
Public Sub UseItem
```

**2 -** WITHIN THIS SUB, where you have:

```
Call SendMapEquipment(index)
```

**3 -** Add:

```
Call SendStats(index)
```

Note: You will only put this code inside the **Sub UseItem**, believe that will have 4 codes equal to the second step of this tutorial, then you have to add the code for the third step below the 4 lines equal to the second stage.

**Credits:**

Valentine
Link to comment
Share on other sites

  • 1 month later...

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
 Share

×
×
  • Create New...