if(newkeys == KEY_SECONDARY_ATTACK) { new Float:vx,Float:vy,Float:vz; GetPlayerVelocity(playerid,vx,vy,vz); SetPlayerVelocity(playerid,vx + 0.5,vy - 0.7 ,vz + 0.5); }