Page 1 of 1

Multiple Offsets for Programming

Posted: Tue May 23, 2006 5:56 am
by sarge derek
Ok i can make the program where it would load all the certain things for an object like, top speed, acceleration. But my question how can i save ALL those changes. I can correctly save only one but when i do more i get an error.

Posted: Tue May 23, 2006 11:13 am
by LuxuriousMeat
i assume your using anthonys source pack this is how

Code: Select all

'this if for a single
Dim TopSpeed as long = HexToDec("offset")
Dim TopSpeed1 as Single = TexBoxwhatever.text
BW.basstream.position = TagMetaOffset + TopSpeed
BW.Write(TopSpeed1)
just edit that to what you need and add more as much as you need