12.08.2013, 13:32
PHP код:
new Keys,ud,lr;
GetPlayerKeys(playerid,Keys,ud,lr);
if(Keys == KEY_SPRINT)
{
new Float: vX, Float: vY,Float: vZ;
GetPlayerVelocity(playerid, vX, vY, vZ);
SetPlayerVelocity(playerid, (vX * 1.0), (vY * 1.0), (vZ * 0.01));
}