Snow everywhere
#1

Hello!
I saw in some servers that everywhere snow.
see this video http://www.youtube.com/watch?v=SGmnZ...ature=*********
How can i make like that?
Reply
#2

using CreateObject and GetPlayerPos. Please be more specific
Reply
#3

Can anyone tell me more about this? it will work only in 3d?
Reply
#4

SEE THIS
OR
THIS
Reply
#5

it will work only in 3d? or in 3c?
Reply
#6

well considering both of the examples above were posted pre-2010, what do you think using your common sense?
Reply
#7

Okay, sorry for how they've responded, with that dickish type of attitude. but the answers to your question.
1. It depends where you would want the snow to start, would you want it on player connect ? Or OnPlayerSpawn, either way if you want it for OnPlayerSpawn you would get their position and create the object then attach the object to the play and raise it a bit ( I think )
PHP код:
new Float:xFloat:yFloat:z,snow;
GetPlayerPos(playerid,x,y,z);
snow CreateObject(modelid,x,y,z,0.0,0.0,0.0,0.0);
AttachObjectToPlayer(snowplayeridFloat:OffsetXFloat:OffsetYFloat:OffsetZFloat:rXFloat:rYFloat:rZ
Thats the code , I think it'll work, you'd have to edit it to what you needed, like the modelid and objectid, for objectid you would probably

I'm not sure if that code will work, never tested it and just wrote it out here really fast.
question 2.
2. Yes, that filterscript he posted may work in 0.3d, and it might not, try it and see.
Reply
#8

I need almost the same like this video.
http://www.youtube.com/watch?v=SGmnZ...ature=*********
Can you please help me to make it?
Reply
#9

I don't know, on that video, Either he put on object like right under the road or he had a mod installed into his samp.
Reply
#10

It's a mod. Search for GTA San Andreas Snow Mod on ******.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)