Garry's Mod Leaks

{Request} for arccw and [help]

Submitted by sussymonk, , Thread ID: 258629

sussymonk
Newbie
Level:
2
Reputation:
0
Posts:
19
Likes:
1
Credits:
8
26-01-2023, 08:42 AM
#1
Requesting links / downloads for arccw including content ect. Also I need help making shipments and ammo in my darkrp modification master. Here are some codes for it that don't work at all - also some of my jobs dont show up like police job and hitman ect - And jobs are just placed in the "other " catergory of the f4 menu when they have categories. Here are some of the codes:

Shipment code that doesn't work:

DarkRP.createShipment("Cowboy Gun", {
model = "models/weapons/m9k_model627.mdl",
entity = "m9k_model627",
price = 12580,
amount = 15,
separate = true,
pricesep = 1110,
noship = true,
allowed = {TEAM_GDEAL},
category = "Pistols",
})


Ammo Code that doesn't work:

DarkRP.createAmmoType("MAIN PISTOL AMMO", {
name = "Pistol Rounds",
model = "models/Items/m9k_ammo_pistol",
price = 300,
amountGiven = 200,
customCheck = function(ply) return ply:IsAdmin()
})


Jobs code that doesn't work:

TEAM_HITMEN = DarkRP.createJob("Hitman", {
color = Color(255, 0, 0, 255),----The color that shows on the scoreboard.
model = {"models/player/Group03/male_03.mdl"},---------------------The player model of the job.
description = [[Kill people for money]],--------Information about the job.
weapons = {"weapon_cigarette_newport, m9k_sig_p229r"},---------------------What weapons you want them to have.
command = "HITMAN",--------------EX: /Example ingame chat command
max = 5,------------------------How many player can be this job.
salary = 100,---------------------How much a player gets paid every so often.
admin = 0,------------------------Change this to 1 for true and 0 for no.
vote = false,
hasLicense = true,
category = "Criminals",
})


________________________________________________________________

TEAM_COPS = DarkRP.createJob("Police Officer", {
color = Color(255, 0, 0, 255),----The color that shows on the scoreboard.
model = {"models/player/police.mdl"},---------------------The player model of the job.
description = [[ENFORCE THE LAW AND PLEASE DONT RDA ]],--------Information about the job.
weapons = {"realrbn_tazer, guigui_handcuffs, arrest_stick, unarrest_stick, m9k_sig_p229r "},---------------------What weapons you want them to have.
command = "POLICE",--------------EX: /Example ingame chat command
max = 5,------------------------How many player can be this job.
salary = 100,---------------------How much a player gets paid every so often.
admin = 0,------------------------Change this to 1 for true and 0 for no.
vote = false,
hasLicense = true,
category = "Enforcers",
})






Greatly appreciated if you can help

Users browsing this thread: 1 Guest(s)