-
Posts
48 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by TBG-Dune
-
- 223 comments
-
- 25 comments
-
- #plugin
- #admin tool
-
(and 7 more)
Tagged with:
-
- 25 comments
-
- #plugin
- #admin tool
-
(and 7 more)
Tagged with:
-
- 25 comments
-
- #plugin
- #admin tool
-
(and 7 more)
Tagged with:
-
- 603 comments
-
- #hud
- #interface
-
(and 6 more)
Tagged with:
-
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);
