Functions/DarkRP/Shared/createAmmoType

From DarkRP
Function
Function name DarkRP.createAmmoType(string name, table tbl)
Description:
Create an ammo type.
Returns: nil
Part of Library: DarkRP
Realm:
BBCode Link: [b][url=http://wiki.darkrp.com/index.php?title=Functions/DarkRP/Shared/createAmmoType]DarkRP.createAmmoType[/url][/b]

Function parameters[edit]

  1. name (string)
  2. The name of the ammo.

  3. tbl (table)
  4. Table containing the information for the ammo.


Function return values[edit]

This function does not return any value.