Quote:
Originally Posted by zokemon
You should just have some TShowImg_Text or so.
|
Then I'd still have to hide the other players chat, and restore it again, same problem.
Quote:
Originally Posted by cbkbud
Just save it like this:
PHP Code:
for ( temp.a : players )
{
this.( @ "chat_" @ temp.a.account ) = temp.a.chat;
temp.a.chat = "lol";
}
or something like that?
|
Well I am currently saving it yes.. though the thing is, I don't want to save it.. since when 20 people in a level are pking, it has to save for all those 20 players, !good.