14.10.2010, 18:20
Get dcallbacks (search forum), make the area,
pawn Код:
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