• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Player Death

adrenyslopez

Member
Joined
Dec 22, 2015
Messages
201
Reaction score
15
Hello good afternoon, does anyone have an idea how it works for client 13 that when you die when you hit "ok" it will take you to the list of characters

What's going on?

When dying and giving "ok" the player enters again but the console does not detect that the player enters

image.png
------------------
image (1).png
------------------
image (2).png

------------------

image (3).png

If someone knows how to do so that when you die and say "ok" it takes you to the character list I would greatly appreciate it

I have searched in player.cpp in the following functions

void Player::death(Creature* lastHitCreature)

bool Player::spawn()

void Player::despawn()
 

Attachments

Back
Top