Robi Toth Posted October 15, 2017 Posted October 15, 2017 (edited) Anti Troll by [RW]Robi Download: aici #define COLOR_SANCTION 0xFF6347FF Enjoy! Prezentare: Edited October 15, 2017 by RobiAdv Quote
Aliona Fratescu Posted October 17, 2017 Posted October 17, 2017 De ce nu? pentru ca e munca lui. Quote
Robert Podaru Posted October 18, 2017 Posted October 18, 2017 Imi da asta: (5422) : warning 213: tag mismatch ce sa fac ca sa repar? new OnFly[MAX_PLAYERS]; new Float:LastVelocity[MAX_PLAYERS][3]; TrollDetect(playerid, troll = 0) { if(troll == 1) { new str[128], name[MAX_PLAYER_NAME+1]; GetPlayerName(playerid, name, sizeof name); format(str, sizeof str, "Kick: %s has been kicked by AdmBot, reason: Troll (cheats)", name); SendClientMessageToAll(COLOR_SANCTION, str); Kick(playerid); return 1; } if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) { if(OnFly[playerid] == false) { new Float:Velocity[3]; GetPlayerVelocity(playerid, Velocity[0], Velocity[1], Velocity[2]); new Float:amount = Velocity[0]-LastVelocity[playerid][0]; new Float:amount2 = Velocity[1]-LastVelocity[playerid][1]; if(amount > 3.0 || amount < -4.0 || amount2 > 10.0 || amount2 < -10.0 || Velocity[2] == 0.100000) { new str[128], name[MAX_PLAYER_NAME+1]; GetPlayerName(playerid, name, sizeof name); format(str, sizeof str, "Kick: %s has been kicked by AdmBot, reason: Troll (cheats)", name); SendClientMessageToAll(COLOR_SANCTION, str); Kick(playerid); return 1; } } } Quote
Un4m3d_Hokage Posted October 19, 2017 Posted October 19, 2017 Imi da asta: (5422) : warning 213: tag mismatch ce sa fac ca sa repar? new OnFly[MAX_PLAYERS]; new Float:LastVelocity[MAX_PLAYERS][3]; TrollDetect(playerid, troll = 0) { if(troll == 1) { new str[128], name[MAX_PLAYER_NAME+1]; GetPlayerName(playerid, name, sizeof name); format(str, sizeof str, "Kick: %s has been kicked by AdmBot, reason: Troll (cheats)", name); SendClientMessageToAll(COLOR_SANCTION, str); Kick(playerid); return 1; } if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) { if(OnFly[playerid] == false) { new Float:Velocity[3]; GetPlayerVelocity(playerid, Velocity[0], Velocity[1], Velocity[2]); new Float:amount = Velocity[0]-LastVelocity[playerid][0]; new Float:amount2 = Velocity[1]-LastVelocity[playerid][1]; if(amount > 3.0 || amount < -4.0 || amount2 > 10.0 || amount2 < -10.0 || Velocity[2] == 0.100000) { new str[128], name[MAX_PLAYER_NAME+1]; GetPlayerName(playerid, name, sizeof name); format(str, sizeof str, "Kick: %s has been kicked by AdmBot, reason: Troll (cheats)", name); SendClientMessageToAll(COLOR_SANCTION, str); Kick(playerid); return 1; } } } aceiasi problema ca la /flymode, ti-am raspuns in acel topic. Quote
RedGun Posted November 8, 2017 Posted November 8, 2017 .exe serios? Mi l-a detectat si ca virus. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.