flamethrower - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: flamethrower (/Thread-flamethrower) |
flamethrower - rastrero - 03-08-2016 01:06 PM Hi, i want to make a flamethrower via sendpackets... but i dont know how it works? is there anyone who can help me? explain me how sendpackets works and how can i do the flamethorwer effect? thx RE: flamethrower - Coruja - 03-10-2016 07:21 AM it's a long story, since a packet is a client <-> server protocol and the data must be sent exactly on correct values and sizes. If you send a single wrong letter to client, it will not understand the packet and will freeze/crash you can find more info on this guide here http://wiki.sphere.torfo.org/index.php/Sendpacket you will also need an packet list like this one http://docs.polserver.com/packets/ RE: flamethrower - rastrero - 03-10-2016 09:24 PM Nice guides, ty coruja |