
07-02-2001, 04:19 AM
|
|
Banned
|
 |
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
|
|
|
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
|
|
|
|