Would you like to react to this message? Create an account in a few clicks or log in to continue.

Admin for those willing to fix up DarkRP server

+2
Rplix
junkfooded
6 posters

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

Go down

Admin for those willing to fix up DarkRP server Empty Admin for those willing to fix up DarkRP server

Post  junkfooded Sat Aug 07, 2010 6: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
junkfooded
Admin
Admin

Posts : 105
Points : 132
Reputation : 0
Join date : 2010-06-17

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Dark RP Shipments

Post  Rplix Sat Aug 07, 2010 7: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 7:27 pm; edited 2 times in total (Reason for editing : Quick fix. :))
Rplix
Rplix
Member
Member

Posts : 1845
Points : 2039
Reputation : -13
Join date : 2010-07-13
Age : 29
Location : Colorado

https://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Dark RP Custom Jobs

Post  Rplix Sat Aug 07, 2010 7: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
Rplix
Member
Member

Posts : 1845
Points : 2039
Reputation : -13
Join date : 2010-07-13
Age : 29
Location : Colorado

https://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  junkfooded Sun Aug 08, 2010 12:05 am

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

Posts : 105
Points : 132
Reputation : 0
Join date : 2010-06-17

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  Rplix Sun Aug 08, 2010 12:07 am

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

Posts : 1845
Points : 2039
Reputation : -13
Join date : 2010-07-13
Age : 29
Location : Colorado

https://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  junkfooded Sun Aug 08, 2010 1: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
junkfooded
Admin
Admin

Posts : 105
Points : 132
Reputation : 0
Join date : 2010-06-17

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  Rplix Sun Aug 08, 2010 2: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
Rplix
Member
Member

Posts : 1845
Points : 2039
Reputation : -13
Join date : 2010-07-13
Age : 29
Location : Colorado

https://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  danhvo1 Mon Aug 09, 2010 5: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

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  junkfooded Mon Aug 09, 2010 8: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
junkfooded
Admin
Admin

Posts : 105
Points : 132
Reputation : 0
Join date : 2010-06-17

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  junkfooded Sat Aug 14, 2010 4:23 am

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

Posts : 105
Points : 132
Reputation : 0
Join date : 2010-06-17

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  Rplix Sat Aug 14, 2010 4:48 pm

What "Other" RP server?
Rplix
Rplix
Member
Member

Posts : 1845
Points : 2039
Reputation : -13
Join date : 2010-07-13
Age : 29
Location : Colorado

https://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  Douglas Sun Aug 15, 2010 10: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
Douglas
Admin
Admin

Posts : 366
Points : 478
Reputation : 6
Join date : 2010-06-17
Age : 32
Location : Katy/Richmond TX

https://rebelnet.forumotion.com

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  Rplix Sun Aug 15, 2010 11:31 am

tongue
Rplix
Rplix
Member
Member

Posts : 1845
Points : 2039
Reputation : -13
Join date : 2010-07-13
Age : 29
Location : Colorado

https://www.youtube.com/user/wowfanatic100?feature=mhum

Back to top Go down

Admin for those willing to fix up DarkRP server Empty lockpick shipment

Post  mario4547 Thu Jul 12, 2012 4:47 pm

AddCustomShipment("Lock Picks", "models/weapons/w_crowbar.mdl", "lockpick", 5000, 10, true, 500, false, {TEAM_DEALER})

ingame name: Charizard

mario4547
Member
Member

Posts : 2
Points : 2
Reputation : 0
Join date : 2012-07-12
Age : 33

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Whats The Server Name

Post  mario4547 Thu Jul 12, 2012 4:52 pm

Um whats the Dark Rp name?javascript:emoticonp('Question')

mario4547
Member
Member

Posts : 2
Points : 2
Reputation : 0
Join date : 2012-07-12
Age : 33

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  torch Thu Jul 12, 2012 7:48 pm

mario4547 wrote:Um whats the Dark Rp name?javascript:emoticonp('Question')

Admin for those willing to fix up DarkRP server Who_th10
torch
torch
Member
Member

Posts : 705
Points : 961
Reputation : 2
Join date : 2010-07-23
Age : 27
Location : California

Back to top Go down

Admin for those willing to fix up DarkRP server Empty Re: Admin for those willing to fix up DarkRP server

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

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

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