Jump to content

GamingHQ

Member
  • Posts

    504
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by GamingHQ

  1. Please allow also the option to show updates if the plugin owner uses a .zip file and not only based on .cs
  2. I can guarantee you that it only comes with more benefits. Where Tebvex has everything behind a paywall, does tips4server not. Yes, they might have a premium option, but it does not limit you from using certain tools that are normally behind a paywall at tebex. If you make an account at tips4serv, you can look at how everything works. No need to ask for a website to "check out" as you can make one yourself in just a few minutes.
  3. Starting to miss images again here... Please, delete the @#$#@B gifs. Your website memory uses 250+ mbits with all these s^$%$% gifs that everyone places.
  4. As there is no support button...... Could you please unlock this plugin? I have it bought on your website that's about to close. Thanks in advance.
  5. GamingHQ

    ChuteUp

    Hmm, well, the circumstances depending on my response here have nothing to do with your screenshot. I also doubt that Razor would be DMing people like this. I guess someone tries to heat up the flame even more. That's disappointing, but it is how the gaming industry is nowadays.
  6. GamingHQ

    ChuteUp

    Well, as mals has already done the ad part, I'll leave it with that. Depending on your statement "people like you" I would like to add the following. How you respond, makes me even question myself on how old you are. You instantly make treads to place a simple plugin behind a paywall for what? because you can't advertise? Because of my response? I don't see any toxicity in my responses to you, yet you go full 911 instantly, without even taking the 5 minutes time to read the Community Guidelines of Codefling. Sad though, if you just acted like an adult, you could have come much further than what you have accomplished today here. Ever read the Terms of Service of Umod when uploading plugins? What about starting there before pointing fingers at why there are fewer free plugins these days. In fact, i rather pay a small fee for a plugin to ensure it works and that it gets updated than use a free forced open-source plugin.
  7. GamingHQ

    ChuteUp

    What is this? Server advertisement?
  8. Good afternoon. Today, I discovered that the latest event of face punch is killing sleepers, even if they are inside their base sleeping on the ground. When the event is released, 16 dungeons will be spawned approximately if the map size would be 4500. The server gets a backlash because of it as I have seen the server FPS dropping harder than the reputation of Justin Bieber when these pesky dungeons are being spawned in. Reducing it to a minimum of 0.2 instead of 1 works, as only 4 or 5 would spawn which the server loves much more and is able to keep up. however, I would like to see a plugin on the market that removes this event completely. Presuming we will be getting the same show during Christmas, it would not surprise me if more server owners would like to disable these dungeon generations from the map as it tanks your server's fps, especially those with a low budget and a smaller server than the big players do. And please, don't get me wrong here. I love the event myself. Grabbing candy like a madman, running around on the most flat surface possible for the best amount of candy income and then bragging about it in chat if I would win, but the events we have now with the dungeon generations, you can clearly notice that they still haven't learned from last year's problems.
  9. Morning. The website has been flagged. Paypal wants more information from me to "ensure my safety" when buying items from Codefling with my CC. Do you remember the last time I had issues with paying stuff? Well, there you have it. My best guess is someone refunded something and flagged the website at PayPal. ( Also, nice change being done on the support part. All I'm missing now is that these kinds of "forum posts" are open and they should be private. Especially when you are about to share sensitive information like payment details for example. )
  10. What about a CDN network? It's a bit of recoding, but it would improve the access to the website big time. for everyone around the globe. Then you would have all files you call in your script like cdn.codefling.com/uploads/java...........
  11. GamingHQ

    Welcome Panel

    Does your welcome panel all of a sudden have weird images on the menu buttons and you don't know how to get rid of it? Then these steps you need to follow in order to remove them. Open the config Check every page section and look for the icon option. If no link is present ( what happens based on config generation ), add a # as the link. Save and close config, reload plugin. Problem solved. Every menu section has an option to add an icon. If no link or # is present, plugins like shoppystock could interfere with it somehow.
  12. I do must say, yesterday it was so laggy, some CSS even didn't wanted to load in correctly ( hyperlinks, menu buttons e.d )
  13. GamingHQ

    Cases

    Please remove the following from every case section. It's annoying and useless. Why pay for a case to get currency? Who had the great idea to get this added? "Custom Currency": { "Enabled": false, "Cost Format": "{0} scrap", "Type (Plugin/Item)": "Item", "Plugin name": "", "Balance add hook": "", "Balance remove hook": "", "Balance show hook": "", "ShortName": "scrap", "Display Name (empty - default)": "", "Skin": 0 }, "Content": { "Enabled": false, "Contents": [ { "ShortName": "", "Condition": 100, "Amount": 1, "Position": -1 } ] }, We also don't need "content" in a weapon. A weapon you get from the case is a weapon. Why does everything needs to be messed up if it works correctly before? The whole config is spaghetti thanks to these two parts of useless code.
  14. GamingHQ

    HUD Panel

    As stated in my last response, there is a bit of code there. it should fix the issue.
  15. GamingHQ

    Cases

    Are you saying that everyone can use this command?
  16. GamingHQ

    Clans

    says the one that gets toxic when they send in bug reports. Git gut and get manners
  17. GamingHQ

    Random Tips

    i believe as long it does not alter the vanilla game experience, it would be okay. This topic might be a bit outdated, but its the best i could find. https://support.facepunchstudios.com/hc/en-us/articles/360009062817-Guidelines-for-community-servers-using-plugins-mods?mobile_site=true
  18. GamingHQ

    Random Tips

    looking gucci!
  19. GamingHQ

    Random Tips

    I was actually more thinking of the hooks themselves. Timed messages are basically the same as with advert messages, but then it's in the chat. I was actually referring to something else when a player triggers a hook, a message could pop up. not timed. My apologies for the misunderstanding. * quickly digs into umod docs * Example 1 When "OnCrateHack" is triggered by a player, a message pops up for that specific player with a custom message. Example: "Did you know you could use a laptop to speed up the hacking progress? use /commandA......" or Example 2 When "OnEngineStarted" is triggered by a player, a message pops up for that specific player. Example: "With the use of /commandb, you would be able to buy additional custom modules"
  20. GamingHQ

    Random Tips

    suggestion Is it possible to allow us to trigger this with specific events that the user performs? When a user starts using a hammer, show server tips for plugin usage related to base-building. When a user obtains scraps, show server tips for plugin usage related to using the scraps When a user wants to use a specific command, it would also trigger the info box with potential extra rules depending on the usage of the command. Example: When a user wants to use the sign artist command, a message would show to remind the user of the server rules. Not sure if it's possible to use certain hooks for this to define the trigger? Like Skilltree has for example. happy weekend wishes!
  21. I can agree with robis. This is just a childish way to advertise and the plugin itself is not bringing any positive value to the community market at all.
  22. Yea, that is actually the plugin that people keep sending me. However, a background image and some lines of text in full screen is not something I'm looking into, but more something of a modal window with the terms inside of it. For example, if we would look at the design work of Mevent, he has a nice clean design when it comes to his store plugin or shop plugin. I would like to see something similar like that as a modal window as it's more user-friendly instead of a full-screen related image.
  23. When the user logs in, the user gets a information alert. This information contains the TOS of the server and the server usage. ( Example - Youtube ) The user has to accept the terms before it can start playing. There is at this moment only one plugin that does the same, but it's very limited in the way we could use it. The user only has to accept this once every wipe cycle. It would be awesome to have something that comes with the option to have your own logo on top, centered. The TOS information is the same under it, centered within a nice UI box including a reject and accept button. If the user clicks reject, they get kicked from the server If the user clicks accept, then they can start playing. I really don't mind it. I even would still pay you a small compensation for the work being done. ( i will use the donate button on the page for that when released ) More than happy to see plugins becoming distributed for others to use as well.
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

151.8k

Files Sold

Total number of files sold.

3.2m

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.