Hooks/Server/playerBoughtCustomEntity

From DarkRP
Hook
Hook name playerBoughtCustomEntity(Player ply, table entityTable, Entity ent, number price)
Description:
Called when a player bought an entity (like a money printer or a gun lab).
Returns: nil
Realm:
BBCode Link: [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Server/playerBoughtCustomEntity]playerBoughtCustomEntity hook[/url][/b]

Parameters[edit]

  1. ply (Player)
  2. The player.

  3. entityTable (table)
  4. The table of the custom entity (from the DarkRPEntities table).

  5. ent (Entity)
  6. The spawned entity.

  7. price (number)
  8. The eventual price.

Return values[edit]

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