huhu ;)
ich habe hier heute einen source code für
smooth jump
viel spaß beim Coden!
ich habe hier heute einen source code für
smooth jump
PHP Code:
{
if(GetAsyncKeyState(VK_CONTROL) &0x8000)
{
*(float*)(Player Addy +Z Addy) = *(float*)(Player Addy +Z Addy) +70;
}
}