redBDGR updated PersonalBeacon with a new update entry:
2.0.4
PersonalBeacon
Moved
Total Downloads: 1,171 - First Release: Apr 30, 2015 - Last Update: May 3, 2017
- 5/5, 9 likes
-
-
hey , can i use this like lets say i have 2 teams and i want it so each team can only see his beacon ?
-
-
-
, but i'll see what i can do , thank you though
-
-
-
-
, thank you
-
, one more question : does this plugin have console commands ?
-
-
-
Whenever I try to sue a command is says "You cannot use this command", How do I fix?
-
-
@redBDGR Would you please update the plugin description and give a clear and upper located statement about that part of the code?>>
Code:if (!player.HasPlayerFlag(BasePlayer.PlayerFlags.IsAdmin)) { player.SetPlayerFlag(BasePlayer.PlayerFlags.IsAdmin, true); player.SendNetworkUpdateImmediate(); player.SendConsoleCommand("ddraw.arrow", time, color, new Vector3(pos.x, pos.y + arrowHeight + arrowLevitation, pos.z), new Vector3(pos.x, pos.y + arrowLevitation, pos.z), arrowHeadSize); player.SendConsoleCommand("ddraw.text", time, color, new Vector3(pos.x, pos.y + arrowHeight + arrowLevitation + 5f, pos.z), name); player.SetPlayerFlag(BasePlayer.PlayerFlags.IsAdmin, false); player.SendNetworkUpdate(); }
The reason behind is: Cause of this plugin many people think ddraw actions are still working for normal players, and do constantly bump me up for such things over severals plugins.
Thx, Fuji -
We have global waypoints we would like to remove. Will there be a command to do such or are we doomed to /hideglobalwp and have the unused globals drifting through the ether for eternity? There are some globals we would like to reuse but cannot because we cannot remove any, there are only so many versions of one name we can make.
-
-
Thanks a bunch. A command would be so useful vs. unloading/editing and reloading every time we need to remove a global. This plugin is great btw.
-
Error while compiling: PersonalBeacon.cs(208,35): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast'