CreateWeapon


Create a weapon.

local created = exports.drx_mdt:CreateWeapon(source, {
    serial,
    stateid,
    model
}

Paramters:

  • source (number|nil): The server id of the author or none.

  • options (table) - serial (string) - stateid (string): The owner of the weapon - model (string)

Returns:

  • boolean

Last updated

Was this helpful?