Need help with a Command

Kleinjeanpa1

New Member
May 21, 2020
6
1
I Need Help...

Would like the user to reload the room when Health = 0 ..
Code:
 if ((TargetClient.GetHabbo().Health - randomShotDamage) < 1)
            {
                Room.SendMessage(new ShoutComposer(roomUser.VirtualId, "*Erschießt " + TargetClient.GetHabbo().Username + ", und töt ihn!*", 0, roomUser.LastBubble));
                TargetClient.GetHabbo().Health = 100;
                //Code?
                   }
 

Users who are viewing this thread

Top