Guest User

Anti FlyHack - By Dowla.

a guest
Jul 17th, 2014
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. //Dodajte ovo u public "OnPlayerUpdate"
  2. new Float:animX, Float:animY, Float:animZ;
  3. new anim = GetPlayerAnimationIndex(playerid);
  4. GetPlayerPos(playerid, animX, animY, animZ);
  5. if((anim >= 1538) && (anim <= 1542) && animZ > 5)
  6. {
  7. new string[256];
  8. format(string, sizeof(string), "{FF0000}KICK: {FFFFFF}Igrac %s je izbacen sa servera, razlog: FlyHack!",GetName(playerid));
  9. SCMTA(-1, string);
  10. Kick(playerid);// Kod mene je stavljen kick, posto sledeci put nece sigurno da pokusa opet. :)
  11. return 1;
  12. }
Add Comment
Please, Sign In to add comment