Hello, my darkrp shipments get mixed up like for example:
p228 shipment is named Glock18, and ak47 is named AUG.
anyone know what to do? here is my addentities file :) I would be very happy if anyone could come up with new leads to the problem.
[url]http://pastebin.com/7Hgg2BwB[/url]
I have no clue what AddCustomShipment does, but I assume that you are not supposed to do it twice for each weapon. Not sure if this helps:
Line 4:
AddCustomShipment("P228", "models/weapons/w_pist_p228.mdl", "weapon_real_cs_p228", 0, 10, true, 185, true, {TEAM_GUN})
Line 147:
AddCustomShipment("P228", "models/weapons/w_pist_p228.mdl", "weapon_real_cs_p228", 1000, 5, true, 220, false, {TEAM_GUN})
Gryphian is right, DarkRP uses the name of the shipment in the chatcommand, so if you have 2 shipments with the same name, it will break because it doesn't know which one to spawn.
ahh thank you drakehawk and gryphian I will defently check this out :) I really appreciate this :)
Sorry, you need to Log In to post a reply to this thread.