[Ajuda] Setar animaзгo ao usar certa skin
#6

Quote:
Originally Posted by Diksplay
Посмотреть сообщение
й so usar OnPlayerKeyState (Acho que й esse o nome)

ai vc pega o nome da animaзгo de correr, lб na wiki. e faz:
Ao botгo x ser apertado executar tal animaзгo.
Mas nгo se esqueзa de verificar as skins. o PT Fez ai o switch dele..

essa й minha lуgica, nгo vo codar, pq to em otro pc e й muito ruim aqui.

LINKS:

https://sampwiki.blast.hk/wiki/Animations
https://sampwiki.blast.hk/wiki/Keys

espero ter ajudado!
entгo, ficaria assim?
pawn Код:
if(newkeys & KEY_UP)
    {
        switch(GetPlayerSkin(playerid))
        {
            case 92: ApplyAnimation(playerid,"SKATE","skate_run",4.0,1,1,1,1,500);
            case 99: ApplyAnimation(playerid,"SKATE","skate_run",4.0,1,1,1,1,500);
        }
    }
    if(newkeys & KEY_SPRINT)
    {
        switch(GetPlayerSkin(playerid))
        {
            case 92: ApplyAnimation(playerid,"SKATE","skate_sprint",4.0,1,1,1,1,500);
            case 99: ApplyAnimation(playerid,"SKATE","skate_sprint",4.0,1,1,1,1,500);
        }
    }
deu certo desse jeito, agora, pra ele ficar na animaзгo "skate_idle" quando estб PARADO, sem se mover, como faz?
Reply


Messages In This Thread
Setar animaзгo ao usar certa skin - by bombomloko - 27.12.2013, 20:17
Re: Setar animaзгo ao usar certa skin - by Tugamars - 27.12.2013, 20:37
Re: Setar animaзгo ao usar certa skin - by PT - 27.12.2013, 20:45
Re: Setar animaзгo ao usar certa skin - by bombomloko - 27.12.2013, 21:32
Re: Setar animaзгo ao usar certa skin - by LucaAllexandre - 27.12.2013, 21:52
Re: Setar animaзгo ao usar certa skin - by bombomloko - 27.12.2013, 22:52

Forum Jump:


Users browsing this thread: 2 Guest(s)