changing a map value using vb6/vb2005

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
User avatar
xzodia




Translator Connoisseur Coagulator

Posts: 1981
Joined: Sun May 15, 2005 10:31 am
Location: UK
Contact:

changing a map value using vb6/vb2005

Post by xzodia »

can someone please tell me how to change a value using vb6/vb2005 i dont think its more than 1 line of code but i cant do it i have the map in a byte array after following the tut but how do i change the value of a byte?
Image
Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
jamesr66a




Miner

Posts: 250
Joined: Sat Jul 30, 2005 9:17 am

Post by jamesr66a »

Code: Select all

bytearray(offset) = data here
where offset is the Decimal offset and data here is the data
Post Reply