modding the code?
#1
so probably a noob question but, where do i find the cube code or script or, wtvr its called.
Thanks given by:
#2
Download the source and have a look.
Thanks given by:
#3
read the tutorials as well!
Thanks given by:
#4
@V-Man, I think he wants the c++ code not cubescript.
Thanks given by:
#5
He didn't say Deep Magic, he said "cube code or script or, wtvr its called."
:-P
Even if I'm wrong, read the tutorials!!!!1
Thanks given by:
#6
i meant the c++ code :)
Thanks given by:
#7
But some tutorials might help. Just not the ones V-Man pointed to.
int * vman;
vman = *tutorials;
Yay!
* Ronald_Reagan is practicing what he just learned.
Thanks given by:
#8
:O I've become a C++ pointer!
Now tell me the value of &vman and I'll be impressed.
Thanks given by:
#9
int whois, vmam = 101;
whois = &vman;
cout << whois << " :O \n";
Quote:1337 :O
:D
Thanks given by:
#10
The address of vman depends on where in the memory the program was loaded, and is usually different each time. &vman might be 1337 now, but might well be 0xdeadbeef next time the program is run.
Thanks given by:
#11
Dude, I wish my street address was 1337.
Thanks given by: