Admin for those willing to fix up DarkRP server

 :: Gaming :: Games :: Garry's Mod

View previous topic View next topic Go down

Admin for those willing to fix up DarkRP server

Post  junkfooded on Sat Aug 07, 2010 5:30 pm

As most of you may or may not know, the RP server is in the state of disrepair and denial.

We need more classes and shipments.

You will need:
http://wiki.garrysmod.com/?title=DarkRP-Config <--------For Class Creation (The jobs)
http://wiki.garrysmod.com/?title=DarkRP:Jobs <--------To help with job creation


http://wiki.garrysmod.com/?title=DarkRP:Shipments <--------Shipments (Gun Dealer buys guns, mob boss buys drugs etc)
http://www.garrysmod.org/downloads/?a=view&id=89712 <--------- Drug Shipments

Shouldn't be too hard to understand, be creative.
Once you have completed a job or shipment, just copy and paste the code in this thread.
Reward: Admin on the RP server


junkfooded
Admin
Admin

Posts: 102
Points: 127
Reputation: 0
Join date: 2010-06-17

View user profile

Back to top Go down

Dark RP Shipments

Post  Rplix on Sat Aug 07, 2010 6:17 pm

AddCustomShipment("Alcohol", "models/drug_mod/alcohol_can.mdl", "alcohol", 500, 5, false, true , {TEAM_DRUG, TEAM_ADMIN})
AddCustomShipment("Cocaine", "models/cocn.mdl", "cocaine", 600, 5, true, {TEAM_DRUG, TEAM_ADMIN})
AddCustomShipment("Shrooms", "models/ipha/mushroom_small", "shrooms", 550, 5, true, {TEAM_DRUG, TEAM_ADMIN})
AddCustomShipment("Acid", "models/marioragdoll/Super Mario Galaxy/star/star.mdl", "acid", 650, 5, true, {TEAM_DRUG, TEAM_ADMIN})
AddCustomShipment("PCP", "models/smile/smile.mdl", "pcp", 750, 5, true, {TEAM_DRUG, TEAM_ADMIN})

This is my first try. If they don't work, please tell me so I can try again. These are the most popular drug shipments. Thanks


Last edited by Rplix on Sat Aug 07, 2010 6:27 pm; edited 2 times in total (Reason for editing : Quick fix. :))

Rplix
Member
Member

Posts: 1761
Points: 1937
Reputation: -17
Join date: 2010-07-12
Age: 17
Location: Colorado

View user profile http://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

Dark RP Custom Jobs

Post  Rplix on Sat Aug 07, 2010 6:45 pm

Just some simple jobs to get the server going.

TEAM_BUILD = AddExtraTeam("Builder", Color(0,255,55,255), "models/player/elite.mdl", [[Hire This Guy To Build A Base!
]], {"weapon_bugbait"}, "build", 5, 50, 0, false)

TEAM_SWAT = AddExtraTeam("S.W.A.T", Color(0,0,153,255), "models/player/sas.mdl", [[Raid And Protect From Terrorists
]], {"weapon_deagle2", "weapon_mp52", "weapon_pumpshotgun2"}, "swat", 3, 300, 0, true, true, {TEAM_POLICE})

TEAM_DRUG = AddExtraTeam("Drug Baron", Color(50,0,150,255), "models/player/guerilla.mdl", [[Sell Drugs
]], {}, "drugbaron", 10, 100, 2, false) **Just incase we can't fix the other drug dealer job**

Notice these jobs all use Counter-Strike:Source player models. These can always be changed if it becomes a problem

Rplix
Member
Member

Posts: 1761
Points: 1937
Reputation: -17
Join date: 2010-07-12
Age: 17
Location: Colorado

View user profile http://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

Re: Admin for those willing to fix up DarkRP server

Post  junkfooded on Sat Aug 07, 2010 11:05 pm

Errr, TEAM_Admin? OH, nevermind, Goodjob, I'll have a stick em in, and see how they do.

junkfooded
Admin
Admin

Posts: 102
Points: 127
Reputation: 0
Join date: 2010-06-17

View user profile

Back to top Go down

Re: Admin for those willing to fix up DarkRP server

Post  Rplix on Sat Aug 07, 2010 11:07 pm

Indeed. The TEAM_ADMIN means admins can get these shipments without talking to the drug dealer.

Rplix
Member
Member

Posts: 1761
Points: 1937
Reputation: -17
Join date: 2010-07-12
Age: 17
Location: Colorado

View user profile http://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

Re: Admin for those willing to fix up DarkRP server

Post  junkfooded on Sun Aug 08, 2010 12:56 am

Ya, I figured but we're having lots and lots of difficulties.

The F4 Menu broke, probably due to something conflicting commands on the stuff we punched in.

We'll try to isolate the problem and fix it, in the mean time, the server's broken for now.

junkfooded
Admin
Admin

Posts: 102
Points: 127
Reputation: 0
Join date: 2010-06-17

View user profile

Back to top Go down

Re: Admin for those willing to fix up DarkRP server

Post  Rplix on Sun Aug 08, 2010 1:18 am

Would those scripts work tho? I know for a fact the custom jobs will work. Just not 100% on the shipments. I would be glad to take that admin, since I love RP and I know alot of others that love it too. Thus, getting that server populated. And if the scripts work, I can make more jobs and make it fun. Smile

Rplix
Member
Member

Posts: 1761
Points: 1937
Reputation: -17
Join date: 2010-07-12
Age: 17
Location: Colorado

View user profile http://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

Re: Admin for those willing to fix up DarkRP server

Post  danhvo1 on Mon Aug 09, 2010 4:24 pm

ok, tell ya what, shipments aren't working, convert them to entities

some examples

AddEntity("Drug lab", "drug_lab", "models/props_lab/crematorcase.mdl", 400, 3, "/buydruglab", {TEAM_GANG, TEAM_MOB})

AddEntity("Money printer", "money_printer", "models/props_c17/consolebox01a.mdl", 1000, 2, "/buymoneyprinter")

AddEntity("Microwave", "microwave", "models/props/cs_office/microwave.mdl", 400, 1, "/buymicrowave", TEAM_COOK)

AddEntity("Gun lab", "gunlab", "models/props_c17/TrapPropeller_Engine.mdl", 500, 1, "/buygunlab", TEAM_GUN)



Heres the stuff

AddCustomShipment("Alcohol", "models/drug_mod/alcohol_can.mdl", "alcohol", 500, 8, false, true , {TEAM_DRUG, TEAM_ADMIN})

AddCustomShipment("Cocaine", "models/cocn.mdl", "cocaine", 600, 8, true, {TEAM_DRUG, TEAM_ADMIN})

AddCustomShipment("Shrooms", "models/ipha/mushroom_small", "mushroom", 550, 8, true, {TEAM_DRUG, TEAM_ADMIN})

AddCustomShipment("PCP", "models/marioragdoll/Super Mario Galaxy/star/star.mdl", "pcp", 650, 8, true, {TEAM_DRUG, TEAM_ADMIN})

AddCustomShipment("LSD", "models/smile/smile.mdl", "lsd", 750, 8, true, {TEAM_DRUG, TEAM_ADMIN})

AddCustomShipment("Water", "models/drug_mod/the_bottle_of_water.mdl", "water", 10, 5, true, {TEAM_DRUG, TEAM_ADMIN})

AddCustomShipment("Cigarettes", "models/boxopencigshib.mdl", "cigarette", 60, 5, true, {TEAM_DRUG, TEAM_ADMIN})

AddCustomShipment("Weed", "models/katharsmodels/contraband/zak_wiet/zak_wiet.mdl", "weed", 500, 8, true, {TEAM_DRUG, TEAM_ADMIN})

AddCustomShipment("Heroin", "models/katharsmodels/syringe_out/syringe_out.mdl", "heroine", 400, 5, true, {TEAM_DRUG, TEAM_ADMIN})

danhvo1
Member
Member

Posts: 117
Points: 145
Reputation: 1
Join date: 2010-06-23

View user profile

Back to top Go down

Re: Admin for those willing to fix up DarkRP server

Post  junkfooded on Mon Aug 09, 2010 7:41 pm

AddEntity("NAME", "LUA NAME", "THE MODEL SPAWNED WITH", PRICE, MAXIMUM AMOUNT YOU CAN HAVE, "WHAT YOU SAY IN CHAT TO BUY", {TEAMS THAT CAN BUY THIS})

Fill in the red

Example
AddEntity("Drug lab", "drug_lab", "models/props_lab/crematorcase.mdl", 400, 3, "/buydruglab", {TEAM_GANG, TEAM_MOB})

junkfooded
Admin
Admin

Posts: 102
Points: 127
Reputation: 0
Join date: 2010-06-17

View user profile

Back to top Go down

Re: Admin for those willing to fix up DarkRP server

Post  junkfooded on Sat Aug 14, 2010 3:23 am

Thank You Rplix, you're now apart of the staff when we get the other RP server (Maybe)

junkfooded
Admin
Admin

Posts: 102
Points: 127
Reputation: 0
Join date: 2010-06-17

View user profile

Back to top Go down

Re: Admin for those willing to fix up DarkRP server

Post  Rplix on Sat Aug 14, 2010 3:48 pm

What "Other" RP server?

Rplix
Member
Member

Posts: 1761
Points: 1937
Reputation: -17
Join date: 2010-07-12
Age: 17
Location: Colorado

View user profile http://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

Re: Admin for those willing to fix up DarkRP server

Post  Douglas on Sun Aug 15, 2010 9:26 am

I hate to break it to you guys, but Justin and I closed down the other servers. We just bought a full Dedicated server to take its place. We are in process of starting it over, as well as TF2 and CSS and ANY other game that we would like to host. I am waiting for them to finish setting up the server and then I plan to set up the RP server and a second build server.

Douglas
Admin
Admin

Posts: 365
Points: 477
Reputation: 6
Join date: 2010-06-17
Age: 20
Location: Katy/Richmond TX

View user profile http://rebelnet.motionsforum.com

Back to top Go down

Re: Admin for those willing to fix up DarkRP server

Post  Rplix on Sun Aug 15, 2010 10:31 am

tongue

Rplix
Member
Member

Posts: 1761
Points: 1937
Reputation: -17
Join date: 2010-07-12
Age: 17
Location: Colorado

View user profile http://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

 :: Gaming :: Games :: Garry's Mod

Permissions in this forum:
You cannot reply to topics in this forum