HELP UsedPlayerPedAnims
#1

Can Someone HELP? I Need My Player ingame Use Swat Style When Holding Guns?

Can someone Make it?
Reply
#2

Try This:

Код:
public OnPlayerUpdate(playerid)
{
    new HoldGun[MAX_PLAYERS];
	new weap = GetPlayerWeapon(playerid);
	if (weap > 1 && HoldGun[playerid] == 0)
	{
	//Set Your Swat Style here
	HoldGun[playerid] = 1;
	}
	else
	{
	//Set The Your Normal Style here
	HoldGun[playerid] = 0;
	}
	return 1;
}
Reply
#3

There is no "Swat Style" in SA-MP, there is CJ running style and normal running style. Don't know what are you exactly asking.
Reply
#4

i think he wants the player to have the swat animations when holding a gun
Reply
#5

What kind of SWAT animations? I don't understand.
Reply
#6

so they hold guns like swat do
Reply
#7

oh the one that seif had in his anim
/copgun when you can hold your gun down on the ground and walk.
I think that what he wants
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)