Quote:
Originally Posted by xXziroXx
Exactly, huge difference.
|
So tell me how it would be a problem if you have Internet access?
Quote:
Originally Posted by Faulkon
You want player chat to stay? Try this script.
PHP Code:
// Player Chat Repeater // by Faulkon //#CLIENTSIDE function onPlayerchats() { timeout = 1; } funciton onTimeout() { temp.chat = player.chat; player.chat = ""; player.chat = temp.chat; }
It makes player chat stay by repeating it every second.
|
You obviously have no idea what we're talking about.
Also, most people nowadays tend to use
this.settimer(seconds) rather than
this.timeout.