View Full Version : Glas wall
man2fight
12-21-2007, 08:32 AM
since the update i cant see anymore tough i all will be grey whats wrong
case ELEVENTHTIMER: //timer for glass wall
{
if (GetKeyState(VK_MENU)&1)
Writelong (0xADFB04,0);
else
Writelong (0xADFB04,1176256512);
}
break;
http://img136.imageshack.us/img136/2261/glasspq5.th.png (http://img136.imageshack.us/my.php?image=glasspq5.png)
the adresse is not good i think
Filterhead
12-23-2007, 04:59 AM
You have forgot some stuff I think it must be like this:
The stuff you forgot are marked in red.
case ELEVENTHTIMER: //timer for glass wall
{
if (GetKeyState(VK_MENU)&1)
{
Writelong (0xADFB04,0);
}
else
{
Writelong (0xADFB04,1176256512);
}
}
break;
Sorry for the waiting time, second time I read the topic.
Dxt-Credzis
12-29-2007, 11:10 AM
You have forgot some stuff I think it must be like this:
The stuff you forgot are marked in red.
case ELEVENTHTIMER: //timer for glass wall
{
if (GetKeyState(VK_MENU)&1)
{
Writelong (0xADFB04,0);
}
else
{
Writelong (0xADFB04,1176256512);
}
}
break;
Sorry for the waiting time, second time I read the topic.
bullshit ...
It will be the adress.
Because, after an if, else, else if...
U can add 1 line of code without using {} tags.
Once you use more lines of codes, u can add them.
So hes post is right...
ya its the addy that messed cz even in vb and freezing the addy same result, and freezing no fog doesnt help for some reason, both addies. som1 needs 2gt a uce and do dis shit over again.
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.