Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 486 Bytes

gmh.md

File metadata and controls

35 lines (20 loc) · 486 Bytes

LocalPlayer.GetMaxHealth

local max_health = LocalPlayer.GetMaxHealth();

Description

Returns the max amount of health the player currently has

Parameters

N/A

Return Value

Returns the max amount of health the player currently has

LocalPlayer.SetMaxHealth

LocalPlayer.SetMaxHealth(1000);

Description

Sets the max amount of health the player currently has

Parameters

  • max_health: the max amount of health [double]

Return Value

N/A