-
Posts
3,679 -
Joined
-
Last visited
-
Days Won
208
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Steenamaroo
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi Rodeny 1: No, it makes no difference. The option to save to MySQL is in addition to the regular save and is only there for people who who want to publish to web. The local data file is stored and used regardless. 2: To be honest, I don't know. i just made them optional from day one but I've no reason to think there's any problem with using them.
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
If you're considering external loot plugins, CustomLoot has API and allows you to specify custom profiles (and creates if not exist) to let users have a unique loot table per call. List<Item> loot = (List<Item>)CustomLoot?.Call("MakeLoot", "SomeCustomName"); if (loot != null) foreach (var item in loot) if (!item.MoveToContainer(container.inventory, -1, true)) item.Remove();
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Should be all good now @MastrJedii
-
@Vedder Thanks for the screen shots. The plugin is unloading itself because ImageLibrary.cs is not installed. @TF Crazy If ImageLibrary is a requirement that really should be in the description. You should probably enable Support for your plugins too, so that reports are separate and organised. It's easier to keep track that way. Discussion/comments, ideally, is for suggestions and remarks.
-
Have you altered the config value for chat command? `Command chat": "info"` If not, I don't see anything about permissions or auth level so it sounds like the plugin isn't loaded. Get your server console, or rcon, open and `oxide.reload CInfoPanel` Watch console to see if there are any errors. If you do see some error delete the config .json for this plugin and reload again. If there's still an error, please screen shot it or paste it here.
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 222 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 50 comments
-
- #updates
- #steenamaroo
-
(and 5 more)
Tagged with:
-
Ability to sort by Last Updated and Newest
Steenamaroo replied to Bumfuzzler's topic in Site Support
Hey man. Those sort filters exist although, admittedly, they could be named better. Click the 'Plugins' tab on the main page to show plugins only. 'Recently Updated' is the default view but you can click Sort By > Start Date to order by when they were added. I'll mention to @Death about changing 'Start Date' to the words 'Recently Added' or something more obvious. There's no option to opt out of UpdatesChecker. If the plugin is on Codefling and the author uses conventional version numbering, increasing as they go, UpdatesChecked should tell you. -
- 2 comments
-
- #vehicle
- #motorcycle
-
(and 4 more)
Tagged with:
-
- 31 comments
-
- 31 comments
-
- 31 comments
-
Ah good stuff! Sorry the reply was so late. Pretty sure I don't get pinged for stuff in here - Need to check more often!
