Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-18-2008, 03:25 AM
Faulkon Faulkon is offline
Game Designer
Faulkon's Avatar
Join Date: Jul 2008
Location: The entire USA
Posts: 11
Faulkon is on a distinguished road
Talking

Quote:
Originally Posted by cbk1994 View Post
This is extremely annoying; when chat is set via player.chat, it disappears after several seconds.

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.
__________________
-FAULKON

Reply With Quote
  #2  
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
  #3  
Old 07-18-2008, 06:10 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
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.
Major fail
__________________
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:11 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.