• DarkRP Shipments Problem
    2 replies, posted
Hey, I'm having problems with my shipments in DarkRP, they are for CSS realistic, here they are. AddCustomShipment("USP .45", "models/weapons/w_pist_usp.mdl", "weapon_real_cs_usp", 3000, 5, True, 750, False, {TEAM_BMD}) AddCustomShipment("Ingram Mac 10", "models/weapons/w_smg_mac10.mdl", "weapon_real_cs_mac10", 3750, 5, True, 875, False, {TEAM_BMD}) AddCustomShipment("H&K UMP .45", "models/weapons/w_smg_ump45.mdl", "weapon_real_cs_ump_45", 4050, 5, True, 950, False, {TEAM_BMD}) AddCustomShipment("Kalashnikov AK47", "models/weapons/w_rif_ak47.mdl", "weapon_real_cs_ak47", 4500, 5, True, 1125, False, {TEAM_BMD}) AddCustomShipment("Galil", "models/weapons/w_rif_galil.mdl", "weapon_real_cs_galil", 4650, 5, True, 1200, False, {TEAM_BMD}) AddCustomShipment("FN Five-Seven", "models/weapons/w_pist_fiveseven.mdl", "weapon_real_cs_five-seven", 2650, 5, True, 695, False, {TEAM_BMD}) AddCustomShipment("Steyr TMP", "models/weapons/w_smg_tmp.mdl", "weapon_real_cs_tmp", 4000, 5, True, 925, False, {TEAM_BMD}) AddCustomShipment("Steyr Scout", "models/weapons/w_snip_scout.mdl", "weapon_real_cs_scout", 5500, 5, True, 1375, False, {TEAM_BMD}) AddCustomShipment("Desert Eagle", "models/weapons/w_pist_deagle.mdl", "weapon_real_cs_desert_eagle", 3800, 5, True, 875, False, {TEAM_BMD}) AddCustomShipment("Steyr AUG A1", "models/weapons/w_rif_aug.mdl", "weapon_real_cs_aug", 5350, 5, True, 1180, False, {TEAM_BMD}) AddCustomShipment("Benelli M1014", "models/weapons/w_shot_xm1014.mdl", "weapon_real_cs_xm1014", 5000, 5, True, 1200, False, {TEAM_BMD}) AddCustomShipment("Benelli M3 Pump Shotgun", "models/weapons/w_shot_m3super90.mdl", "weapon_real_cs_pumpshotgun", 3000, 5, True, 650, False, {TEAM_POLICESUPPLIER}) AddCustomShipment("H&K MP5A5", "models/weapons/w_smg_mp5.mdl", "weapon_real_cs_mp5a5", 2250, 5, True, 475, False, {TEAM_POLICESUPPLIER}) AddCustomShipment("L96A1", "models/weapons/w_snip_awp.mdl", "weapon_real_cs_awp", 3250, 5, True, 725, False, {TEAM_POLICESUPPLIER}) AddCustomShipment("Sig Sauer P228", "models/weapons/w_pist_p228.mdl", "weapon_real_cs_p228", 2200, 5, True, 475, False, {TEAM_POLICESUPPLIER}) AddCustomShipment("Colt M4A1", "models/weapons/w_rif_m4a1.mdl", "weapon_real_cs_m4a1", 2750, 5, True, 600, False, {TEAM_POLICESUPPLIER}) AddCustomShipment("Sig Sauer 552", "models/weapons/w_rif_sg552.mdl", "weapon_real_cs_sg552", 3150, 5, True, 675, False, {TEAM_POLICESUPPLIER}) AddCustomShipment("Nexter FA-MAS", "models/weapons/w_rif_famas.mdl", "weapon_real_cs_famas", 2500, 5, True, 550, False, {TEAM_POLICESUPPLIER}) Do you see any problem with them?
Lua sectionnnnnnnnnnnn EDIT: Your true and false are capitalized, I don't know if thats allowed, pretty sure it isnt
Oh, yeah, that may be the problem, I'll check in a few. And sorry for posting in the wrong section, I figured scripts aren't considered lua. Edit: Not fixed.
Sorry, you need to Log In to post a reply to this thread.