[FilterScript] UsedPlayerAnims
#1

Код:
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;
}
//set your swat style here

What should i do at //set your swat style here

I am trying to make my players using swat style holding guns, not like CJ.

so how do i change it?
Reply
#2

Wrong section, try again in the Scripting Discussion forum.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)