ive viewed a few other threads:
im still running into issues with the command. i know im doing something wrong. in one of the threads korvacs said you have to send 2 strings to play music. so i have
You've actually updated the packet structure with his? Cause in yours you were telling the client that only 1 string was coming... It's a list of strings
# of strings
for # of strings
string length
string data
Your original packet structure was hardcoded to only send 1 string.
You've actually updated the packet structure with his? Cause in yours you were telling the client that only 1 string was coming... It's a list of strings
# of strings
for # of strings
string length
string data
Your original packet structure was hardcoded to only send 1 string.
I updated the code to work with multiple strings, checked it for syntax errors only though.
I updated the code to work with multiple strings, checked it for syntax errors only though.
Yes, that's why I asked if he updated to using your packet structures as if he used just the 1 portion of your code and didn't notice you modified the structure then he'd be screwed.
Yes, that's why I asked if he updated to using your packet structures as if he used just the 1 portion of your code and didn't notice you modified the structure then he'd be screwed.
You would have much more work to do if you were to do that than a simple copy paste.
i earn while playing tetris , surfing or playing 06/01/2012 - Facebook - 1 Replies Hello ePVP members
i am here to help you earn money online while playing or surfing
this business is called "paid to click":cool:
Things you need:
Computer or laptop (keyboard and mouse)
Internet connection
brain
All you need to do is to click all advertisements
Playing a sound. like @play 06/29/2010 - CO2 Private Server - 0 Replies so, for this im gonna use as an command example say I had a @play command and I wanted it to play FirstBlood.wav becuase I want to use it for events like firstkill I could play that sound for everybody on that map like
if (Map == 1005)
FirstKill
Play"/sound/FirstBlood.wav
?