Originally posted by Jvance33
im making a Rtm for the very first time for bo1 i need the btyes please help
Wouldn't this work?
public static void SetStats(uint Offset, decimal Value)
{
byte[] buffer = BitConverter.GetBytes(Convert.ToInt32(Value.ToString()));
PS3.SetMemory(Offset, buffer);
}