-
Posts
724 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Mals
-
change this line 317: List<BasePlayer> WithoutAdmin = (BasePlayer.activePlayerList.Where(x => !x.IsAdmin).Select(player => player)).ToList(); to: List<BasePlayer> WithoutAdmin = (BasePlayer.activePlayerList.Select(player => player)).ToList(); and line 348 as well. I believe that takes out the admin filter. But normally Admins on most servers do not play, and do not get things, thus this design choice. Perhaps they might consider adding a config option for this?
-
- 428 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 103 comments
-
- #panel
- #infopanel
-
(and 5 more)
Tagged with:
-
same for me looks like it needs an update to the latest version of oxide.
-
- 101 comments
-
- 428 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 10 comments
-
- #smelting
- #automation
-
(and 3 more)
Tagged with:
-
-
A fun way to add convenience to your server. Although my server is PvE, I suspect for PvP this would be a radical game changer. This would motivate VIP purchases if your goal is monetization. Players enjoy having different kits for different situations at their fingertips. For the price, it is an excellent addition for a server. @Raul-Sorin Sorban has made some lovely portable utilities, all of them worth a look.
-
- 49 comments
-
- #zombie
- #krungh crow
-
(and 5 more)
Tagged with:
-
- 221 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
- 15 comments
-
- #door closer
- #hatch fix
-
(and 4 more)
Tagged with:
-
- 221 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 177 comments
-
- 1
-
-
- #monuments lock
- #lock monument
-
(and 3 more)
Tagged with:
-
- 31 comments
-
- 221 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
It is not a complex fix, Oxide decided to change the order of the parameters and name of the gathering hook. It is a 10 second fix if you know oxide and c#. I did a search and replace with notepad++ on all my plugins. That said the old hook works till the end of the year, so tons of time to adjust the code.
- 428 comments
-
- 2
-
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 5 comments
-
- #flashbang
- #pve
-
(and 3 more)
Tagged with:
