- Whenever I try making a shipment using this format, I always get this lua error, help!
[B]There is 1 Lua problem!
Please check your console for more information!
[ERROR] Lua is unable to understand file "darkrp_customthings/shipments.lua" because its author made a mistake around line number 27.
The best help I can give you is this:
Right before the ',', Lua encountered something it could not make sense of.
Hints:
- Did you forget something here? (Perhaps a closing bracket)
- Is it a typo?
------- End of Simplerr error -------
[/B]
DarkRP.createShipment("AK47", {
model = "m9k_ak47",
entity = "weapon_m9k_ak47",
price = 15000,
amount = 10,
separate = false,
pricesep = ,
noship = false,
-- CustomCheck
})
Delete pricesep = ,
Sorry, you need to Log In to post a reply to this thread.