03.11.2009, 18:28
I create some simple commands:
But I think don't work, I don't see the fighting styles, I only see the position but I don't see the fighting styles hits only normal hits.
What I need to use them? Thanks.
Код:
if(strcmp(cmdtext, "/boxing",true)==0) { SetPlayerFightingStyle(playerid, FIGHT_STYLE_BOXING); return 1; } if(strcmp(cmdtext, "/elbow",true)==0) { SetPlayerFightingStyle(playerid, FIGHT_STYLE_ELBOW); return 1; } if(strcmp(cmdtext, "/grabkick",true)==0) { SetPlayerFightingStyle(playerid, FIGHT_STYLE_GRABKICK); return 1; }
What I need to use them? Thanks.