Abra o Cliente
No modtext, procure por:
Desça até achar:
Substitua por:
Créditos:
Lucas Roberto (Por criar o tutorial)
NeapØn~ (Por postar na Aldeia RPG)
Valentine (Por deixar o tutorial mais simples)
No modtext, procure por:
- Código:
Public Sub DrawPlayerName(ByVal Index As Long)
Desça até achar:
- Código:
Call DrawText(TexthDC, TextX, TextY, GetPlayerName(Index), color)
Substitua por:
- Código:
Call DrawText(TexthDC, TextX, TextY, GetPlayerName(Index) & " - Level: " & GetPlayerLevel(Index), color)
Créditos:
Lucas Roberto (Por criar o tutorial)
NeapØn~ (Por postar na Aldeia RPG)
Valentine (Por deixar o tutorial mais simples)