-
Posts
187 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by ArtiIOMI
-
If you like my plugin Fishing Event. I can make it for your needs.
-
/skindeployed | /sd - Opens the skin box to reskin deployed items This command and aliases of this command can be changed in the config in the section titled "Commands to open the deployed item SkinBox"
-
You are sure? Because I know that after the spray came out, the author of SkinBox added such a function.(https://chaoscode.io/resources/skinbox.17/updates) https://i.gyazo.com/8e2c92a3b156c410537e3468a4873bb4.mp4
-
- 55 comments
-
- #wipe
- #countdown
- (and 5 more)
-
Yes and no. If you understand all the functions of this tool and which option is responsible for which element in the UI, everything else is much simpler and easy to use. I created my panel in just an hour. https://codefling.com/uploads/monthly_2022_01/RustClient_yDFGFgYKUh.jpg.f39d224b7b7ea5129e6a68f8418c1859.jpg
- 12 comments
-
- 55 comments
-
- #wipe
- #countdown
- (and 5 more)
-
Unfortunately, after using the tool for a long time, I found many bugs that can be a problem for a regular client to go through. Starting with the usual typos, ending with errors in the engine of the tool. To fix this, I had to set aside a few days of my time. One asterisk because despite the reported bug and the diagnosis given, the tool has not been corrected and posted on the site. I can see that the author has put a lot of work into it, the tool is great, but it needs a bit of a refresh.
- 12 comments
-
- 12 comments
-
Try use IPlayer.Command("chat.add 0 1 Text"); using Oxide.Core; using Oxide.Core.Libraries.Covalence; namespace Oxide.Plugins { [Info("template", "ArtiIOMI", "0.0.1")] [Description("template")] internal class template : CovalencePlugin { #region Commands [Command("txt")] private void cmdTxt(IPlayer iplayer, string command, string[] args){ iplayer.Command("chat.add 0 1 Text"); } #endregion } } template.cs
-
I would like to boast about my plugin, which I have been creating for a long time. It's ready, but needs to be tested well. Let me know if you like it. https://streamable.com/tktvrq https://streamable.com/my4z28 https://streamable.com/mcyvwl
-
-
- 1
-
-
- #small monument
- #green room
- (and 9 more)
-
Version 1.13.11
303 downloads
Event which idea was taken from halloween's and easter's hunting. As in original game we collect candies or eggs, that in this case we are catching fishes for which we are getting points. Amount of points are dependent on the type of fish or item we catch. It depens exacly on number of "Bait" that every type of fish has e.g. Sardine has Bait 3 so we get 3 points. Permission To assign a permission, use 'oxide.grant <user or group> <name or steam id>' fishingevent.admin - Allow to using commands. Commands This plugin provides both chat and console commands using the same syntax. When using a command in chat, prefix it with a forward slash: `/`. startfe - starts the countdown to the start of the fishing event. stopfe - Ends the event immediately, without giving away any prizes. finishfe - Ends the event immediately, with giving away any prizes. configfe - Opens the configuration UI panel Configuration Language Default English FIle { "noOneStart": "Wow, no one played so no one won.", "bestPlayer": "{0} is the top fisherman who has caught {1} fish and {2} points collected.", "playerStats": "You placed {0} of {1} with caught {2} fish and {3} points collected.", "rewardMessage": "You received {0}x {1} as an award!", "timeMessageToEvent": "<color=#326de3>Fishing Event</color>: The fishing event starts in {0} minutes." } Hooks void OnFishingEventStartCountdown() - Call when starts counting down to the start of the fishing event. void OnFishingEventStarted() - Call when the fishing event begins. void OnFishingEventEnded() - Call when the fishing event is over. void OnFishingEventUIClosed() - Call when UI disappears from players screen.(Five seconds after fishing event is over) Credits @STIVI Plugin tester and release help. @Flammable Plugin originator and tester. @Billy Joe Thanks for your UI Tool(I hate it but i love it)$15.00
