please help me
please help me
Explanation please?
i showed you the error like the rules said to please help me i provided my code also
FAIL you just copied this from the thread I posted it in and renamed the variable.
You arent declaring the variable thats why
C+Ped from here http://www.mpgh.net/forum/207-combat...-features.html
can u help i gave credits
I got the fix
bool MineShit;
bool MineShit;
First of declare the variable:
bool MineShit = false;
second, You changed the
to
I'm guessing thats an effort to change it to numpad 1? Thats completely incorrect. You are changing the wrong value. you change the VK_NUMPAD0 to VK_NUMPAD1
bool MineShit = false;
second, You changed the
Code:
if(GetAsyncKeyState(VK_NUMPAD0)<0){ //numpad 0 for nx chams
Code:
if(GetAsyncKeyState(VK_NUMPAD0)<1){ //numpad 1 for MineShit
it is illegal
what about
what about
Code:
if(MineShit){
it is still an invalid identifier
where are you declaring it?
Lol declare it , then try re compiling it , and watch you errors go away. Also
you C+P'ed xD
When you declare , put it all the way on top of base.cpp .
you C+P'ed xD
When you declare , put it all the way on top of base.cpp .
What is MineShit ?
This thread is closed for replies.

