1. Hi Renub, Awesome plugins thanks for the great work, has the above issue been fixed?
     
  2. Great plugin! However there has been issues where players that teleport home end up in ceilings. They state that "The teleportation process is too slow when they teleport 3 times to the location causing the player to get stuck in ceilings if they move after the first teleport". Any way to fix this? Maybe make the teleportation process a tad bit faster and accurate like GreenMans SetHome Plugin? Thanks!
     
  3. They get stucked in the ceiling the is in the bottom of the téléport destination? Or on top of it?
     
  4. The player teleports above usually because of the 3 teleports that it does before you arrive at your base. The teleports throw you a meter or two above your initial sethome location getting them stuck in the ceiling. However one player said that she was thrown below one floor. My players typically say that if they move at all during the teleportation process, they end up in different parts of their base and not where they originally set home. So a lot of the players on my server are setting their home outside their base because of this issue. According to GreenMan's plugin, it appears that his offset for teleporting is closer to the original point compared to this plugin. Not sure if that's what is causing players teleporting above and below floors.
     
    Last edited by a moderator: Sep 27, 2014
  5. Well your players must lag like shit lol ...
    Anyway i guess ill change the timers of the téléports and post an update
     
  6. I know for sure lag isn't the issue. It could be but I've experienced it myself with an average of 70 ping with absolutely no lag getting average of 110 FPS and having a strong connection. Thanks. Let's see if that does it. I am no way trying to diss your plugin, just simply stating what 15+ players are experiencing.
     
  7. aha no problem, i understand, it will be an easy fix ;)
     
  8. Awesome plugin!
     
    Last edited by a moderator: Dec 11, 2014
  9. This plugin appears to be conflicting with r-Remove. Or r-Remove conflicts with this plugin. Either way, once I install r-Sethome, the remove plugin stops working.

    Does anyone know how to fix this?
     
  10. you are probably on multiplay, because the plugins don't conflict.
     
  11. If you are talking about multiplay the host, I am not. I have remove r-Sethome half a dozen times just to test before coming here and posting this. Every single time, r-Remove started working perfectly. The moment I load up r-Sethome, r-Remove stops working.

    Do you have any other suggestion why one would stop working only when the other is loaded?
     
  12. i have no idea, they work together, i've always used them together XD
     
  13. Could you make the plugin with flags support, so i can allow just certain players to use the command?? Or do you know a way to make that?
     
  14. of course it could be possible, but i don't code for legacy anymore, sorry.
     
  15. Well if you have some time, i would really appreciate it reneb.
     
  16. You can check the user's steam ID in the function, but I'm not sure if that's the best way to do it.


    function PLUGIN:cmdhome( netuser, cmd, args )
    local player = rust.GetLongUserID(netuser)

    if(player == "yourSteamID" or player == "playerWhoHasPermission1" or player == "playerWhoHasPermission2") then
    -- the code here
    end

    end
     
  17. that would work yes.
     
  18. I'm able to /sethome on ceilings.

    Configuration:
    Code:
    {
      "homes_timer":30,
      "gohome_price":25,
      "reset_home_timer_if_attacked":false,
      "sethome_price":750,
      "Use_Doorshare":true,
      "Use_Groups":true,
      "homes_cooldown":0,
      "AllowSetHomeOnCeiling":false,
      "Use_Factions":false,
      "homes_limit":3,
      "Version":"2.0",
      "Use_Economy":true
    }
    I searched for "ceiling" in the sethome.lua file, but nothing shows up. What am I doing wrong?

    EDIT: I can see that the function was removed when the auto-detection feature was added. Is there any way I can make players unable to /sethome on ceilings with the newest version?
     
    Last edited by a moderator: Dec 25, 2014
  19. m8 how did you resolve this i still cant get this to work, i have enabled mine in config but still wont let me
     
    Last edited by a moderator: Mar 2, 2015
  20. is it possible to use /removehome on this plugin, I cant find a way to remove it. Or is it done manually, changing the txt file?
    [DOUBLEPOST=1425333458][/DOUBLEPOST]nevermind, I figured out that doing it in a new foundation would overwrite it.