Fighting Style bug?
#1

I have a pFightStyle code in my script, and I made it so if your pFightStyle is 0, your fighting style is set as FIGHT_STYLE_NORMAL. But the problem is, whenever I set my fighting style to that, on another player's screen I'm just doing the grabkick animation (old fighting style in 0.2x), but for my screen, I'm doing the FIGHT_STYLE_NORMAL animation. Is this a bug in 0.3a or is it me?

I need help with this, thanks
Reply
#2

4 - FIGHT_STYLE_NORMAL
Reply
#3

I know this thread is veeeery old but I still have this error in my script. One way around it I found is to:
Код:
public OnPlayerStreamIn(playerid, forplayerid)
{
    SetPlayerFightingStyle(GetPlayerFightingStyle(playerid), playerid);
    SetPlayerFightingStyle(GetPlayerFightingStyle(forplayerid), forplayerid);
}
Sim00n.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)