• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

player list (Help)

Newbie Spellweaver
Joined
Nov 27, 2021
Messages
47
Reaction score
1
There is a problem with the resource, when the player enters the game, it still appears in the player list when she dies, even if it appears, the name is written, how can I fix it?
 
Banned
Banned
Joined
Apr 16, 2018
Messages
466
Reaction score
252
It sounds like you are dealing with a bug in your game where the player's name remains in the player list even after they have died. To fix this, you'll need to go into the code of your game and identify where the issue is occurring.

One possible solution is to check if the player is still alive before adding their name to the player list. You can do this by adding a condition to your code that checks the player's health or status. If the player is dead, then you can remove their name from the player list.

Another solution is to clear the player list every time a new game starts or when a player dies. This way, the list is always accurate and up-to-date with the current players in the game.

Ultimately, the solution will depend on the specific code and mechanics of your game. If you are unsure of how to fix the problem, you may want to reach out to other developers or forums for assistance.
 
Upvote 0
Back
Top