Apply
In Progress
Negotiations
Finished
Budget
$10.00
Category
Uncategorised
Applications
5
Views
737
Description
Hello,
I'm in search of a person that has experience using my addon craftingmod. The job consists of configuring the popular M9K and FAS addons into craftingmod.You dont need any GLua/Lua knowlegde.
An example of how to configure a weapon from my docs. https://erykdocs.readthedocs.io/en/latest/craftingmod/guides/1/weapons.html
local WEAPON = {} WEAPON.NAME = "Glock" WEAPON.INFORMATION = "A gun that can shoot bullets" WEAPON.MODEL = "models/weapons/w_pist_glock18.mdl" WEAPON.SKIN = 0 WEAPON.SWEP = "weapon_glock2" WEAPON.SELL = 100 WEAPON.BUY = 100 WEAPON.WEIGHT = 5 CRAFTINGMOD.WEAPONS:Register(WEAPON)
Best regards Eryk