-
Posts
45 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by TBG-Dune
-
Player Gather Rate If your plugin sets a player gather rate you can implement the hook below in your plugin to return what the players current gather rate is. //Returns the current gather for the player. private float GetGatherForPlayer(Baseplayer player) To update the gather panel for a specific player you can call the following hook on GatherPanel //Will update gather panel globally for all players. MagicGatherPanel.Call("OnPlayerGatherUpdated" player);