View Single Post
  #39  
Old 07-18-2008, 03:47 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by xXziroXx View Post
Exactly, huge difference.
So tell me how it would be a problem if you have Internet access?
Quote:
Originally Posted by Faulkon View Post
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.
__________________
Reply With Quote