[Release] CF German Sound Mod V 2.1 / Deutscher Sound mod 2.1 10/22/2010 - CrossFire Hacks, Bots, Cheats & Exploits - 13 Replies Hey folks,
As u saw in http://www.elitepvpers.com/forum/crossfire/394518-g erman-crossfire-sound-mod-deutscher-sound-mod.html i improved the sound modification.
Now its supports:
*male characters
*female characters
*the black market
*the lobby sounds
*the background music
Trying with another packet (sound) 08/03/2010 - CO2 Private Server - 6 Replies Okay so I have this packet (in a command)
string Strings = new string;
Strings = (Data);
Strings = "1";
StringPacket SoundPacket = new StringPacket(true);
SoundPacket.UID = client.Entity.UID;
SoundPacket.Type = 20;
...
Play sound via Packet Send?? [Question String Packet] 07/14/2010 - CO2 Private Server - 5 Replies Yow im trying to figure out why i cant play music with the string packet
What im doin is;
MyChar.Client.SendPacket(Game.Packet.String(MyCha r.UID, 20, Splitter));
My Packet is:
public byte String(long CharId, byte Type, string name)