Error while compiling: Unwound.cs(541,20): error CS1061: Type `BasePlayer' does not contain a definition for `ChangeHealth' and no extension method `ChangeHealth' of type `BasePlayer' could be found. Are you missing an assembly reference?
Type `BasePlayer' does not contain a definition for `ChangeHealth'Fixed
I wish this worked.
Replace all 3
with:
player.ChangeHealth(player.StartHealth());with:
player.health = player.StartHealth(); Hello, the latest update fixes a couple of things and makes this a config setting now. (default is 50 inside the config)
Locked automatically