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

[EO] Stat Point Fix


Helladen
 Share

Recommended Posts

This will fix it so you can't use stat points unless your standing still. There is a minor bug where it moves your character a little faster if you use them while walking or running.

**Client**

In FrmMain Private Sub lblTrainStat_Click(Index As Integer) add this above SendTrainStat Index:
```
If Player(MyIndex).Moving = YES Then Exit Sub

```
Link to comment
Share on other sites

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