Jump to content

xNullPointer95

Member
  • Posts

    21
  • Joined

  • Last visited

Everything posted by xNullPointer95

  1. Version 1.0.0

    6 downloads

    xMagazineCapacity - Set a custom magazine capacity for any weapon. - Define a default capacity - Define a permission or not for any custom magazine capacity Default Config { "Weapons": [ { "weaponName": "rifle.ak", "capacity": 45, "defaultCapacity": 30, "permission": "" }, { "weaponName": "rocket.launcher", "capacity": 15, "defaultCapacity": 1, "permission": "xmc.rocketlauncher" } ] } Keep "permission" empty to override magazine capacity for all players. When config is changed, reload the plugin. Add as much weapons as you want.
    $6.99
  2. Waiting for approval then u can find it here:
  3. Ah okay, i also add it dynamically but as of the Button List settings i thought it lets me scroll horizontally/vertically then instead of Page 1,2,3 etc. - Thanks
  4. Any feedback? @Billy Joe
  5. Hey there, i've a suggestion to implement 2 new badges. Receiving a badge for First download First purchase
  6. Version 1.0.1

    2 downloads

    xAutoPurge - Automatically purges all entities owned by players which are inactive for X days. - Configurable parameters for: InactiveDays - Defines when a players gets purged if not online for X days. (Default: 7 days) CheckIntervalSeconds - Defines how often it should be checked for inactive players. (Default: 1 hour) LogToConsole - Defines if purging activities are getting logged to the console. (Default: true) ExcludedSteamIDs - Defines an exception list for specific SteamIDs, entered SteamIDs doesn't get purged. (Default: none) Console Commands purge.run [Triggers the purging immediately with its configurations] purge.player PLAYERNAME/STEAMID [Purges a specific player immediately (ignoring configuration) - Example usage: purge.player xNullPointer95]
    $6.00
  7. Version 1.0.0

    4 downloads

    xCustomCrates - You can create custom crates where the command, prefab, items and chance are configurable. - Custom Crate spawns infront of the player. (If triggered by a command) - You can add as many custom crates as you want. INFO: It doesn't add each item in your custom crate only because you configure it -> As example if you have a crate with 2 items, 20% and 30% chance, the crate can also be empty because its only a 20 and 30% chance to be in it. This works as expected and designed. Commands ======================================== As per out default config. ======================================== spawntools xNullPointer95 spawnelite xNullPointer95 ======================================== You can also use partial name ======================================== spawntools xNull spawnelite xNull Default Config { "Crates": [ { "Command": "spawntools", "PrefabPath": "assets/bundled/prefabs/radtown/crate_tools.prefab", "ItemsPerCrate": 2, "LootTable": [ { "ShortName": "hammer", "Amount": 1, "Chance": 60 }, { "ShortName": "hatchet", "Amount": 1, "Chance": 80 } ] }, { "Command": "spawnelite", "PrefabPath": "assets/bundled/prefabs/radtown/crate_elite.prefab", "ItemsPerCrate": 3, "LootTable": [ { "ShortName": "rifle.ak", "Amount": 1, "Chance": 10 }, { "ShortName": "ammo.rifle", "Amount": 60, "Chance": 50 }, { "ShortName": "explosive.timed", "Amount": 1, "Chance": 5 } ] } ] }
    $9.00
  8. Version 1.0.0

    14 downloads

    xNoHorseRiding - Prevents players from riding horses and shows a warning UI and chat message when trying to ride, unless they have permission. Permission ride.use ╚ If player or group has this permission, they are able to ride a horse.
    Free
  9. Alright thank you, i was worried because it is visible for me in WhatsNew while goes its not approved and it goes back and back, but if its sorted new in the whatsnew area all is fine. Edit: Request close, i know the answer now (it gets sorted to whats new again when approved) // Thank you
  10. Hello, i have 4 pending Plugins where i'am waiting to be reviewed and approved. Anyways, i'm wondering if a plugin gets approved after 1 week if it sorted in the front to "Whats New" again? If no, i would recommend this, since it takes a long time until reviewed/approved and some plugins may go under then. Thank you
  11. I just mean, if you play with it around its straight forward, its very good
  12. @headtapper, i bought the Plugin now, its insane when you understood it.
  13. Well, what should we do, i understand you totally, but i think it will not speed up within this thread
  14. Hi, thanks for this tool - So far i struggled around and i got it now, its straight forward. But, i have issues at the Horizontal/Vertical List - There is no error, but its not showing up, the referenced button is not visible in the game then, but also i dont see any list. I also tried to decrease the opacity of the panel, no success. I've also tried with buttons, but i think its not supposed to use a button and add there the buttons, since its also missing in the code. Could you quickly show me how to do a list correctly, please? This (the list) was the initial buy reason for me Just a quick information (Syntax Error, improvement for next version): When exporting a Panel which contains a Button List, the export code is using a float for "maxx" and "miny", but isntead of using a dot (.) its using a comma (,) + variable used in iteration which doesn't exist. > See here: float maxx = -130,6171f; float miny = 109,4894f; (I just changed it to a dot) + > See here (directly under the maxx, miny declaration): for (int i = 0; i < option.Count; i++) { if (i != 0) { miny -= 0f; "option" isn't defined, so we couldn't iterate through the loop. I'm not sure if we are supposed to create it, buts its an improvement for the next version for sure
  15. Hi, thank you - I forgot to mention that this plugin you are refering to i already checked but im unsure. Im scared, since its 45$ and i dont see any recent review
  16. Dont scare me, i have waiting 3 plugins for approval but since yesterday, i thought its an active site - Well, i'll be patient...
  17. Hi there, I've seen some nice UIs at some plugins where i'm wondering how exactly can this be achieved? I'm doing it normally (Cui) but its very restricted, as example i never found out how to make horizontally scrollview (seen in a battlepass plugin). And slowly i'm getting sick of the Cui Stuff... i think you can understand me , but i'd love to make more plugins with GUIs instead of chat based commands. Thank you!
  18. Thank you, its a nice tool.
  19. Congratulations - Unfortunately i didn't find Codefling earlier, since my movement was more on Oxide and made private plugins, so my research isn't that much. I'm glad i found it now - Looks fancy, watching out for the next 5 years.
  20. Compiling is needed to throw Errors/Informations. Did you may copy/paste plugin from one location to another and working in the wrong location with VS Code or whatever, so this would also clarify why its not compiling, i had something similar last time. I always create plugins on the Desktop then i drag it into the plugins folder and last time i changed some stuff and it was not compiling till i found out i'm changing it out of my Desktop and not from the plugin folder, but i thought i edited it in the plugin folder. Provide the full code, so i can check it.
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

125k

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.