[Help] how to create a port weapon for the players?

Hey guys!

I can´t create a weapon port in the vRP.

My codig in cfg/item_transformers.lua

{
    name="Liçenca para porte de arma", -- menu name
    r=255,g=0,b=0, -- color
    max_units=1,
    units_per_minute=1,
    x=-441.47332763672,y=-981.18634033203,z=30.689584732056,        
    radius=2, height=1.0, -- area
    recipes = {
      ["porte"] = { -- action name
       description="Liçenca para porte de arma", -- action description`
        in_money=15000, -- money taken per unit
        out_money=0, -- money earned per unit
        reagents={}, -- items taken per unit
        products={
		["porte"] = 1
		}, -- items given per unit
        aptitudes={} -- optional
      }
    }
  },

still in cfg/item_transformers.lua

[“porte”] = {
def = {
name=“Liçenca para porte de arma”, – menu name
r=255,g=0,b=0, – color
max_units=1,
units_per_minute=1,
x=0,y=0,z=0, – pos
radius=5, height=1.5, – area
recipes = {
[“porte”] = { – action name
description=“Liçenca para porte de arma”, – action description
in_money=15000, – money taken per unit
out_money=0, – money earned per unit
reagents={}, – items taken per unit
products={ – items given per unit
[“porte”] = 1
}
}
}
},
positions = {
{441.47332763672,-981.18634033203,30.689584732056} – Mission Row
}
},

and in vrp/cfg/items.lua

cfg.items = {
[“benzoilmetilecgonina”] = {“Benzoilmetilecgonina”, “Some Benzoic acid ester.”, nil, 0.01}, – no choices
[“seeds”] = {“Seeds”, “Some Weed seeds.”, nil, 0.01}, – no choices
[“harness”] = {“Harness”, “Some Harness Lysergsäurediethylamid.”, nil, 0.01}, – no choices
[“AK47”] = {“AK47”, “A Russian masterpeice.”, nil, 0.01}, – no choices
[“M4A1”] = {“M4A1”, “Helps give non-Americans freedom.”, nil, 0.01}, – no choices
[“credit”] = {“Stolen Credit Card”, “Credit card.”, nil, 0.01}, – no choices
[“driver”] = {“Driver license Card”, “license card.”, nil, 0.01}, – no choices
[“porte”] = {“Liçenca para porte de arma”, nil, 0.01}, – no choices
[“bank_money”] = {“Money of bank”, “$.”, nil, 0},
[“trash”] = {“Trash”, “It fucking stinks!”, nil, 0}, – no choices
[“fake_id”] = {“Fake ID”, “It just says Mcluvin.”, nil, 0}, – no choices
[“police_report”] = {“Police Report”, “Take it to the Bank Manager.”, nil, 0}, – no choices
[“ems_report”] = {“EMS Report”, “Take it to the Hospital.”, nil, 0}, – no choices
[“cargo”] = {“Cargo”, “Boxes full of porn.”, nil, 0} – no choices
}

screenshots:

https://prnt.sc/ijd3ab

http://prntscr.com/ijd40c


But I didn't have success to create the circle

Someone can help-me?

Sorry my bad English, 
I have only two years of English class.
1 Like

Download?