Hooks/Shared/lockdownStarted

From DarkRP
Hook
Hook name lockdownStarted(Player actor)
Description:
When a lockdown has started.
Returns: nil
Realm:
BBCode Link: [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Shared/lockdownStarted]lockdownStarted hook[/url][/b]

Parameters[edit]

  1. actor (Player)
  2. The player who started the lockdown. Note: Can be the world entitity.

Return values[edit]

This hook does not accept return values. You can still return a value to override the default implementation of this hook.