JunkBuster Cheat Detected
#1

If you have problem with "JunkBuster Cheat Detected" replace this:
Код:
if (JB::Variables [CHECK_WALK_ANIMS] && GetPlayerWeapon (i) != 46 && JB::PlayerInfo [i][JB::pCurrentState] == PLAYER_STATE_ONFOOT && !JB::PlayerPedAnims && GetPlayerSkin (i) != 0 && GetPlayerAnimationIndex (i) == 1231)
			    {
			        JB::Ban (i, "Cheats detected");
			        continue;
			    }
with this:
Код:
if (JB::Variables [CHECK_WALK_ANIMS] && GetPlayerWeapon (i) != 46 && GetPlayerWeapon (i) != 0 && JB::PlayerInfo [i][JB::pCurrentState] == PLAYER_STATE_ONFOOT && !JB::PlayerPedAnims && GetPlayerSkin (i) != 0 && GetPlayerAnimationIndex (i) == 1231)
			    {
			        JB::Ban (i, "Cheats detected");
			        continue;
			    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)