OnPlayerEnterArea(playerid,areaid){ if(areaid == (yourareaidhere)) { new Float:vx,Float:vy,Float:vz; GetPlayerVelocity(playerid,vx,vy,vz); if(vx > yourmaxspeedhere || vy > yourmaxspeedhere) { //You do the math