How I can use the fighting styles ( I mean in the game )
#1

I create some simple commands:

Код:
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;
  }
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.
Reply


Messages In This Thread
How I can use the fighting styles ( I mean in the game ) - by CTCCoco - 03.11.2009, 18:28
Re: How I can use the fighting styles ( I mean in the game ) - by dugi - 03.11.2009, 18:39
Re: How I can use the fighting styles ( I mean in the game ) - by klavins - 03.11.2009, 18:59

Forum Jump:


Users browsing this thread: 2 Guest(s)