View Single Post
  #1  
Old 05-24-2012, 04:27 PM
blackbeltben blackbeltben is offline
Registered User
Join Date: Aug 2011
Posts: 83
blackbeltben is on a distinguished road
Serverside Sleeping

How can I make a working sleep/Timer in a script with out using Timeouts/schedule events to change a value you twice in a script?

PHP Code:
function onActionServerside()
{
 
blah
 blah
 player
.clientr.testvalue 0
blah
sleep
(5);   <--I thought this would work but no :(
 
player.clientr.testvalue 1
Reply With Quote