View Single Post
  #14  
Old 08-26-2011, 04:35 AM
Astram Astram is offline
Era iPhone PR
Astram's Avatar
Join Date: Aug 2010
Posts: 324
Astram can only hope to improve
Send a message via AIM to Astram
I made this quickly
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
client.blah 0;
  
onTimeOut();
}
function 
onTimeOut() {
  
client.blah timevar2;
  
player.chat client.blah;
  
setTimer(0.05);

But, I can't seem to get it down to 0...

Edit:
I can't get on Graal but would this work.
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
client.timestart client.blah;
  
onTimeOut();
}
function 
onTimeOut() {
  
client.blah timevar2;
  
player.chat client.blah -= client.timestart;
  
setTimer(0.05);

__________________
-Toad
The worlds biggest Toad fan...
Era iPhone FTW!


Reply With Quote