Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Dodajte ovo u public "OnPlayerUpdate"
- new Float:animX, Float:animY, Float:animZ;
- new anim = GetPlayerAnimationIndex(playerid);
- GetPlayerPos(playerid, animX, animY, animZ);
- if((anim >= 1538) && (anim <= 1542) && animZ > 5)
- {
- new string[256];
- format(string, sizeof(string), "{FF0000}KICK: {FFFFFF}Igrac %s je izbacen sa servera, razlog: FlyHack!",GetName(playerid));
- SCMTA(-1, string);
- Kick(playerid);// Kod mene je stavljen kick, posto sledeci put nece sigurno da pokusa opet. :)
- return 1;
- }
Add Comment
Please, Sign In to add comment