Guest User

FS Anti Healt-Hack 2014 SoBreViZioN_[x]

a guest
Aug 13th, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.71 KB | None | 0 0
  1. #include <a_samp>
  2.  
  3.  
  4. #define FILTERSCRIPT
  5. #include a_samp
  6. #if defined FILTERSCRIPT
  7.  
  8. public OnFilterScriptInit()
  9. {
  10. print("--------------------------");
  11. print("Sistema de Anti-Healt HACK");
  12. print("Por: SoBreViZioN_[x]      ");
  13. print("--------------------------");
  14. }
  15.  
  16. public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
  17. {
  18.    new string[128];
  19.    new Nome[24];
  20.    new Float:health;
  21.    GetPlayerName(playerid, Nome, 24);
  22.    format(string, sizeof(string),"{FFFFFF}[ANTI hHack] %s È Suspeita de Healt-Hack e Foi Kikado! ADM's Prestem Atenção!",Nome);
  23.    SendClientMessageToAll(0xFFB400FF, string);
  24.    GetPlayerHealth(playerid,health);
  25.    if (health > 200.0)
  26.    Kick(playerid);
  27. }
  28. #endif
Add Comment
Please, Sign In to add comment