Hooks/Server/playerBoughtCustomVehicle

From DarkRP
Hook
Hook name playerBoughtCustomVehicle(Player ply, table vehicleTable, Entity ent, number price)
Description:
Called when a player bought a vehicle.
Returns: nil
Realm:
BBCode Link: [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Server/playerBoughtCustomVehicle]playerBoughtCustomVehicle hook[/url][/b]

Parameters[edit]

  1. ply (Player)
  2. The player.

  3. vehicleTable (table)
  4. The table (from the CustomVehicles table).

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

  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.