Jump to content

papi

Creator
  • Posts

    316
  • Joined

  • Last visited

Everything posted by papi

  1. papi

    Images not loading

    could be from drug business plugin i will remove them
  2. papi

    Images not loading

    The following image ID's are in ImageLibrary "ImageID1_0": "2341879970", "ImageID2_0": "288044601", "ImageID3_0": "1520789830", "ImageID4_0": "700902369" Not sure why it's added with a _0
  3. papi

    Images not loading

    All URL's added by other plugins are from https:\\ links
  4. papi

    Images not loading

    Your images are unencrypted URL's and not being added by ImageLibrary storedData = Interface.Oxide.DataFileSystem.ReadObject<StoredData>("TutorialDisplayData"); var success = ImageLibrary?.Call("AddImage", "http://www.image-heberg.fr/files/16979388842771375397.png", "ImageID1"); if (success == null || !(bool)success) { Puts("Failed to load ImageID1"); }
  5. papi

    Images not loading

    I agree it's probably a regional issue getting these files from your host. 1. How can I disable the image placeholder in your plugin; or 2. change the URL's to a file location that is local on the server? ImageLibrary?.Call("AddImage", "C:\\rustserver\server\Apocalypse\image1.png", "ImageID1");
  6. papi

    Welcome Video

    Does it play the video for everyone or just the player joining
  7. papi

    Images not loading

    same issue no errors in console
  8. papi

    ATM (Cash Machine)

    create a blue card with the skinid from the config and add this card to Kits and set a default starter kit. Doesn't spawn a card for me either. I use a shop to give the card to a player when they setup their bank account.
  9. papi

    Images not loading

    I am on a dedicated server. There are multiple plugins using ImageLibray but no errrors in console. My config is the default one for testing. What path would i use for local directory? private void OnServerInitialized() { storedData = Interface.Oxide.DataFileSystem.ReadObject<StoredData>("TutorialDisplayData"); ImageLibrary?.Call("AddImage", "C:\rustserver\server\Apocalypse\image1.png", "ImageID1"); ImageLibrary?.Call("AddImage", "C:\rustserver\server\Apocalypse\image2.png", "ImageID2"); ImageLibrary?.Call("AddImage", "C:\rustserver\server\Apocalypse\image3.png", "ImageID3"); ImageLibrary?.Call("AddImage", "http://www.image-heberg.fr/files/16979779363922503647.png", "ImageID4"); LoadConfigData(); TutorialDisplay.json
  10. papi

    Images not loading

    I have tried everything to get the images to load but nothing works. Do the images get stored by Image Library? I did a refreshall onj ImageLibrary thinking this was not downloading them for some reason. I changed the images to imgur url's and then dropbox files but nothing worked How can I disable the image placeholder so atleast i can use the text pop-up. Or format for files to be loaded fromj the server locally.
  11. papi

    Tutorial Display

    Sadly I can’t use the plugin with the images not loading. Are they being stored by Image Library? Is there anything block them in my region for this website they are stored on? could you add an option to disable images so o can just use the text messages?
  12. papi

    Error while compiling

    (08:38:14) | Error while compiling JetEvent: Argument 1: cannot convert from 'PlayerCorpse' to 'ItemContainer' | Line: 3287, Pos: 46
  13. papi

    Tutorial Display

    The images wont load for me. Is anyone else experiencing this?
  14. papi

    Tutorial Display

    awesome work love the images
  15. papi

    Tutorial Display

    I will try your suggestion using a dedicated perm for tutorials to only show them a short time then remove them again.
  16. papi

    Tutorial Display

    The tutorial needs to close after a timer or the player closes it. I am not sure how to stop is popping back up again this interferes with game play. Project Lazarus has a skip tutorial button.
  17. papi

    /tutorial off doesnt work

    using /tutorial off temporarily removes the tutorial but it coems straight back on again
  18. papi

    Tutorial Display

    Those images look very cool. Looking forward to the next update The pop-up tutorial needs to have a close button.
  19. papi

    Tutorial Display

    Hi there have you seen Lazarus project tutorials. can you load a png with the tutorial. can it play a sound can I change window size and position and does it step through the pages automatically or player needs to click a button. is there a close button in the gui? thanks
  20. papi

    Submerged Railway Pack

    This is a very cool idea. Would love to be on a train travelling underwater. Just a little pricey for me rn
  21. papi

    Wanted

    anyone else who wanted NPC's to count towards Wanted just remark out the lines 76 & 81 using // // if (victim.PrefabName.Contains("humannpc")) { return; } // if (attacker.PrefabName.Contains("humannpc")) { return; }
  22. papi

    Wanted

    I have noticed that console commands only work for the local console and not rcon Is there any way to make them work over rcon aswell? It means i can't make players wanted using commands sent from the server. The only way currently is to set a player wanted in game which isn't great. Players are also not getting wanted status when killing or harming NPC's which is frstrating.
  23. papi

    Shop UI

    This would allow me to stop using VIP Tokens to run multiple commands
  24. papi

    ATM (Cash Machine)

    @Davidcould you add tax that goes to the Owner of the ATM ? A role on a PVE server can then maintain ATM's fopr profit. Could you add a second and shared account for the team/clan ? So money placed into this second account can be accessed by anyone in the team Again for RP purposes
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.8k

Files Sold

Total number of files sold.

2.4m

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.