You asked me for that so i gave it to you, why are you getting pissed with me lol? Those are the values the client uses, its not my fault that it isnt working, those are taken directly from the client.Quote:
That makes no sense though.
How the hell does that match the code? Did you test this?
It does not work.
Why don't you try making it snow? Let's see your client snowing.
As for making it snow i cant show you on a 5165 client since it BSOD's my machine, and i refuse to even try it, however 4267:
Heres the packet:
Code:
public static Packet Weather(uint ConnectionID)
{
byte[] Buffer = new byte[17];
fixed (byte* PTR = Buffer)
{
*(ushort*)PTR = 17;
*((ushort*)(PTR + 2)) = 1016;
*((uint*)(PTR + 4)) = 3; //Snow
*((uint*)(PTR + 8)) = 200; //Amount
*((uint*)(PTR + 12)) = 1; //Appearence/display/colour
}
return new Packet(Buffer, ConnectionID);
}
[Only registered and activated users can see links. Click Here To Register...]
Enough?