Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Find file
Copy path
cwhl2rp_plugins/unit_id_card/plugin/items/sh_unit_id_card.lua
Find file
Copy path
Fetching contributors…
| local ITEM = Clockwork.item:New(); | |
| ITEM.name = "Unit ID Card"; | |
| ITEM.cost = 500; | |
| ITEM.access = "m"; | |
| ITEM.model = "models/gibs/metal_gib4.mdl"; | |
| ITEM.weight = 0.1; | |
| ITEM.business = false; | |
| ITEM.description = "A card with a unit's digits and rank enscribed on it."; | |
| function ITEM:OnDrop(player, position) end; | |
| ITEM:Register(); |