stock GetBytes(value, bytes[1]) bytes[0] = value;
new bytes[4 char]; // bytes[1];GetBytes(0x1A2B3C4D, bytes);printf("%x %x %x %x", bytes{0}, bytes{1}, bytes{2}, bytes{3}); // {}