[Ajuda] ANTI-CRASH
#1

este anti crash й funcional?

PHP код:
    if (!(-35000.0 <= bulletData[PR_origin][0] <= 35000.0) || !(-35000.0 <= bulletData[PR_origin][1] <= 35000.0) || !(-35000.0 <= bulletData[PR_origin][2] <= 35000.0))
    {
        
format(stringcheater,sizeof(stringcheater),"[ANTI-CRASH] %s (%d) й suspeito de bullet crash (Origem)."GetPlayerNameEx(playerid),playerid);
        
printf(stringcheater);
        
stringcheater[0] = EOS;
        return 
false;
    }
    if (!(-
35000.0 <= bulletData[PR_hitPos][0] <= 35000.0) || !(-35000.0 <= bulletData[PR_hitPos][1] <= 35000.0) || !(-35000.0 <= bulletData[PR_hitPos][2] <= 35000.0))
    {
        
format(stringcheater,sizeof(stringcheater),"[ANTI-CRASH] %s (%d) й suspeito de bullet crash (Hit)"GetPlayerNameEx(playerid),playerid);
        
printf(stringcheater);
        
stringcheater[0] = EOS;
        return 
false;
    } 
Reply


Messages In This Thread
ANTI-CRASH - by EmerZZeT - 15.10.2018, 17:31
Re: ANTI-CRASH - by Cauezin - 15.10.2018, 20:50
Re: ANTI-CRASH - by XandyMello - 16.10.2018, 00:43

Forum Jump:


Users browsing this thread: 1 Guest(s)