View Full Version : HUH?? :S F*cked up my hack, lol
sk1nhead
12-01-2007, 04:26 PM
Well, I tried to make a glass wall hack. But I did something wrong with the bracket thingies. Then I deleted the button and code. And now I'm getting 12(!) errors of illigal function names at my buttons:confused:
Wtf did I do? Is hitler terrorizing my hack or did my C++ just have bad buttsecks?:confused:
str1k3r21
12-01-2007, 04:43 PM
I dunno I got same probleme..But i dident delete enything...
Vindcare
12-01-2007, 05:04 PM
When u ended ur timers and got the last
break;
Paste this Code:
CDialog::OnTimer(nIDEvent);
}
}
thimo
12-01-2007, 05:32 PM
switch(nIDEvent)
{
case FIRSTTIMER:
{
Writelong (0x8DBAFC,1120403456); //Stamina timer
}
break;
must be
switch(nIDEvent)
{
case FIRSTTIMER:
{
Writelong (0x8DBAFC,1120403456); //Stamina timer
}
break;
}
str1k3r21
12-01-2007, 05:38 PM
void CDXTPublicDlg::OnTimer(UINT nIDEvent)
{
{
switch(nIDEvent)
{
case stamina:
{
WL6714805910051275809051(0x8DBAFC, 1120403456);
}
break;
CDialog::OnTimer(nIDEvent);
}
}
I got that but when i do this
void CDXTPublicDlg::OnTimer(UINT nIDEvent)
{
{
switch(nIDEvent)
{
case stamina:
{
WL6714805910051275809051(0x8DBAFC, 1120403456);
}
break;
)
CDialog::OnTimer(nIDEvent);
}
}
I get more error
Dxt-Cobra
12-01-2007, 08:06 PM
[QUOTE=str1k3r21;7347]
void CDXTPublicDlg::OnTimer(UINT nIDEvent)
{
{
switch(nIDEvent)
{
case stamina:
{
WL6714805910051275809051(0x8DBAFC, 1120403456);
}
break;
CDialog::OnTimer(nIDEvent);
}
}
I got that but when i do this
void CDXTPublicDlg::OnTimer(UINT nIDEvent)
{
{<<<<<<<<<<<<<<<why is this here,1st error,remove it
switch(nIDEvent)
{
case stamina:
{
WL6714805910051275809051(0x8DBAFC, 1120403456);
}
break;
) <<<<<<<<<<<<<<why is this here 2nd error,remove it.
CDialog::OnTimer(nIDEvent);
}
}
heres what you should have
void CDXTPublicDlg::OnTimer(UINT nIDEvent)
{
switch(nIDEvent)
{
case stamina:
{
WL6714805910051275809051(0x8DBAFC, 1120403456);
}
break;
CDialog::OnTimer(nIDEvent);
}
}
Vindcare
12-02-2007, 03:47 AM
As i know the thread is skinhead's so maybe answer hes question. Striker have hes own thread with hes question >.> Spam sux.
sk1nhead
12-02-2007, 05:38 AM
Uhm...thanks alot for spamming this thread:eek:|
But, I found the error thanks to..... *scrolls back*.....uhm...that guy with the weird name...umh...oh yeah, Dxt-thimo ^^
Can be deleted, more errors to come. Whaha. xD
Btw, I'm really nub with c++. Hehe
str1k3r21
12-02-2007, 08:26 AM
[QUOTE=str1k3r21;7347]
void CDXTPublicDlg::OnTimer(UINT nIDEvent)
{
{
switch(nIDEvent)
{
case stamina:
{
WL6714805910051275809051(0x8DBAFC, 1120403456);
}
break;
CDialog::OnTimer(nIDEvent);
}
}
I got that but when i do this
void CDXTPublicDlg::OnTimer(UINT nIDEvent)
{
{<<<<<<<<<<<<<<<why is this here,1st error,remove it
switch(nIDEvent)
{
case stamina:
{
WL6714805910051275809051(0x8DBAFC, 1120403456);
}
break;
) <<<<<<<<<<<<<<why is this here 2nd error,remove it.
CDialog::OnTimer(nIDEvent);
}
}
heres what you should have
void CDXTPublicDlg::OnTimer(UINT nIDEvent)
{
switch(nIDEvent)
{
case stamina:
{
WL6714805910051275809051(0x8DBAFC, 1120403456);
}
break;
CDialog::OnTimer(nIDEvent);
}
}
Oh my god I love YOU! In a none gay way ofcourse. It Works :D Thnx
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.