well there is an issue when i send the flower to the taregt Character the Name of sender doesnt appear completely in the Heart Shaped thing and heres my SenderName offset
Code:
public string SenderName
{
get
{
return ASCIIEncoding.ASCII.GetString(Buffer, 16, 16);
}
set
{
Writer.WriteString(value, 16, Buffer);
}
}
y the name doesnt Appear right ?
Regards
shadowman123