26.09.2011, 20:23
Retire isto pra tirar esse efeito:
pawn Код:
if((PRESSED(KEY_UP) || PRESSED(KEY_DOWN) || PRESSED(KEY_LEFT) || PRESSED(KEY_RIGHT) && !(IsPlayerInAnyVehicle(playerid))))
{
new Float:x; new Float:y; new Float:z;
GetPlayerVelocity(playerid, x, y, z);
SetPlayerVelocity(playerid, x+7.5, y+7.5, z+7.5);
}