F4 Menu - Single Weapon Problem

Post Reply
VirtuousGamer
New to forums
New to forums
Posts: 5
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Jul 25, 2016 7:47 pm

F4 Menu - Single Weapon Problem

Post by VirtuousGamer »

I just got an F4 Menu, I configured it. Added it. Then restarted my server, after I restarted my server. I go to F4 Menu > Weapons > Click on purchase. Remember I'm a Citizen. I press purchase, I buy the weapon... I even set up the code correct.

DarkRP.createShipment("AK-47", {
model = "models/weapons/w_rif_ak47.mdl",
entity = "fas2_ak47",
price = 5250,
amount = 15,
separate = true,
pricesep = 250,
noship = false,
allowed = { TEAM_GUN }
})
User avatar
crashmultiz
New to forums
New to forums
Posts: 12
Joined: Tue Aug 16, 2016 9:50 pm
Location: United States, California

Re: F4 Menu - Single Weapon Problem

Post by crashmultiz »

to make the weapons spawn in shipments, change

Code: Select all

separate = true,
to

Code: Select all

separate = false,
Post Reply