[FilterScript] Snow !
#1

Hello everyone, today I share this small FS to put snow on your server!


Commands :

/snow (Admin Command)
/removesnow (Admin Command)

/snowon (Player Command)
/snowoff (Player Command)

Sorry for my bad english, i'm french !

Quote:
Originally Posted by [FSaF]Jarno
View Post
If you are using incognito's streamer, you can do it like this:

PHP Code:
for(new x=-30003000+=150)
    {
        for(new 
y=-3000y<3000y+=150)
        {
            for(new 
zz<800z+=400)
            {
                
CreateDynamicObject(18864,x,y,z,0,0,0);
            }
        }
    } 
Simple AND working. Enjoy ur snow! (add this to your gamemodeinit)

NOTE: This is for Incognito's streamer! Change the function to match your needs!
Reply
#2

Thanx worked nice Job
Reply
#3

thank you
Reply
#4

Nice Job, is that a snowballs throwing ?
Reply
#5

This is not snowballs, but the falling snow as IRL ^^
Reply
#6

it wont work on my server
Reply
#7

Poor indentations, poor scripting. I can make it snow for all players with 3 simple loops. (built in streamer)
Reply
#8

how jarno , tell us here

EDIT: NOT WORKING !
Reply
#9

Not working!!!

Lend us screenshot's please ?
Reply
#10

Quote:
Originally Posted by shayan122
View Post
how jarno , tell us here

EDIT: NOT WORKING !
If you are using incognito's streamer, you can do it like this:

PHP Code:
for(new x=-30003000+=150)
    {
        for(new 
y=-3000y<3000y+=150)
        {
            for(new 
zz<800z+=400)
            {
                
CreateDynamicObject(18864,x,y,z,0,0,0);
            }
        }
    } 
Simple AND working. Enjoy ur snow! (add this to your gamemodeinit)

NOTE: This is for Incognito's streamer! Change the function to match your needs!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)