Resource icon

Approved HitMarker 1.2.0

No permission to download

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
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
}
 

ice cold

Active Member
Trusted Member
Member
Oct 24, 2016
606
876
43
Canada
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
}
Thanks i totaly forgot about that