[FilterScript] Snow ! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Snow ! (
/showthread.php?tid=356234)
Snow ! -
xTouglix - 02.07.2012
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
If you are using incognito's streamer, you can do it like this:
PHP Code:
for(new x=-3000; x < 3000; x +=150)
{
for(new y=-3000; y<3000; y+=150)
{
for(new z; z<800; z+=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!
|
Re: Snow ! -
Rube - 02.07.2012
Thanx worked nice Job
Re: Snow ! -
xTouglix - 02.07.2012
thank you
Re: Snow ! -
darkfighter975 - 02.07.2012
Nice Job, is that a snowballs throwing ?
Re: Snow ! -
xTouglix - 02.07.2012
This is not snowballs, but the falling snow as IRL ^^
Re: Snow ! -
rami.chaar2 - 11.07.2012
it wont work on my server
Re: Snow ! -
[FSaF]Jarno - 11.07.2012
Poor indentations, poor scripting. I can make it snow for all players with 3 simple loops. (built in streamer)
Re: Snow ! -
shayan122 - 11.07.2012
how jarno , tell us here
EDIT: NOT WORKING !
Re: Snow ! -
[xT]Emaratii - 11.07.2012
Not working!!!
Lend us screenshot's please ?
Re: Snow ! -
[FSaF]Jarno - 08.12.2012
Quote:
Originally Posted by shayan122
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=-3000; x < 3000; x +=150)
{
for(new y=-3000; y<3000; y+=150)
{
for(new z; z<800; z+=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!