Thread: Time Script
View Single Post
  #13  
Old 09-30-2001, 08:17 PM
Bhala Bhala is offline
Disgruntled Monkey
Bhala's Avatar
Join Date: Mar 2001
Posts: 779
Bhala is on a distinguished road
PHP Code:
if(created){
timeout=5;
}
if(!
server.time){
setstring server.time,0;
}
if(
timeout){
server.time++;
timeout=5;

when placed in a level with players it will act just like timevar but with out a player it will do jack....
Reply With Quote