new Float:X, Float:Y, Float:Z, velo; velo = GetPlayerVelocity(playerid, X, Y, Z); if(velo > 500) { Ban(playerid); return 1; }