How can I set default values for hunger, water, and health for anyone who joins my server? Thanks.
Solved Setting health, hunger, water defaults on connect?
Discussion in 'Rust Discussion' started by QualityQontent, Sep 2, 2017.
-
Code:
player.metabolism.calories.value = 500f; player.metabolism.hydration.value = 250f; player.health = 100;
Last edited by a moderator: Sep 3, 2017 -
-
Wulf Community Admin
-