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

Stats name


Kitam
 Share

Recommended Posts

@'Miharukun':

> Uhhh i think you just need to re design the GUI >.>

No need to redesign the GUI.

Open up the client's source code, and search for

```
' render stats
```
In that bit of code, you'll see something like

```
RenderText Font_Default, "Str: " & GetPlayerStat(MyIndex, strength), dX, dY, White
```
and it'll be repeated a few times. Simply change the bit that's in quotes to whatever you want, and then compile.
Link to comment
Share on other sites

@'Gahduvdeth':

> @'Miharukun':
>
> > Uhhh i think you just need to re design the GUI >.>
>
> No need to redesign the GUI.
>
> Open up the client's source code, and search for
>
> ```
> ' render stats
> ```
> In that bit of code, you'll see something like
>
> ```
> RenderText Font_Default, "Str: " & GetPlayerStat(MyIndex, strength), dX, dY, White
> ```
> and it'll be repeated a few times. Simply change the bit that's in quotes to whatever you want, and then compile.

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