Jump to content
  • 0

pomoc Po zasažení animace


FrOsTy14

Dotaz

1 odpověd na tuto otázku

Recommended Posts

  • 0

Zdravím potřeboval bych, že když nekdo někoho zasáhne ak47(id30) tak tomu zasaženýmu to dá animaci. Děkuji

public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart)
{
  if(GetPlayerWeapon(playerid) == 30) 
      ApplyAnimation(damagedid, ...);
  return 1;
}
Edited by Dominik Hošic
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...