Void = Fast & zu pro :\ nyaa~
but still strange that GetAsyncKeyState doesnt operate that well, even my
old laptop works and even the school pc from8 years ago...
[php]
if (GetAsyncKeystate(VK_Insert)<0)
{
}
if (GetAsyncKeystate(VK_Insert)&1)
{
}
[/php]
or not vk_keys
[php]
if (GetAsyncKeystate("t")<0)
{
}
if (GetAsyncKeystate("t")&1)
{
}
[/php]
screw vk only :3 or it is 't' < pointer val.