No Client~Side procure por:
Mudando o hp para Porcentagem:
Procure por:
mude para:
Mudando o Mp para Porcentagem:
procure por:
mude para:
Simples e facil ...
eu acho q qualquer 1 saberia fazer ..
porem varios iniciantes nao saberiam ..
ja ate me pediram no msn .. então ta ai ! :)
Créditos: thales12 por fazer o tutorial.
Mudando o hp para Porcentagem:
Procure por:
- Código:
'frmMain.lblHP.Caption = Int(GetPlayerVital(MyIndex, Vitals.HP) / GetPlayerMaxVital(MyIndex, Vitals.HP) * 100) & "%"
frmMain.lblHP.Caption = GetPlayerVital(MyIndex, Vitals.HP) & "/" & GetPlayerMaxVital(MyIndex, Vitals.HP)
mude para:
- Código:
frmMain.lblHP.Caption = Int(GetPlayerVital(MyIndex, Vitals.HP) / GetPlayerMaxVital(MyIndex, Vitals.HP) * 100) & "%"
'frmMain.lblHP.Caption = GetPlayerVital(MyIndex, Vitals.HP) & "/" & GetPlayerMaxVital(MyIndex, Vitals.HP)
Mudando o Mp para Porcentagem:
procure por:
- Código:
'frmMain.lblMP.Caption = Int(GetPlayerVital(MyIndex, Vitals.MP) / GetPlayerMaxVital(MyIndex, Vitals.MP) * 100) & "%"
frmMain.lblMP.Caption = GetPlayerVital(MyIndex, Vitals.MP) & "/" & GetPlayerMaxVital(MyIndex, Vitals.MP)
mude para:
- Código:
frmMain.lblMP.Caption = Int(GetPlayerVital(MyIndex, Vitals.MP) / GetPlayerMaxVital(MyIndex, Vitals.MP) * 100) & "%"
'frmMain.lblMP.Caption = GetPlayerVital(MyIndex, Vitals.MP) & "/" & GetPlayerMaxVital(MyIndex, Vitals.MP)
Simples e facil ...
eu acho q qualquer 1 saberia fazer ..
porem varios iniciantes nao saberiam ..
ja ate me pediram no msn .. então ta ai ! :)
Créditos: thales12 por fazer o tutorial.
Última edição por thales12 em Qui Out 06, 2011 12:35 pm, editado 2 vez(es)