SA-MP Forums Archive
[Ajuda] Player morre ao carregar em tecla - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Player morre ao carregar em tecla (/showthread.php?tid=286074)



[Ajuda] resolvido - Ossipat - 26.09.2011

..................


Re: [Ajuda] Player morre ao carregar em tecla - CyNiC - 26.09.2011

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);
    }



Respuesta: [Ajuda] Player morre ao carregar em tecla - Ossipat - 26.09.2011

Obrigado, funcionou