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
[Only registered and activated users can see links. Click Here To Register...]
y the name doesnt Appear right ?
Regards
shadowman123
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