View Single Post
  #11  
Old 06-23-2001, 11:43 PM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
OMFG OMFG OMFG It's so freakin' hard OMFG OMFG OMFG not,

if (timeout) {
nweather=timevar%120000;
if (nweather>90000) {
//Rain Effects go here
}else if (nweather>60000) {
//Snow Effects go here
}else if (nweather>30000) {
//Cloud Effects go here
}else{
//Sunny Effects go here
}
timeout=0.05;
}
Reply With Quote