Approved, Some pointers;
- You hit xyz instead of you hitted xyz
- Make sure the attacker is a player or it could be trying to send the message to animals and throw an error
If (Attacker.IsPlayer)
{
Continue code here
}
Approved, Some pointers;
- You hit xyz instead of you hitted xyz
- Make sure the attacker is a player or it could be trying to send the message to animals and throw an error
If (Attacker.IsPlayer)
{
Continue code here
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.