[Ajuda] Player morre ao carregar em tecla
#1

..................
Reply
#2

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);
    }
Reply
#3

Obrigado, funcionou
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)