Question[Help] Addies & Base Question

Posts 15 of 5 · Page 1 of 1
[Help] Addies & Base Question
Okay so..... you can call me a noob for this but where in a base do you put the addies..? say Gellin's Base? I have never figured this out.. I know you might tell me to go learn c++ or something but I am trying im usually use to VB (yes a noob program but I love the visual abilities).
Define them in globals/before all your code.

#define NORECOIL1 addiehere
#define NORECOIL2 addiehere

And so on.
You define them and use them later on
Quote Originally Posted by RagedYet View Post
You define them and use them later on
I aggreed /to short
use memcpy, put them where you put the PTC. the memcpy code is:
[php]memcpy((LPVOID) (PutYourAddieHere), "\xbyte\xbyte\xbyte", 3);[/php]

of course, change all the "byte"s to the Addie bytes, and the 3 to the # of bytes used!

Or you can just define, but I like MEMCPY better
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?