Official Soldat Forums

Server Talk => Scripting Discussions and Help => Topic started by: skrX on March 22, 2016, 10:43:53 am

Title: Problem regarding text
Post by: skrX on March 22, 2016, 10:43:53 am
EDIT: Fixed
Title: Re: Problem regarding text
Post by: Falcon` on March 22, 2016, 03:50:35 pm
can you post your problem and solution so that other people with similar issue can find it easily?
Title: Re: Problem regarding text
Post by: skrX on March 24, 2016, 04:27:22 am
It was my mistake, I thought that I had it in the code, so If you are using for example; WorldText that is assigned to the player, use:
Code: [Select]
Player.Active or Players[i].ActiveThis causes the deletion text for player who left the server or moved to spectator.
If the player (or bot) is playing, returns true. For spectators or for the players who are not playing, returns false.

For the most part is probably understandable.