Falling snow stopped dead
#1

I have a script that will create snow fall at a few places across the map (using SA-MP objects)
The snow works perfectly fine in 0.3e, but in 0.3x the snow has stopped dead (it's not moving, doesn't drop, etc)
It is basically a frozen object, like .. for example, a wall.

Reported from several clients, is this just the script or do other people get this?
Same script used in 0.3e and 0.3x
Reply
#2

Yeah, confirmed...
I have snow in my weather system, but when I test it in any version of 0.3x the snow doesn't move.
I can create a video if needed.

Worked perfectly fine in 0.3e.
Reply
#3

pawn Код:
snow[u] = CreatePlayerObject(u, 18864, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 500.00);
This is basically all the code it uses
Reply
#4

Quote:
Originally Posted by iTorran
Посмотреть сообщение
pawn Код:
snow[u] = CreatePlayerObject(u, 18864, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 500.00);
This is basically all the code it uses

Try using the default draw distance of 300.0 units.
Reply
#5

That worked, thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)