View Single Post
  #3  
Old 05-21-2009, 05:18 PM
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 fowlplay4 View Post
Probably something like..

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setTimer(0.05);
}
function 
onTimeout() {
  if (
player.readingsay2("");
  
setTimer(0.05);

After testing.. it appears say2(""); doesn't clear it but you if change it too something like.. say2("!"); it will show the ! say2 message.
That is not disabling them.
__________________
Reply With Quote