Help | Godmode check is not working properly..
#7

Again, your calls are placed in reversed orders.
pawn Код:
new Float: originalHealth, Float: editedHealth;
GetPlayerHealth(playerid, originalHealth);
SetPlayerHealth(playerid, originalHealth - 1.0);
GetPlayerHealth(playerid, editedHealth);
if(editedHealth >= originalHealth)
{
    // cheating
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)