Jump to content

C++ Reviver com vida cheia


xabugas123
 Share

Recommended Posts

19 horas atrás, xabugas123 disse:

Boas pessoal venho aqui fazer um tutorial simples mas que ajuda em si nos spams kills 

vão a source

 game/cmd_general.cpp

e procuram por :

ch->PointChange(POINT_HP, 50 - ch->GetHP());

e trocam por: 

ch->PointChange(POINT_HP, ch->GetMaxHP() - ch->GetHP());

Qualquer duvida avisem.

 

Muito bom vai ajudar muitas pessoa !

Edited by Darkness
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...