[Firework]All about this...

06/07/2014 15:59 mejo33#1
Hello, i have question about firework item, i using albetros source and there is dont work (im not sure) but i search for firework action and i see when player marry then:
Quote:
user.SendToScreen(Packet.StringPacket.Create(Strin gAction.Fireworks, "", user.UID), true);
But i create item case ID for fire work and use this same command and dont see firework effect. Any one help me?
06/14/2014 12:12 Wolfy.#2
On item use, you need to remove the item from the player inventory and display globally the effect for firework, try search around the source how other global effects are handled like cool effects if your source has, then try work something out of that.
06/14/2014 17:22 CptSky#3
I think I had working fireworks in COPS v6.
06/15/2014 03:50 InsomniacPro#4
Quote:
Originally Posted by Wolfy. View Post
On item use, you need to remove the item from the player inventory and display globally the effect for firework, try search around the source how other global effects are handled like cool effects if your source has, then try work something out of that.
Not global, but roommsg.
06/16/2014 00:28 Wolfy.#5
Yeah, forgot about that, not global.