GithubHelp home page GithubHelp logo

extremlapin / ghomes Goto Github PK

View Code? Open in Web Editor NEW
34.0 6.0 5.0 4.79 MB

gHomes for Garry's mod | All-in-one property solution [Buy/rent from NPC or from 3D/2D Panel]

License: MIT License

Lua 100.00%
gmod darkrp property properties real-estate

ghomes's Introduction


ghomes's People

Contributors

amd-nick avatar blueberryy avatar extremlapin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ghomes's Issues

NPC NAME

please tell my how to rename the NPC gHomes to another name ?

Feature request

Sell my home to another player and spawn in it when i joined to server.

Data isn't saving

A few days ago I've installed gHomes on my DarkRP server, I created some houses and when I restart my server, the data files removes instantly.
imagen_2021-12-16_161943

bad net

"ghomes_delete_home"
"properties" and this too maybe
with this net user delete all homes on my server
Plz check code.

Je ne vois pas le toolgun / I don't see the toolgun

Salut, je viens d'installer l'addon sur mon serveur, j'ai bien glissé le bon dossier dans le dossier "data" mais quand je start mon serveur le toolgun n'est pas dans le SpawnMenu, peux-tu m'aider ?

(j'ai mit en anglais juste en bas pour les gens pas français qui ont le même problème)

Hi, I just installed the addon on my server, I dragged the right folder into the "data" folder but when I start my server the toolgun is not in the SpawnMenu, can you help me ?

Only spawns props in home

G'Day a long time ago you sent me to only allow players being able to spawn props inside there building (except admins) just wanting to get it fixed again thanks.
The code:
`local function propSpawn(ply, model)
local foundhouse = 0

for k, v in pairs(ghomes.list) do
    if ply:GetEyeTrace().HitPos:IsInHouse(k) then
        foundhouse = k

        if not ply:CanSpawnInHouse(k) then
            return false
        end
    end
end

if foundhouse == 0 then
    return false
end

end

local function propSpawned(ply, model, ent)
local foundhouse = 0

for k, v in pairs(ghomes.list) do
    if ent:GetPos():IsInHouse(k) then
        foundhouse = k

        if not ply:CanSpawnInHouse(k) then
            return false
        end
    end
end

if foundhouse == 0 then
    return false
end

end`

NPC overlay distance

Salut,

L'overlay au dessus de la tete du NPC ne disparaît pas a une certaine distance.

Merci,

dont work

je ne sais pas si je suis le seul mais je mets l'addon dans le dossier et rien ne marche alors que quand je l'avais y'a 1 ans tout marcher bien je suis le seul ?

GHomes not working on Helix

I get this
[ERROR] addons/ghomes/lua/ghomes_system/client/dermabuddy.lua:67: attempt to concatenate a nil value

  1. confirmcreation - addons/ghomes/lua/ghomes_system/client/dermabuddy.lua:67
  2. leftclick - addons/ghomes/lua/weapons/gmod_tool/stools/enhanced_homes.lua:572
    3. v - addons/ghomes/lua/weapons/gmod_tool/stools/enhanced_homes.lua:590
    4. unknown - lua/includes/modules/hook.lua:84

befor the error i did a change to sh_compatibility/main.lua and returned at getCurGamemode() "ix"
because it everytime used the darkrp gamemode

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.