Ergebnis 1 bis 4 von 4

Thema: DerpRP Inv funzt net!!

  1. #1
    Avatar von numbyx
    Registriert seit
    09.03.2009
    Ort
    Köln

    Standard DerpRP Inv funzt net!!

    Hallo ich habe einen DarkRP 2.4.2 Server und dort habe ich dann auch das beliebte

    DerpRP Inv

    reingeladen.

    Dann habe ich bei der drpshared.lua meine Waffen eingetragen und dann geht es nicht Ich Poste euch mal den Code und ihr knnt dann ja mal schauen(wenn ihr lust habt)

    Code:
    -- item definitions
    -- These are for custom ents. Default shipments, weapons, and food are already handled
    
    -- forbidden ent classnames (these will break the addon):
    --[[
    	sweps
    	ships
    	foods
    	_size
    ]]--
    
    --register your normal ents here
    items = {
    	food = { -- classname
    		name = "Chinese Food", -- Print name
    		desc = "Healthy chinese food, fills your whole hunger bar.", -- description
    		useable = true, --can they use it from the invenotry?
    		max = 0, --max that can be carried, 0 for infinate
    		model = "models/props_junk/garbage_takeoutcarton001a.mdl" -- model
    	},
    	drug = { -- classname
    		name = "Drugs", -- Print name
    		desc = "Duuuuuuuude this stuff makes you BUFF.", -- description
    		useable = true, --can they use it from the invenotry?
    		max = 0, --max that can be carried, 0 for infinate
    		model = "models/props_lab/jar01a.mdl" -- model
    	}	--commands on all closing brackets except the last one
    }
    
    --register your sweps here
    weps = {
    	weapon_real_cs_ak47 = {
    		name = "AK", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_aug = {
    		name = "AUG", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_awp = {
    		name = "AWP", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_desert_eagle = {
    		name = "Deagle", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_elites = {
    		name = "Dual Elites", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_famas = {
    		name = "Famas", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_five-seven = {
    		name = "Five Seven", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_flash = {
    		name = "Flash Grenade", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_g3sg1 = {
    		name = "Command", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_galil = {
    		name = "Galil", -- Print name
    		desc = "h" -- description
    	},	
    	weapon_real_cs_glock18 = {
    		name = "Glock", -- Print name
    		desc = "h" -- description
    	},	
        weapon_real_cs_grenade = {
    		name = "HE", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_knife = {
    		name = "Knife", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_m4a1 = {
    		name = "M4", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_m249 = {
    		name = "Para", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_mac10 = {
    		name = "Mac 10", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_mp5a5 = {
    		name = "Mp5", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_p90 = {
    		name = "p90", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_p228 = {
    		name = "Sig Sauer", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_pumpshotgun = {
    		name = "Shotgun", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_scout = {
    		name = "Scout", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_sg550 = {
    		name = "SG", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_sg552 = {
    		name = "Krieg", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_smoke = {
    		name = "Smoke", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_tmp = {
    		name = "TMP", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_ump_45 = {
    		name = "UMP", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_usp = {
    		name = "USP", -- Print name
    		desc = "h" -- description
    	},
    	weapon_real_cs_xm1014 = {
    		name = "Uknown", -- Print name
    		desc = "h" -- description
    	}	--commands on all closing brackets except the last one
    }
    
    --register your foods
    foodies = {
    	["models/props/cs_italy/bananna.mdl"] = { -- model
    		name = "Banana", -- Print name
    		desc = "Yummy single banana." -- description
    	},
    	["models/props/cs_italy/bananna_bunch.mdl"] = { -- model
    		name = "Banana Bunch", -- Print name
    		desc = "A whole bunch of 'nanas!" -- description
    	},
    	["models/props_junk/watermelon01.mdl"] = { -- model
    		name = "Melon", -- Print name
    		desc = "A melon from Garry's own farm." -- description
    	},
    	["models/props_junk/glassbottle01a.mdl"] = { -- model
    		name = "Vodka", -- Print name
    		desc = "In Soviet Russia, items put YOU in inventory!" -- description
    	},
    	["models/props_junk/popcan01a.mdl"] = { -- model
    		name = "Soda", -- Print name
    		desc = "Straight from Dr. Breen's private reserve." -- description
    	},
    	["models/props_junk/garbage_plasticbottle003a.mdl"] = { -- model
    		name = "2-Liter Soda", -- Print name
    		desc = "Don't forget the mentos!" -- description
    	},
    	["models/props_junk/garbage_milkcarton002a.mdl"] = { -- model
    		name = "Melk", -- Print name
    		desc = "It's good for your bones or sumthing." -- description
    	},
    	["models/props_junk/garbage_glassbottle001a.mdl"] = { -- model
    		name = "B33R", -- Print name
    		desc = "Now you can be just like Mastur Cheef!" -- description
    	},
    	["models/props_junk/garbage_glassbottle002a.mdl"] = { -- model
    		name = "Bagged Bud Light", -- Print name
    		desc = "BYOB?" -- description
    	},
    	["models/props_junk/garbage_glassbottle003a.mdl"] = { -- model
    		name = "Dos Equis", -- Print name
    		desc = "\"When it is raining, it is because he is sad.\"" -- description
    	},
    	["models/props/cs_italy/orange.mdl"] = { -- model
    		name = "Orange", -- Print name
    		desc = "An Orange a day keep der fuhror away." -- description
    	} --commands on all closing brackets except the last one
    }

  2. #2
    Avatar von numbyx
    Registriert seit
    09.03.2009
    Ort
    Köln

    Standard AW: DerpRP Inv funzt net!!

    Hat nicht jemand ne Idee ich brauch das echt

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

    Standard AW: DerpRP Inv funzt net!!

    Was wir brauchen ist für dich ein Hirn und für uns die Fehlermeldung die angezeigt wird.
    Immer dieses pushen wenn sich niemand auskennt.
    Falls du schnelle Hilfe benötigst suchst du hier vergebens. Im Facepunch wird dir vermutlich schneller geholfen. Aber btt:


    Wie äußert sich dieser Fehler: "... und dann geht es nicht" ???
    (Fehlermeldung, Fehlfunktion)
    Gruß
    minifisch

  4. Folgender Benutzer sagt Danke zu minifisch für den nützlichen Beitrag:


  5. #4
    Avatar von numbyx
    Registriert seit
    09.03.2009
    Ort
    Köln

    Standard AW: DerpRP Inv funzt net!!

    Das witzige ist ja das keine Fehlermeldung kommt

Ähnliche Themen

  1. Dismemberment funzt net:(
    Von Malledasich im Forum Hilfe & Support
    Antworten: 4
    Letzter Beitrag: 21.02.2010, 14:54
  2. EigenesAddon funzt net
    Von L.G_157 im Forum Hilfe & Support
    Antworten: 4
    Letzter Beitrag: 12.04.2009, 16:50
  3. Funzt das?
    Von JinxXx8246 im Forum Allgemeine Diskussionen
    Antworten: 7
    Letzter Beitrag: 05.11.2008, 00:42
  4. Mserver funzt nicht
    Von -=Sniper=- im Forum Server
    Antworten: 7
    Letzter Beitrag: 25.08.2008, 12:25
  5. Download funzt ned
    Von kennyo im Forum GMod Allgemein
    Antworten: 2
    Letzter Beitrag: 12.11.2006, 21:01

Berechtigungen

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