Code:
e.g: if(blabla != null)
Here's the exception.
Code:
public byte[] String(long CharId, byte Type, string name)
{
ushort PacketType = 1015;
[COLOR="Red"]byte[] Packet = new byte[13 + name.Length];[/COLOR]
fixed (byte* p = Packet)
I've attempted different experimental methods, but nothing. I'm seriously lost, I've been trying awhile, and I'm just not getting anywhere.
If anyone can offer me a hand, it would be greatly appreciated.






