View Single Post
  #3  
Old 10-18-2014, 06:32 AM
Elk Elk is offline
Sr Marketing Strategist
Elk's Avatar
Join Date: Nov 2005
Location: Deerland
Posts: 3,829
Elk has a brilliant futureElk has a brilliant futureElk has a brilliant futureElk has a brilliant futureElk has a brilliant futureElk has a brilliant futureElk has a brilliant future
Send a message via ICQ to Elk Send a message via AIM to Elk Send a message via MSN to Elk Send a message via Yahoo to Elk
PHP Code:
//#CLIENTSIDE
function onCreated(){ 
 
setTimer(0.1); 


function 
onTimeOut(){ 
 
setTimer(0.1); 
 
this.+= 1

should work, I've done a lot of clientside interactions like this for my tutorial areas
__________________
iEra IGN: *Elk (Darkshire)
iCla. IGN: *Elk (Darkshire)
iZone IGN: *Elk (Darkshire)




Reply With Quote