Estilos de Luta
#2

GRABKICK e ELBOW nao sao estilos de luta sao so uma animacao tipo um soco mais nao serve pra nada, voce nao precisa dos Defines e so colocar tipo assim no OnPlayerCommandText.

pawn Код:
if (strcmp(cmdtext, "/Boxe", true)==0)
    {
    SetPlayerFightingStyle (playerid, FIGHT_STYLE_BOXING);
    return 1;
    }
    if (strcmp(cmdtext, "/KungFu", true)==0)
    {
    SetPlayerFightingStyle (playerid, FIGHT_STYLE_KUNGFU);
    return 1;
    }
    if (strcmp(cmdtext, "/KneeHead", true)==0)
    {
    SetPlayerFightingStyle (playerid, FIGHT_STYLE_KNEEHEAD);
    return 1;
    }
Reply


Messages In This Thread
Estilos de Luta - by jcs14 - 10.02.2010, 07:17
Re: Estilos de Luta - by Josma_cmd - 10.02.2010, 10:39
Re: Estilos de Luta - by jcs14 - 10.02.2010, 11:15

Forum Jump:


Users browsing this thread: 1 Guest(s)