-
Posts
48 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by TBG-Dune
-
I'm using the Kits plugin from Lone design but I can't import it using "wpkits_import". Looks like Lone design kits use a different naming conventions and formal. Any change you can make it compatible?
-
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);