View Single Post
  #4  
Old 05-04-2007, 04:22 PM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
According to Twinny, this is what you want...

PHP Code:
function onCreated() onTimeout();
function 
onTimeout()
  {
  
player.chat player.chat.substring(1) @ player.chat.substring(0,1);
  
setTimer(0.1);
  } 
Reply With Quote