15.10.2018, 17:31
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;
}