Jump to content

Kulltero

Member
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Kulltero's Achievements

Newbie

Newbie (1/15)

  • One Year In
  • First Post
  • One Month Later
  • Week One Done
  • Dedicated

Recent Badges

0

Reputation

  1. in your recent version (v1.0.24) you converted the plugin to RustPlugin, but didnt update the main Commands to use the ChatCommand or ConsoleCommand Syntax for the oxide version. i haven't done a deep check but Line 2285 [Command(COMMAND)] private void CMD_loottable(IPlayer player, string command, string[] args) should be converted to [ChatCommand(COMMAND)] private void CMD_loottable(BasePlayer player, string command, string[] args) and Line 2373 [Command("loottable.cmd")] private void CMD_cmd(IPlayer player, string command, string[] args_0) should be converted to [ConsoleCommand("loottable.cmd")] private void CMD_cmd(ConsoleSystem.Arg args) (the underlying code should also be updated to work with BasePlayer & ConsoleSystem.Arg respectively) the reason this works in carbon is because they check for the Command Attributes aswell as any ChatCommand, ConsoleCommand & UICommand Attributes, while oxide only checks for Command in Covalence plugins, not RustPlugins
  2. death likes me

1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.8k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.