vanzylquintin42
Member-
Posts
60 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by vanzylquintin42
-
private void PingHackableCrateFor(BasePlayer player) { if (hackableLockedCrates.Count == 0) return; bool isTempAdmin = false; try { if (!player.IsAdmin) { player.SetPlayerFlag(BasePlayer.PlayerFlags.IsAdmin, true); player.SendNetworkUpdateImmediate(); isTempAdmin = true; } player.SendConsoleCommand("ddraw.text", new object[] { 1f, Color.red, hackableLockedCrates.First().transform.position + Vector3.up * 2f, $"<size=24>◈</size>" }); } finally { if (isTempAdmin) { player.SetPlayerFlag(BasePlayer.PlayerFlags.IsAdmin, false); player.SendNetworkUpdateImmediate(); } } }
-
After extensive testing and back-and-forth with this plugin, I decided to remove my PvE plugins to eliminate that possibility. However, the event still grants god mode when players leave it. I investigated further and found that when the locked crate is opened, if a player enters the event and then leaves, they receive god mode. I ran several tests without the locked crate spawning, and everything worked fine—no god mode was granted in those cases. However, this approach also means that reinforcements cannot be called in.
-
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
i added the manual reload command again so it can work after a restart will do more testing on my test server to see if its a fresh wipe with new recyclers if it still does that
-
yes i left it for 3 restart to check for that and on all 3 restarts it did the same.
-
i loaded the new update and its still the same dont know it its a plugin interfering with it.its shows that the plugin is loaded but not working still have to reload manualy to get it to function
-
thank you i will try that and keep you updated if its fixed
-
- 37 comments
-
- #convoy
- #helicopter
-
(and 9 more)
Tagged with:
-
I'm on the latest version 1.7.3
-
yes its still happening not sure whats causing it I just placed it on a timer to reload the plugin a few min after server restart
-
- 255 comments
-
- #bradley
- #bradleyapc
- (and 17 more)
-
- 410 comments
-
- #helicopter
- #helicopters
- (and 17 more)
-
- 29 comments
-
- #supplydrop
- #defenders
- (and 7 more)
-
morning have an issue where after a server restart or plugin reload the furnaces is no longer accessible and have to remove it and start from scratch with a new furnace
-
- 80 comments
-
- 1
-
-
- #limit
- #advanceentitylimit
- (and 21 more)