Ergebnis 1 bis 8 von 8

Thema: Roleplay Server einrichten

  1. #1

    Standard Roleplay Server einrichten

    Hi,
    ich habe mir einen win7 Server eingerichtet und darkrp (aktuelste Version) draufgeladen. Jezt wollte ich fragen wie ich das alles einstelle und wie man Waffen, inventar, Jobs etc. hinzufügt. Ich habe jezt aktuel die alten Mad Cow weapons mit shipment drauf, würde aber gern eine neuere Version nehmen. Was den Jobs angeht habe ich schon versucht mir einen selber zu machen. Leider funktioniert das nicht so wie ich wollte, den wen ich in der shared.lua was verändere funktionieren alle jobs net mehr -.- . Kann man keine fertigen Jobs downloaden?

    Wär cool wenn ihr mir helfen könntet.

    Rechtschreibfehler bitte Missachten.

  2. #2

    Standard AW: Roleplay Server einrichten

    Rechtschreibfehler bitte Missachten.
    Vergiss es.

    Zum Rest:

    Erstmal enthält die Datei mit den Jobs eine genaue Anleitung. Abgesehen davon findest du auf dieser Wiki-Seite ebenfalls einige Anleitungen und noch andere Sachen:
    http://wiki.garrysmod.com/?title=DarkRP#Custom_Jobs

  3. #3

    Standard AW: Roleplay Server einrichten

    Wens so leich wäre hät ich kein neues Thema erstellt. Ich habe das mit den anleitungen genaustens befolgt, funz trozdem net. Wo soll den der Fertige code überhaupt rein? In der shared.lua kann ich es mir zwar verstellen und steht sogar in Gmod wiki, funktioniert aber nicht.

  4. #4
    Horst Avatar von minifisch
    Registriert seit
    02.09.2008
    Ort
    Österreich

    Standard AW: Roleplay Server einrichten

    Wenn sich überhaupt nichts ändert -> Server neustarten.
    Wenn kein Error kommt -> muss es sich ändern.
    Wenn kein Error kommt und auch nichts ändert -> Fail :/

    Poste doch mal deine shared.lua von DarkRP
    (Bitte im Code Tag)

    Code:
    Hier kommt deine shared.lua hin :)
    So in deinem Post:
    Code:
    [CODE]
    Hier kommt deine shared.lua hin :)
    [/CODE]
    Gruß
    minifisch

  5. #5

    Standard AW: Roleplay Server einrichten

    Code:
    /*--------------------------------------------------------
    Default teams. If you make a team above the citizen team, people will spawn with that team!
    --------------------------------------------------------*/
    TEAM_CITIZEN = AddExtraTeam("Citizen", Color(20, 150, 20, 255), {
    	"models/player/Group01/Female_01.mdl",
    	"models/player/Group01/Female_02.mdl",
    	"models/player/Group01/Female_03.mdl",
    	"models/player/Group01/Female_04.mdl",
    	"models/player/Group01/Female_06.mdl",
    	"models/player/Group01/Female_07.mdl",
    	"models/player/group01/male_01.mdl",
    	"models/player/Group01/Male_02.mdl",
    	"models/player/Group01/male_03.mdl",
    	"models/player/Group01/Male_04.mdl",
    	"models/player/Group01/Male_05.mdl",
    	"models/player/Group01/Male_06.mdl",
    	"models/player/Group01/Male_07.mdl",
    	"models/player/Group01/Male_08.mdl",
    	"models/player/Group01/Male_09.mdl"},
    [[The Citizen is the most basic level of society you can hold
    besides being a hobo. 
    You have no specific role in city life.]], {}, "citizen", 0, 45, 0, false, false)
    
    TEAM_POLICE = AddExtraTeam("Civil Protection", Color(25, 25, 170, 255), "models/player/police.mdl", [[The protector of every citizen that lives in the city . 
    You have the power to arrest criminals and protect innocents. 
    Hit them with your arrest baton to put them in jail
    Bash them with a stunstick and they might learn better than to disobey 
    the law.
    The Battering Ram can break down the door of a criminal with a warrant 
    for his/her arrest.
    The Battering Ram can also unfreeze frozen props(if enabled).
    Type /wanted <name> to alert the public to this criminal
    OR go to tab and warrant someone by clicking the warrant button]], {"arrest_stick", "unarrest_stick", "weapon_glock2", "stunstick", "door_ram", "weaponchecker"}, "cp", 4, 65, 0, true, true)
    
    TEAM_GANG = AddExtraTeam("Gangster", Color(75, 75, 75, 255), {
    	"models/player/Group03/Female_01.mdl",
    	"models/player/Group03/Female_02.mdl",
    	"models/player/Group03/Female_03.mdl",
    	"models/player/Group03/Female_04.mdl",
    	"models/player/Group03/Female_06.mdl",
    	"models/player/Group03/Female_07.mdl",
    	"models/player/group03/male_01.mdl",
    	"models/player/Group03/Male_02.mdl",
    	"models/player/Group03/male_03.mdl",
    	"models/player/Group03/Male_04.mdl",
    	"models/player/Group03/Male_05.mdl",
    	"models/player/Group03/Male_06.mdl",
    	"models/player/Group03/Male_07.mdl",
    	"models/player/Group03/Male_08.mdl",
    	"models/player/Group03/Male_09.mdl"}, [[The lowest person of crime. 
    A gangster generally works for the Mobboss who runs the crime family. 
    The Mobboss sets your agenda and you follow it or you might be punished.]], {}, "gangster", 3, 45, 0, false, false)
    
    TEAM_MOB = AddExtraTeam("Mob boss", Color(25, 25, 25, 255), "models/player/gman_high.mdl", [[The Mobboss is the boss of the criminals in the city. 
    With his power he coordinates the gangsters and forms an efficent crime
    organization. 
    He has the ability to break into houses by using a lockpick. 
    The Mobboss also can unarrest you.]], {"lockpick", "unarrest_stick"}, "mobboss", 1, 60, 0, false, false)
    
    TEAM_GUN = AddExtraTeam("Gun Dealer", Color(255, 140, 0, 255), "models/player/monk.mdl", [[A gun dealer is the only person who can sell guns to other 
    people. 
    However, make sure you aren't caught selling guns that are illegal to 
    the public.
    /Buyshipment <name> to Buy a  weapon shipment
    /Buygunlab to Buy a gunlab that spawns P228 pistols]], {}, "gundealer", 2, 45, 0, false, false)
    
    TEAM_MEDIC = AddExtraTeam("Medic", Color(47, 79, 79, 255), "models/player/kleiner.mdl", [[With your medical knowledge, you heal players to proper 
    health. 
    Without a medic, people can not be healed. 
    Left click with the Medical Kit to heal other players.
    Right click with the Medical Kit to heal yourself.]], {"med_kit"}, "medic", 3, 45, 0, false, false)
    
    TEAM_COOK = AddExtraTeam("Cook", Color(238, 99, 99, 255), "models/player/mossman.mdl", [[As a cook, it is your responsibility to feed the other members 
    of your city. 
    You can spawn a microwave and sell the food you make:
    /Buymicrowave]], {}, "cook", 2, 45, 0, 0, false)
    
    TEAM_CHIEF = AddExtraTeam("Civil Protection Chief", Color(20, 20, 255, 255), "models/player/combine_soldier_prisonguard.mdl", [[The Chief is the leader of the Civil Protection unit. 
    Coordinate the police forces to bring law to the city
    Hit them with arrest baton to put them in jail
    Bash them with a stunstick and they might learn better than to 
    disobey the law.
    The Battering Ram can break down the door of a criminal with a 
    warrant for his/her arrest.
    Type /wanted <name> to alert the public to this criminal
    Type /jailpos to set the Jail Position]], {"arrest_stick", "unarrest_stick", "weapon_deagle2", "stunstick", "door_ram", "weaponchecker"}, "chief", 1, 75, 0, false, true, TEAM_POLICE)
    
    TEAM_MAYOR = AddExtraTeam("Mayor", Color(150, 20, 20, 255), "models/player/breen.mdl", [[The Mayor of the city creates laws to serve the greater good 
    of the people.
    If you are the mayor you may create and accept warrants.
    Type /wanted <name>  to warrant a player
    Type /jailpos to set the Jail Position
    Type /lockdown initiate a lockdown of the city. 
    Everyone must be inside during a lockdown. 
    The cops patrol the area
    /unlockdown to end a lockdown]], {}, "mayor", 1, 85, 0, true, false/*, {TEAM_CHIEF, TEAM_POLICE}*/)
    /*
    --------------------------------------------------------
    HOW TO MAKE AN EXTRA CLASS!!!!
    --------------------------------------------------------
    
    You can make extra classes here. Set everything up here and the rest will be done for you! no more editing 100 files without knowing what you're doing!!!
    Ok here's how:
    
    To make an extra class do this:
    AddExtraTeam( "<NAME OF THE CLASS>", Color(<red>, <Green>, <blue>, 255), "<Player model>" , [[<the description(it can have enters)>]], { "<first extra weapon>","<second extra weapon>", etc...}, "<chat command to become it(WITHOUT THE /!)>", <maximum amount of this team> <the salary he gets>, 0/1/2 = public /admin only / superadmin only, <1/0/true/false Do you have to vote to become it>,  true/false DOES THIS TEAM HAVE A GUN LICENSE?, TEAM: Which team you need to be to become this team)
    
    The real example is here: it's the Hobo:		*/
    
    --VAR without /!!!			The name    the color(what you see in tab)                   the player model					The description
    TEAM_HOBO = AddExtraTeam("Hobo", Color(80, 45, 0, 255), "models/player/corpse1.mdl", [[The lowest member of society. All people see you laugh. 
    You have no home.
    Beg for your food and money
    Sing for everyone who passes to get money
    Make your own wooden home somewhere in a corner or 
    outside someone else's door]], {"weapon_bugbait"}, "hobo", 5, 0, 0, false)
    //No extra weapons           say /hobo to become hobo  Maximum hobo's = 5		his salary = 0 because hobo's don't earn money.          0 = everyone can become hobo ,      false = you don't have to vote to become hobo
    // MAKE SURE THAT THERE IS NO / IN THE TEAM NAME OR IN THE TEAM COMMAND:
    // TEAM_/DUDE IS WROOOOOONG !!!!!!
    // HAVING "/dude" IN THE COMMAND FIELD IS WROOOOOOOONG!!!!
    //ADD TEAMS UNDER THIS LINE:
    
    
    
    
    
    
    
    
    
    /*
    --------------------------------------------------------
    HOW TO MAKE A DOOR GROUP
    --------------------------------------------------------
    AddDoorGroup("NAME OF THE GROUP HERE, you see this when looking at a door", Team1, Team2, team3, team4, etc.)
    
    WARNING: THE DOOR GROUPS HAVE TO BE UNDER THE TEAMS IN SHARED.LUA. IF THEY ARE NOT, IT MIGHT MUCK UP!
    
    
    The default door groups, can also be used as examples:
    */
    AddDoorGroup("cops and mayor only", TEAM_CHIEF, TEAM_POLICE, TEAM_MAYOR)
    AddDoorGroup("gundealer only", TEAM_GUN)
    
    
    /*
    --------------------------------------------------------
    HOW TO MAKE An agenda
    --------------------------------------------------------
    AddAgenda(Title of the agenda, Manager (who edits it), Listeners (the ones who just see and follow the agenda))
    
    WARNING: THE AGENDAS HAVE TO BE UNDER THE TEAMS IN SHARED.LUA. IF THEY ARE NOT, IT MIGHT MUCK UP!
    
    The default agenda's, can also be used as examples:
    */
    AddAgenda("Gangster's agenda", TEAM_MOB, {TEAM_GANG})
    AddAgenda("Police agenda", TEAM_MAYOR, {TEAM_CHIEF, TEAM_POLICE})AddExtraTeam( "Hitman", Color(0, 0, 255, 255), "models/player/urban.mdl" , [[Kill some People for Money.]], { "weapon_scout","weapon_usp"}, "hitman", 2, 5000, 0, true, true)



    ---------- Beitrag hinzugefügt um 14:32 ---------- Vorheriger Beitrag war um 14:26 ----------

    In der letzen Zeile ist meine neue Klasse.
    Geändert von GarrysArmy (16.07.2011 um 13:30 Uhr) Grund: Die erstellte Klasse ist in der jetzten Zeile

  6. #6
    Avatar von Sniper (GER)
    Registriert seit
    15.02.2009
    Ort
    Nicht Cupertino

    Standard AW: Roleplay Server einrichten

    Zitat Zitat von Code
    --------------------------------------------------------
    HOW TO MAKE AN EXTRA CLASS!!!!
    --------------------------------------------------------

    You can make extra classes here. Set everything up here and the rest will be done for you! no more editing 100 files without knowing what you're doing!!!
    Ok here's how:

    To make an extra class do this:
    AddExtraTeam( "<NAME OF THE CLASS>", Color(<red>, <Green>, <blue>, 255), "<Player model>" , [[<the description(it can have enters)>]], { "<first extra weapon>","<second extra weapon>", etc...}, "<chat command to become it(WITHOUT THE /!)>", <maximum amount of this team> <the salary he gets>, 0/1/2 = public /admin only / superadmin only, <1/0/true/false Do you have to vote to become it>, true/false DOES THIS TEAM HAVE A GUN LICENSE?, TEAM: Which team you need to be to become this team)

    The real example is here: it's the Hobo: */

    --VAR without /!!! The name the color(what you see in tab) the player model The description
    TEAM_HOBO = AddExtraTeam("Hobo", Color(80, 45, 0, 255), "models/player/corpse1.mdl", [[The lowest member of society. All people see you laugh.
    You have no home.
    Beg for your food and money
    Sing for everyone who passes to get money
    Make your own wooden home somewhere in a corner or
    outside someone else's door]], {"weapon_bugbait"}, "hobo", 5, 0, 0, false)
    //No extra weapons say /hobo to become hobo Maximum hobo's = 5 his salary = 0 because hobo's don't earn money. 0 = everyone can become hobo , false = you don't have to vote to become hobo
    // MAKE SURE THAT THERE IS NO / IN THE TEAM NAME OR IN THE TEAM COMMAND:
    // TEAM_/DUDE IS WROOOOOONG !!!!!!
    // HAVING "/dude" IN THE COMMAND FIELD IS WROOOOOOOONG!!!!
    //ADD TEAMS UNDER THIS LINE:
    Soweit ich das verstehe kommt direkt UNTER die hervorgehobene Zeile deine neue Klasse. Hat nichts mit AddAgenda zu tun.
    Signatur-Plugin abgestürzt. Bitte kontaktieren sie umgehend den Systemadministrator!
    (Fehlercode 1337)

  7. #7

    Standard AW: Roleplay Server einrichten

    ja habs auch gemerkt, nur ist das bei mir nicht so übersichtlich


    ---------- Beitrag hinzugefügt um 14:45 ---------- Vorheriger Beitrag war um 14:40 ----------

    JEEES MOSERFUCKER ich habe per zufall Dan Ron weaponspack rp tauglich gemacht.

  8. #8
    Avatar von Sniper (GER)
    Registriert seit
    15.02.2009
    Ort
    Nicht Cupertino

    Standard AW: Roleplay Server einrichten

    Ich mach mal ein Beispiel:
    Code:
    --------------------------------------------------------
    HOW TO MAKE AN EXTRA CLASS!!!!
    --------------------------------------------------------
    
    You can make extra classes here. Set everything up here and the rest will be done for you! no more editing 100 files without knowing what you're doing!!!
    Ok here's how:
    
    To make an extra class do this:
    AddExtraTeam( "<NAME OF THE CLASS>", Color(<red>, <Green>, <blue>, 255), "<Player model>" , [[<the description(it can have enters)>]], { "<first extra weapon>","<second extra weapon>", etc...}, "<chat command to become it(WITHOUT THE /!)>", <maximum amount of this team> <the salary he gets>, 0/1/2 = public /admin only / superadmin only, <1/0/true/false Do you have to vote to become it>,  true/false DOES THIS TEAM HAVE A GUN LICENSE?, TEAM: Which team you need to be to become this team)
    
    The real example is here: it's the Hobo:		*/
    
    --VAR without /!!!			The name    the color(what you see in tab)                   the player model					The description
    TEAM_HOBO = AddExtraTeam("Hobo", Color(80, 45, 0, 255), "models/player/corpse1.mdl", [[The lowest member of society. All people see you laugh. 
    You have no home.
    Beg for your food and money
    Sing for everyone who passes to get money
    Make your own wooden home somewhere in a corner or 
    outside someone else's door]], {"weapon_bugbait"}, "hobo", 5, 0, 0, false)
    //No extra weapons           say /hobo to become hobo  Maximum hobo's = 5		his salary = 0 because hobo's don't earn money.          0 = everyone can become hobo ,      false = you don't have to vote to become hobo
    // MAKE SURE THAT THERE IS NO / IN THE TEAM NAME OR IN THE TEAM COMMAND:
    // TEAM_/DUDE IS WROOOOOONG !!!!!!
    // HAVING "/dude" IN THE COMMAND FIELD IS WROOOOOOOONG!!!!
    //ADD TEAMS UNDER THIS LINE:
    TEAM_ARMY = AddExtraTeam("Team Garrys Army", Color(255,0,0,255), "models/player/corpse1.mdl", [[Irgendeine Beschreibung]], {"weapon_ar2"}, "bearmynow", 5, 0, 0, true)
    So ungefähr müsste das aussehen.
    Signatur-Plugin abgestürzt. Bitte kontaktieren sie umgehend den Systemadministrator!
    (Fehlercode 1337)

Ähnliche Themen

  1. [SUCHE] DarkRP Server einrichten!
    Von Xenonis im Forum Server
    Antworten: 2
    Letzter Beitrag: 14.06.2009, 14:25
  2. gmod server FTP Download einrichten ?
    Von Redox im Forum Server
    Antworten: 0
    Letzter Beitrag: 23.06.2008, 10:34
  3. GMod 10 Server Einrichten
    Von Schnipp im Forum Server
    Antworten: 13
    Letzter Beitrag: 09.11.2007, 16:38
  4. CSS Server einrichten !
    Von Chris0457 im Forum Server
    Antworten: 5
    Letzter Beitrag: 05.09.2007, 21:56
  5. Roleplay Server Mod?
    Von cerucem im Forum Addons
    Antworten: 3
    Letzter Beitrag: 01.09.2007, 15:48

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •