Ray M2 20 Report post Posted September 9, 2021 Hola, como puedo quitar el respawn cuando te matan y aparecer full vida Quote Share this post Link to post Share on other sites
DrPolitica 356 Report post Posted September 15, 2021 abrir el game/src/cmd_general.cpp Buscarr 2x Quote ch->PointChange(POINT_HP, 50 - ch->GetHP()); Replace Quote ch->PointChange(POINT_HP, ch->GetMaxHP() - ch->GetHP()); Quote Share this post Link to post Share on other sites