SA-MP Forums Archive
[HELP] How to make snow in sa-mp 0.3c - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] How to make snow in sa-mp 0.3c (/showthread.php?tid=202045)



[HELP] How to make snow in sa-mp 0.3c - andreyilasov23 - 23.12.2010

i have the id of the fake snow of the new objects

but how do i make snow in my server?

*Sorry for my bad english*


Re: [HELP] How to make snow in sa-mp 0.3c - Retardedwolf - 23.12.2010

There is a object for it.

18863 or 18864


Re: [HELP] How to make snow in sa-mp 0.3c - andreyilasov23 - 23.12.2010

Quote:
Originally Posted by Retardedwolf
Посмотреть сообщение
There is a object for it.

18863 or 18864
i know the id of the objects

but how i make snow?


Re: [HELP] How to make snow in sa-mp 0.3c - [L3th4l] - 23.12.2010

Just create the objects in different locations, or make your own functions to have a continuous snow weather


Re: [HELP] How to make snow in sa-mp 0.3c - knackworst - 23.12.2010

you can just create an objezct for the player only, I think it's new snow= CreatePlayerObject(blahblah)
and then setplayerattachedobejct(snow, blahblah)
and if you do this on OnPlayerConnect...


something like this, now all the players will see snow


Re: [HELP] How to make snow in sa-mp 0.3c - HACKHERS - 23.12.2010

Quote:
Originally Posted by knackworst
Посмотреть сообщение
you can just create an objezct for the player only, I think it's new snow= CreatePlayerObject(blahblah)
and then setplayerattachedobejct(snow, blahblah)
and if you do this on OnPlayerConnect...


something like this, now all the players will see snow
u dont need to create object. Just SetPlayerAttachedObject(playerid, index, modelid, bone...)


Re: [HELP] How to make snow in sa-mp 0.3c - knackworst - 23.12.2010

Quote:
Originally Posted by HACKHERS
Посмотреть сообщение
u dont need to create object. Just SetPlayerAttachedObject(playerid, index, modelid, bone...)
no, then everyone will see it but not everywhere... you need a cmd for only one guy...