Results 1 to 1 of 1
  1. #1
    ILoveCozonacul's Avatar
    Join Date
    Nov 2022
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    My Mood
    Bored

    Red face [Tutorial] Respawn in the same place after you die!

    Open Assembly-CSharp.dll
    Go to Player and find Respawn Function ("public void Respawn(ComEntity comEntity)")
    And remove these two lines from the function!

    Code:
    this.position = new Vector3(comEntity.posX, comEntity.posY, comEntity.posZ);
    this.rotation = Quaternion.Euler(new Vector3(0f, (float)((int)comEntity.rotY), 0f));

  2. The Following User Says Thank You to ILoveCozonacul For This Useful Post:

    questspammerAQW (01-21-2023)

Similar Threads

  1. Replies: 44
    Last Post: 06-17-2016, 03:58 AM
  2. [Tutorial] How to spawn with all your gear after you die!
    By justdroppingby in forum Unturned Hacks & Cheats
    Replies: 1
    Last Post: 07-19-2014, 09:54 PM
  3. After you die
    By HannibalJr in forum General
    Replies: 19
    Last Post: 10-26-2012, 04:24 PM
  4. I hear the same song, Do you?
    By Gourav2122 in forum Entertainment
    Replies: 5
    Last Post: 08-23-2009, 08:00 PM