ok guys...its the first time that i worked on C++ right(HELL I LOVE C++!)/yea
now i maded this:
FirstHack.cpp:
[PHP]// First Hack.cpp : Defines the exported functions for the DLL application.
//
Error 1 error LNK2019: unresolved external symbol "void __cdecl NOPMemory(int)" (?NOPMemory@@YAXH@Z) referenced in function "int __cdecl hack(void)" (?hack@@YAHXZ) First Hack.obj First Hack
and:
Error 2 fatal error LNK1120: 1 unresolved externals C:\Documents and Settings\***\My Documents\Visual Studio 2008\Projects\First Hack\Debug\First Hack.dll First Hack
You might more help in C++ section.. want me to move it and specify the game?
Originally Posted by B4M
You might more help in C++ section.. want me to move it and specify the game?
you will be thanked!
That ain't the only error >.> Your code is full of mistakes, I'm too lazy at the moment to fix them, but here's hints: NopMemory isn't defined, your 'if's are wrong(the bool checking that is) and probably more
Originally Posted by Hell_Demon
That ain't the only error >.> Your code is full of mistakes, I'm too lazy at the moment to fix them, but here's hints: NopMemory isn't defined, your 'if's are wrong(the bool checking that is) and probably more
ok thank you so, so much for your time now let's get back to the compiler and start fixing......(if i can )
completely different question but it fits in here i think...if not excuse pls ;S
I'm trying to write a mod for mw2, but my problem is that i dont know how to initialize a new variable? is this at least possible with a mod?
thx
CommandB
Originally Posted by CommandB
completely different question but it fits in here i think...if not excuse pls ;S
I'm trying to write a mod for mw2, but my problem is that i dont know how to initialize a new variable? is this at least possible with a mod?
thx
CommandB
try this:
Code:
for("Variable name" = "What ever you what it to be";;)
{
}
Originally Posted by CommandB
completely different question but it fits in here i think...if not excuse pls ;S
I'm trying to write a mod for mw2, but my problem is that i dont know how to initialize a new variable? is this at least possible with a mod?
thx
CommandB
OMG you maked an question for a GSC script into the C++ section =/