Raised This Month: $51 Target: $400
 12% 

[New Plugin Submissions] Help needed


Post New Thread Reply   
 
Thread Tools Display Modes
WATCH_DOGS UNITED
BANNED
Join Date: Nov 2020
Old 08-19-2021 , 14:56   Re: [New Plugin Submissions] Help needed
Reply With Quote #41

Quote:
Originally Posted by Celena Luna View Post
Instant Nobuy v3.0 - Already exist and more effective plugin (Link)
Set buyzone doesn't work properly and that's why we created Instant Nobuy.

Set buyzone v0.3 section: Unapproved/Old Plugins

Last edited by WATCH_DOGS UNITED; 08-19-2021 at 15:00.
WATCH_DOGS UNITED is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 08-19-2021 , 18:08   Re: [New Plugin Submissions] Help needed
Reply With Quote #42

https://forums.alliedmods.net/showthread.php?t=182312 - HideNSeek Training Menu v2.1 (Just a remake of an already existant plugin: http://forums.alliedmods.net/showthr...t=HNS+Training . Author's inactive.)

https://forums.alliedmods.net/showthread.php?t=172840 - DeathMatch Timer (Inactive author, hasn't responded to any of the suggestions either.)

https://forums.alliedmods.net/showthread.php?t=222925 - Advanced Respawn (Already have a bunch of those)

https://forums.alliedmods.net/showthread.php?t=234814 - Advanced Calculator (I don't see why u would do maths while playing a FPS, but that might just be me)

https://forums.alliedmods.net/showthread.php?t=278956 - Party System 1.0
__________________

Last edited by Napoleon_be; 08-19-2021 at 18:13.
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 08-19-2021 , 21:26   Re: [New Plugin Submissions] Help needed
Reply With Quote #43

Quote:
Originally Posted by WATCH_DOGS UNITED View Post
Set buyzone doesn't work properly and that's why we created Instant Nobuy.

Set buyzone v0.3 section: Unapproved/Old Plugins
It is my oversight since I did a quick search and found Set buyzone v0.3 was the closer one to the one you try to do so I edited the link instead of Buy Range

But set players money of that team to 0 just to block buying is so dumb.

Edit: With a bit more search you can just simply block buying like this
PHP Code:
#include <amxmodx>
#include <cstrike>

public CS_OnBuyAttempt(iditem)
{
    return 
PLUGIN_HANDLED;

or if you are using AMXX 1.8.2
Quote:
Originally Posted by YamiKaitou View Post
PHP Code:
#include <amxmodx>
#include <cstrike>
#include <cl_buy>

public client_buy(iditem)
{
    return 
PLUGIN_HANDLED;

if you want to block for each team, you could just put a team check in it
__________________
My plugin:

Last edited by Celena Luna; 08-19-2021 at 23:42. Reason: yeah... that has to restart the map so not really idea
Celena Luna is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 08-19-2021 , 23:38   Re: [New Plugin Submissions] Help needed
Reply With Quote #44

I might be alone on this one, but why are we not releasing Amxmodx 1.9? A new release will bring in more interest from people.

Also considering HamletEagle is the only approver left, why not move someone from this thread who is already willing to contribute to an approver role?
__________________
Spirit_12 is offline
WATCH_DOGS UNITED
BANNED
Join Date: Nov 2020
Old 08-20-2021 , 09:14   Re: [New Plugin Submissions] Help needed
Reply With Quote #45

Quote:
Originally Posted by Celena Luna View Post
or if you are using AMXX 1.8.2


PHP Code:
#include <amxmodx>
#include <cstrike>
#include <cl_buy>

public client_buy(iditem)
{
    return 
PLUGIN_HANDLED;

if you want to block for each team, you could just put a team check in it

Celena Luna, we used the code for v1.8.2 and it doesn't prevent autobuy and it's only able to block the purchase of equipment. We tried to edit the code for specific weapons and it doesn't work either.

Compared to Instant Nobuy it requires a lot more code as it needs to include cl_buy.

Before we created Instant Nobuy we used Set Buyzone but only to make players buy everywhere. When we tested the purchase block sometimes it worked and when we closed the game and returned it didn't work anymore.

After that we looked for other plugins to block purchase and they all failed and many had the same problem as Set Buyzone.

So we decided to try to create one ourselves that would work and Instant Nobuy solved the problem with a very simple code, and better since you don't have to restart the round to take effect, it instantly prevents purchases.

We don't have any reason to make a plugin if there is already one that satisfies. All the plugins we've made so far are plugins we needed and hadn't found.
WATCH_DOGS UNITED is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 08-20-2021 , 09:44   Re: [New Plugin Submissions] Help needed
Reply With Quote #46

Please do not derail this topic. This is not scripting help or suggestions or general discussions.
Post only if you want to list plugins that need to be unapproved. Also, keep in mind that if your plugin was listed here it doesn't mean it will necessarily be unapproved. You do not need to post and defend your work. Such conversations will happen in each plugin's thread if needed.

Thanks!

@Napoleon_be, done.
@Celena Luna, done.
@+ARUKARI-, done.
__________________

Last edited by HamletEagle; 08-20-2021 at 10:07.
HamletEagle is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 08-20-2021 , 16:57   Re: [New Plugin Submissions] Help needed
Reply With Quote #47

https://forums.alliedmods.net/showthread.php?t=203247 - Simply Hide'N'Seek (Exolent's version is way better.)

https://forums.alliedmods.net/showthread.php?t=160118 - VIPSystem (I don't think i have to explain anything here)

https://forums.alliedmods.net/showthread.php?t=279749 - Extended Weapon Menu (Meh..)

https://forums.alliedmods.net/showthread.php?t=322720 - (Wrong section)

https://forums.alliedmods.net/showthread.php?t=323905 - (Trash)

https://forums.alliedmods.net/showthread.php?t=325914 - (Wrong section)

https://forums.alliedmods.net/showthread.php?t=326910 - (Wrong section)

https://forums.alliedmods.net/showthread.php?t=332564 - (2 examples given of better alternatives)
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 08-21-2021 , 02:53   Re: [New Plugin Submissions] Help needed
Reply With Quote #48

https://forums.alliedmods.net/showthread.php?t=285005 - got bug report, the author inactive

https://forums.alliedmods.net/showthread.php?t=329182 - Should be in Code Snippets/Tutorials (imo)

https://forums.alliedmods.net/showthread.php?t=329503 - Well...
Spoiler


https://forums.alliedmods.net/showthread.php?t=330135 - Wrong Section, not English

https://forums.alliedmods.net/showthread.php?t=261412 - Have bug and author inactive

https://forums.alliedmods.net/showthread.php?t=329380 - too simple

https://forums.alliedmods.net/showthread.php?t=306569 - already obsolete since they are now shown in the scoreboard

https://forums.alliedmods.net/showthread.php?t=295077 - same as above

https://forums.alliedmods.net/showth...203063&page=19 - there is bug reported and the author is inactive.

https://forums.alliedmods.net/showthread.php?t=326665 - cool plugins but there is bug. DJEarthQuake reported and fixed the bug but the author is inactive

https://forums.alliedmods.net/showthread.php?t=325014 - a less customizable ZP and there is report it not working.

https://forums.alliedmods.net/showthread.php?t=326291 - Wrong Section

https://forums.alliedmods.net/showth...=232931&page=3 - Just-another-killmark-plugins

https://forums.alliedmods.net/showthread.php?t=313705 -
Spoiler


https://forums.alliedmods.net/showthread.php?t=325857 - wrong section

https://forums.alliedmods.net/showthread.php?t=325826 - trash

https://forums.alliedmods.net/showthread.php?t=325770 - Another Admin Prefix plugins

https://forums.alliedmods.net/showthread.php?t=325756 - Too simple and useless

https://forums.alliedmods.net/showthread.php?t=325712 - a lot of copy-paste code somewhere else.

https://forums.alliedmods.net/showthread.php?t=325677 - bug and author stop working

https://forums.alliedmods.net/showthread.php?t=325163 - it is too niche sooo please unapprove it.

https://forums.alliedmods.net/showthread.php?t=315700 - I think you already got opinion on this.
Spoiler


Also this way of NVG was used a lot by Dias mod so it is not new.


Ex:
https://forums.alliedmods.net/showthread.php?t=325832 - this plugins actually useful but it is better to write a small Code Snippets/Tutorials for it. Some game mod need the 3rd person not become transparent.
__________________
My plugin:

Last edited by Celena Luna; 08-21-2021 at 02:53.
Celena Luna is offline
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 08-21-2021 , 04:48   Re: [New Plugin Submissions] Help needed
Reply With Quote #49

[Double Duck Stats by BorJomi]
https://forums.alliedmods.net/showthread.php?t=167564 - Old menu system.

[Commander Status - API]
https://forums.alliedmods.net/showthread.php?t=180673 - I don't know what it's for.

[New laser sight]
https://forums.alliedmods.net/showthread.php?t=198170 - There are two laser sight that have already been approved.

[Command Vote v1.01 - n0br41ner]
https://forums.alliedmods.net/showthread.php?t=200245 - Since it is client_cmd that is executed, it is not an administrative command.

[HomeFree v0.7]
https://forums.alliedmods.net/showthread.php?t=87132 - Multiple magic numbers.

[[API] Custom Entities]
https://forums.alliedmods.net/showthread.php?t=290007 - Module Coding or Code Snippets?

[Ace announcement]
https://forums.alliedmods.net/showthread.php?t=229593 - There is no explanation for CreateMultiForward. and simple.

[EFFx's CSGO Mod]
https://forums.alliedmods.net/showthread.php?t=330879 - It is a hodgepodge of multiple plugins, and the dependencies of each are too strong due to modifications. Extremely difficult to debug.
__________________
GitHub
SteamWishlist

六四天安門事件

Last edited by +ARUKARI-; 08-21-2021 at 05:00.
+ARUKARI- is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 08-21-2021 , 05:25   Re: [New Plugin Submissions] Help needed
Reply With Quote #50

@Napoleon_be, done
@Celena Luna, done
@+ARUKARI-, I need to look more into these plugins. For example, I don't think just using the old menu system should mean instant unapproval.
__________________
HamletEagle is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:38.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode