1. yes now with the anticheat they check if players teleport (and not admins obviously ;))
     
  2. is the plugin going to get a updated because players are dieing tping
     
  3. Can u fix it? :D
     
  4. i'll look into later ... i forgot how to lua XD
     
  5. Is there another teleporting plugin we can use?
     
  6. Legs. Could always try telling people to use them, like the good old days. People have become to dependant on this plugin, when it goes down people cry.
     
  7. Sooooo many people crying about it on my server hahah :-D
     
  8. We need Wulf to save the day.
     
  9. Teleport is really broken on my server, when i do TP or TPR home 1 they die with home 1, TPR and Tp teleports me to where im standing
     
  10. Have you not read the other 20 posts?
     
  11. People rarely do, unfortunatley... :p
     
  12. I discipline my players, they do not cry but we need help, i know this is where the magic happens

    Code:
    function PLUGIN:Teleport( player, destination )
        -- Let the player sleep to prevent the player from falling through objects.
        player:StartSleeping()    -- Remove triggers
        player:RemoveFromTriggers()    player.transform.position = destination
        player:ClientRPCPlayer(nil, player, "ForcePositionTo", destination)    player:SetPlayerFlag(global.BasePlayer.PlayerFlags.ReceivingSnapshot, true);
        player:UpdateNetworkGroup();
        player:UpdatePlayerCollider(true, false);
        player:SendNetworkUpdateImmediate(false);
        player:ClientRPCPlayer(null, player, "StartLoading");
        player:SendFullSnapshot();
        player:SetPlayerFlag(global.BasePlayer.PlayerFlags.ReceivingSnapshot, false);
        player:ClientRPCPlayer(null, player, "FinishLoading" );
    end
    Something needs changed in here :)
     
  13. Lol I've tried to tell them that but then I guess the reason they join modded servers is for plugins like these. I can't believe how much people cry over these things :D
     
  14. Somtimes when people tp it doesnt work and just tps them back any fixes ?
     
  15. The plugin is broke, wait for fix mate.
    [DOUBLEPOST=1439506364][/DOUBLEPOST]Instruct your players to use their legs.
     
  16. ok thanks for the reply
     
  17. Try using dotPeek to check the new changes in the sleeping bag teleport code. (Just a hunch) There might be a check there.
     
  18. no maxcloud ;)
    it's in PlayerTickPosition ;) (it's a new anticheat ;))
     
  19. Wulf

    Wulf Community Admin

    Testing a fix with a few, will see how it goes.
     
  20. =nm it's
    BasePlayer.UpdatePositionFromTick