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

[ES] Level up problems!


Danielson183
 Share

Recommended Posts

In your PlayerLevelUp sub, change this:
```
Call SetPlayerPOINTS(Index, GetPlayerPOINTS(Index) + 1)
```To this:
```
Call SetPlayerPOINTS(Index, GetPlayerPOINTS(Index) + 5)
```
Now go to your UsingStatPoints sub, and if this isn't near the bottom before End Sub:
```
Call SetPlayerPOINTS(Index, GetPlayerPOINTS(Index) - 1)
```Then add it in.
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...