function setPlayerMaxMana (client-side)
Available since version: 0.3.0
This function will set the player/npc maximum mana. If the current mana exceeds the new maximum, it will be clamped down to the new value.
Declaration
void setPlayerMaxMana(number player_id, number max_mana)
Parameters
numberplayer_id: Target player id.numbermax_mana: New maximum mana.