Fightstyles, it set my not the style :/
#1

Hi, i did make a fightstyle, but when i choose ELBOW, or what else and i use fire button(mouse 1) it don't set it to ELBOW

so i choose ELBOW, and i press fire button, i fight then with normal style :/ and not ELBOW?

pawn Код:
if(dialogid == 5)
    {
        if(response)
        {
            if(listitem == 0)
            {
                SetPlayerFightingStyle (playerid, FIGHT_STYLE_ELBOW);
            }
            if(listitem == 1)
            {
                SetPlayerFightingStyle (playerid, FIGHT_STYLE_BOXING);
            }
            if(listitem == 2)
            {
                SetPlayerFightingStyle (playerid, FIGHT_STYLE_GRABKICK);
            }
            if(listitem == 3)
            {
                SetPlayerFightingStyle (playerid, FIGHT_STYLE_KNEEHEAD);
            }
            if(listitem == 4)
            {
                SetPlayerFightingStyle (playerid, FIGHT_STYLE_KUNGFU);
            }
            if(listitem == 5)
            {
                SetPlayerFightingStyle (playerid, FIGHT_STYLE_NORMAL);
            }
        }
        return 1;
    }
Reply
#2

To use fighting style press RMB + F. It is in Single Player too.
Reply
#3

Quote:
Originally Posted by ziomal432
To use fighting style press RMB + F. It is in Single Player too.
i never did finish SP ^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)