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
#2

Check this post for information about the keys which are needed to be pressed: http://forum.sa-mp.com/index.php?top...6945#msg746945
Reply
#3

to do special atacks you must use RMB(hold) + enter (1press for every kick)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)