Skip to content

Commit

Permalink
Merge pull request #644 from Gapo2055/master
Browse files Browse the repository at this point in the history
Update Modulo_UsUaRiOs.bas
  • Loading branch information
RecoX authored Oct 19, 2024
2 parents 88a7786 + e8770d5 commit f9d0666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Codigo/Modulo_UsUaRiOs.bas
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,7 @@ Sub SendUserStatsTxt(ByVal sendIndex As Integer, ByVal UserIndex As Integer)
150 Call WriteConsoleMsg(sendIndex, "Dados: " & UserList(UserIndex).Stats.UserAtributos(e_Atributos.Fuerza) & ", " & UserList(UserIndex).Stats.UserAtributos(e_Atributos.Agilidad) & ", " & UserList(UserIndex).Stats.UserAtributos(e_Atributos.Inteligencia) & ", " & UserList(UserIndex).Stats.UserAtributos(e_Atributos.Constitucion) & ", " & UserList(UserIndex).Stats.UserAtributos(e_Atributos.Carisma), e_FontTypeNames.FONTTYPE_INFO)
152 Call WriteConsoleMsg(sendIndex, "Veces que Moriste: " & UserList(UserIndex).flags.VecesQueMoriste, e_FontTypeNames.FONTTYPE_INFO)
154 Call WriteLocaleMsg(sendIndex, MsgFactionScore, e_FontTypeNames.FONTTYPE_INFO, UserList(UserIndex).Faccion.FactionScore)
Call WriteConsoleMsg(sendIndex, "Creditos Patreon: " & UserList(UserIndex).Stats.Creditos, e_FontTypeNames.FONTTYPE_INFO)
Exit Sub

SendUserStatsTxt_Err:
Expand Down

0 comments on commit f9d0666

Please sign in to comment.