Thread: Weather System
View Single Post
  #4  
Old 07-02-2001, 04:19 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
Dont listen to those selfish people, you should use server flags for the different effects like.
server.effect=rain

if (strequals(#s(server.effect),rain)){
this.effect=0;}


if (!this.int=1){
if (this.rain=0){
rain();
}
}

function rain(){
this.int=1;
//Rain commands go here, I'd give em to you, but there are selfish
people on GForums =(;
}

just change the server.effect=rain to server.effect=snow and other stuff.

Im sure you can figure the rest out
Reply With Quote