Jump to content

UserLeftRust

Member
  • Posts

    450
  • Joined

  • Last visited

Support Replies posted by UserLeftRust

  1. Backpacks isnt mine, make sure you remove the other backpack plugin and try redownloading BackPackPro incase the file has goofed. Just dropped it onto a dev and shes loading... so its got to be something silly
    823249127_Screenshot2022-06-18at20_36_47.png.21b084b25595904ccabb267fe5e89f40.png

  2. Static Lootables doesn't edit config files when calling the OnNewSave hook, I just checked it, So something else is effecting the config.

    May sound a bit stupid but lets go through it.
    When you wipe the server are you or your host deleing oxide/config or oxide/data files? 
    How are you handing wipes? auto script, manual deletion, etc.
    if you go through your wipe procedure is there a config file before boot and then after boot how has it changed?
    Are you getting NULL in the config file? << That is a server error and usually due to space constraints or Oxide taking a poop.

    SL only handles Data file entries on a new save and thats just getting loot containers.
    E.g.
     

    private void OnNewSave ( string filename )
            {
                DataFile.WriteObject ( Data = new RootData () );
            }

     

  3. I cant recreate this, so just to make sure i'm not missing something, your opening the UI with the command, selecting a set of wings and then enabling them, then closing the UI and you'r stuck until you press escape... correct? Is this happening when you bring up the UI AND the /wing command?

  4. No need for attitude, but firstly, I didn't write the plugin hence the large green banner at the top of the plugin page.... so that said, it was for sale before i had anything to do with it and your the first to mention something being wrong. Secondly the F3 network render is different from the client side and not a true visual, that is also effected by the direction your player is looking. So what i was asking was if you have the ability to ask another player to take some screenshots then that would be grand and help completely in resolving this apparent issue.

  5. I think your players are bringing up the rules and then exiting with the wrong button… because the kick method is a console command not a chat command so there is legit no physical link between bringing it up and fireing the command besides pressing the wrong button

  6. only reason why RustyBangers wont work is if vehicle licence isnt loaded, 

    type plugins in console and hit enter and it will give you a list of plugins and any broken ones will be at the bottom with a reason why... bet you VL is broke 😛

  7. SteamID64
    ["quote","Comma","quotes"]
    e.g.
    ["76561198004524913","76561198004524934","7656119800453454"]
    or you can do it multiline
    [
    "76561198004524913",
    "76561198004524934",
    "7656119800453454" <<No comma on last entry..
    ]
     

    • Like 1
1.8m

Downloads

Total number of downloads.

8.2k

Customers

Total customers served.

124.5k

Files Sold

Total number of files sold.

2.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.