• [DarkRP] Properties Mod - Buy/Sell doors in sets
    126 replies, posted
[QUOTE=Xenobagel;47268192]Does this support 2.6.0? Or does that really matter cause i dont think 6.0 changed much.[/QUOTE] Looking at the patch notes, looks like nothing would affect it, but I could be wrong, if you have any issues post it on the github [QUOTE=ImDesire;47282175]For some reason, the npc is not spawning. Properties.NPCSpawns[1] = { ["name"] = "Bob", ["model"] = "models/odessa.mdl", ["pos"] = Vector(-851.406921, -971.395752, -131.968750), ["angle"] = Angle(-0.219962, -90.220390, 0.000000), //["whitelist"] = {1,2}, } Can someone help me ;o[/QUOTE] You probably installed it wrong. The npc has to go into the entities folder: entities/npc_properties Also it was pointed out to me that someone tried to sell this addon: [url]https://scriptfodder.com/scripts/view/967/description/[/url] Well on the brightside, I made something worth stealing :v:
[QUOTE=Alig96;47282627]Looking at the patch notes, looks like nothing would affect it, but I could be wrong, if you have any issues post it on the github You probably installed it wrong. The npc has to go into the entities folder: entities/npc_properties Also it was pointed out to me that someone tried to sell this addon: [url]https://scriptfodder.com/scripts/view/967/description/[/url] Well on the brightside, I made something worth stealing :v:[/QUOTE] Hmm.. Idk, I have it like this. darkrpmodification/lua/entities/npc_properties Maybe it's an addon conflicting. Edit : Seems as though I was adding it to my other server which I wasn't testing. Works perfectly fine now. Thanks ;o -- GET SLEEP FOLKS.
I , the addon was broken by the gmod update no ? When i buy a house that don't work
i installed it but the npc didnt spawn in i placed it drpmod/lua/entites did the gmod update do anything to this?
the thing says that you have to be looking a the door to buy the property
There is an issue for set the max house at 1 per player plize ?
how can i buy the doors without looking at them?
Someone really tried to resell it.. didn't even change anything. lol
Hi, I have some problems : The command to get the DoorIndex doesn't work. Do you have an other one ?
use this version [QUOTE=AirBlack;45073846]Did a little [URL="https://www.mediafire.com/?2n7mesbbb8gbau8"]improvement for tool[/URL].[/QUOTE] its working on 2.6.1 without problems
[QUOTE=Tomelyr;47801437]use this version its working on 2.6.1 without problems[/QUOTE] mom, i'm in tv
How do you set the view positions for properties? Edit: I Figured it out but is it possible for people to co - own?
Co-owning is an issue on this version of the addon, I did have an updated version in the works, but my computer has recently broken so I'm not able to push the update as of yet. Which sucks because I had another cool addon that you guys may have liked too.
[QUOTE=Alig96;48399302]Co-owning is an issue on this version of the addon, I did have an updated version in the works, but my computer has recently broken so I'm not able to push the update as of yet. Which sucks because I had another cool addon that you guys may have liked too.[/QUOTE] Any updates? :)
[QUOTE=ben101a;48525611]Any updates? :)[/QUOTE] Not as of yet, still no workable pc at the moment sorry :(
I spent so long trying to find this addon, i then found the script fodder link and got worried but luckily that was a thief that ended up with me finding the link for this. It's not often anyone says this but Thank you Mr Thief. Now to re download and finally enjoy this amazing addon. Hopefully you get the Co-Owning working soon as I know people are going to complain about that, Hopefully your PC is fixed soon. :)
[QUOTE=Poop2heaven;45068731]Wow, didn't expect something like this to come out for free. Does it have any preset maps allready? Thanks![/QUOTE] rp_evocity_v33x_edit is already done
Hello I can not install a system property you can tell me or I have to put darkrp_modules and entities and .gitattributes .gitignore file pls help me !
How to install pls
Make the purchase of all or a purchase of 7 days, where you could make money at the expense of the house. Ie the house retains the player and after the game.
Does anyone have a rp_downtown_v4c_v2 config??
Could you have co-owning via buddies? For example through Falco's Prop protection. Or a seperate menu that you add for "spare" keys.
Is this now dead? I really want this to be done so might have to pay someone to finish it :(. It is a shame such a great addon and I cannot find another one any where else.
[QUOTE=Mr.Dexter;50123092]Is this now dead? I really want this to be done so might have to pay someone to finish it :(. It is a shame such a great addon and I cannot find another one any where else.[/QUOTE] I'm running it on my server and it works wonders. Also, I hope no one minds me leaving this here, but I modified ds2198's property tool for finding the door IDs... Left click still retains its original functionality, but I changed right click to print a line to console that is formatted perfectly for copy-and-pasting into the properties config (for getting camera positions and angles): Here's the code, just replace the SWEP:SecondaryAttack() function with this: [CODE] function SWEP:SecondaryAttack() if !IsFirstTimePredicted() then return end local angle = player.GetByID(1):EyeAngles() local pos = player.GetByID(1):GetPos() local angleTbl = string.Explode(" ", tostring(angle)) local posTbl = string.Explode(" ", tostring(pos)) local angleText = "Angle("..string.Implode(", ", angleTbl)..")" local posText = "Vector("..string.Implode(", ", posTbl)..")" print("{pos = "..posText..", ang = "..angleText.."},") end [/CODE] Untested so might not work, but it should.
[QUOTE=Threebow;50129165]I'm running it on my server and it works wonders. Also, I hope no one minds me leaving this here, but I modified ds2198's property tool for finding the door IDs... Left click still retains its original functionality, but I changed right click to print a line to console that is formatted perfectly for copy-and-pasting into the properties config (for getting camera positions and angles): Here's the code, just replace the SWEP:SecondaryAttack() function with this: [CODE] function SWEP:SecondaryAttack() if !IsFirstTimePredicted() then return end local angle = player.GetByID(1):EyeAngles() local pos = player.GetByID(1):GetPos() local angleTbl = string.Explode(" ", tostring(angle)) local posTbl = string.Explode(" ", tostring(pos)) local angleText = "Angle("..string.Implode(", ", angleTbl)..")" local posText = "Vector("..string.Implode(", ", posTbl)..")" print("{pos = "..posText..", ang = "..angleText.."},") end [/CODE] Untested so might not work, but it should.[/QUOTE] Nice, Do you have a way to add co-owners? Or do you not bother with that?
Hi guys is there a way to get the co-property working ? i mean actually, only the buyer of the house can get the key, how can i make that he can give access too people ?
[QUOTE=vax00;50213838]Hi guys is there a way to get the co-property working ? i mean actually, only the buyer of the house can get the key, how can i make that he can give access too people ?[/QUOTE] [URL="https://scriptfodder.com/scripts/view/2019"]Try this, but it's not free[/URL] :zoid:
[QUOTE=Lapin_b0t;50218043][URL="https://scriptfodder.com/dashboard/scripts/2019"]Try this, but it's not free[/URL] :zoid:[/QUOTE] i can't access to you'r link : "You do not have permission to view that script" This addons (darkrp properties mod) is really good, honestly, easy to edit, beautiful skin, its perfect, The only problem i see is that you can't have multiple owner, and its to bad in darkrp / roleplay gamemode ........ If someone know how to modify and add this, please, tell us :/
fixed it
Where is the vector or how do i spawn it Pls help
Sorry, you need to Log In to post a reply to this thread.