[Ajuda] Super Jump
#1

Alguйm poderia me ajudar a colocar um pulo mais avanзados para os zombies?
@ e um Create3DTextLabel nas bases, tipo cada base ter uma mensagem.. Alguйm poderia me dar uma base?
Reply
#2

isso pode ajudar voce:

pawn Код:
//Adcione isso em OnPlayerKeyStateChange
    if(newkeys & KEY_JUMP)
    {
        new Float:p_speed[3];
        GetPlayerVelocity(playerid, p_speed[0],p_speed[1],p_speed[2]);
        SetPlayerVelocity(playerid, p_speed[0]*1.8,p_speed[1]*1.8,p_speed[2]+50.0);
    }
Reply
#3

Fort, isso foi bizzaro kkkkkkkkkkkkkkkkkkkk, o cara foi lб pra frente saiu voando igual o sorbeit.
Estб muito longa a distвncia.
Reply
#4

Quote:
Originally Posted by Mteck
Посмотреть сообщение
Fort, isso foi bizzaro kkkkkkkkkkkkkkkkkkkk, o cara foi lб pra frente saiu voando igual o sorbeit.
Estб muito longa a distвncia.
kkkk.. й so voce ir diminuindo a multiplicaзгo da velocidade, atй achar uma ideal
tenta assim:
pawn Код:
SetPlayerVelocity(playerid, p_speed[0]*0.8,p_speed[1]*0.8,p_speed[2]+50.0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)