31.07.2011, 20:51
Quote:
Check if player is losing health after the explode. |
Quote:
Send the message to the administrator if he HP hacks or not. |
pawn Код:
format(msg,sizeof(msg),""#COL_ORANGE"[ADMIN] "#COL_LRED"%s was checked for Invulnerability HAX.",PlayerName(targetid));
SendClientMessage(playerid,COLOR_WHITE, msg);
pawn Код:
if(sscanf(params, "uz", targetid))