Hooks/Shared/onHitAccepted
Jump to navigation
Jump to search
Hook | |
Hook name | onHitAccepted(Player hitman, Player target, Player customer) |
Description: | |
When a hitman accepts a hit. | |
Returns: | nil |
Realm: |
![]() |
BBCode Link: | [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Shared/onHitAccepted]onHitAccepted hook[/url][/b] |
Parameters[edit]
- hitman (Player)
- target (Player)
- customer (Player)
The hitman performing the hit.
The target of the current hit.
The customer of the current hit.
Return values[edit]
This hook does not accept return values. You can still return a value to override the default implementation of this hook.