Raised This Month: $ Target: $400
 0% 

Admin Help Search


Post New Thread Reply   
 
Thread Tools Display Modes
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 02-09-2006 , 21:33  
Reply With Quote #11

Quote:
Originally Posted by Brad
Assuming this was a unique plugin, which it isn't, this is the correct forum for all plugins.
No, i meant that SINCE it is already in english, and its a whole new plugin and the only spin on it is the fact that its multi lingual, it should go into the multi lingual category. I am not trying to say that any plugin that supports another language goes into the multi lingual forum.
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic
diamond-optic
Veteran Member
Join Date: May 2005
Old 02-09-2006 , 23:44  
Reply With Quote #12

Quote:
Originally Posted by GHW_Chronic
theres a define in amx_help to allow X (default 10) number of commands per page. Just FYI.
=
well aint that somethin!!! lol
__________________
diamond-optic is offline
Zor
Veteran Member
Join Date: Mar 2004
Location: Toronto, ON
Old 02-12-2006 , 09:06  
Reply With Quote #13

@diamond-optic

You can only use the option specified by GHW_Chronic when you are OUT of game, so like in the server console or using HLSW, if you try it while in game and lets say you specify amx_help 1 120 you will get an overflow....now if you do something like amx_help 1 50 you may or may not get an overflow... either way you Cant use that 3rd option in game as a player:

Code:
register_concmd("amx_help", "cmdHelp", 0, "<page> [nr of cmds (only for server)] - displays this help")
...
public cmdHelp(id, level, cid)
{
...
     if (id == 0 && read_argc() == 3)
As you can see here it looks to make sure you are not a player id == 0, then and ONLY then will read argument 3

As for whats the difference between mine and GHW_Chronic:

Cleaner:

Mine will give a properly counted out amount of commands such as:

Code:
amx_helps ban
Will output something like:

Quote:
----- AMX Mod X Help Search: Commands -----
1: amx_addban <authid or ip> <minutes> [reason]
2: amx_addban <"steamid" or "ip"> <minutes> [reason]
3: amx_ban <name or #userid> <minutes> [reason]
4: amx_ban <"name" or #userid> <minutes> [reason]
5: amx_banip <name or #userid> <minutes> [reason]
6: amx_banip <"name" or #userid> <minutes> [reason]
7: amx_unban <authid or ip>
8: amx_unban <"steamid" or "ip">
9: amx_voteban <name or #userid>
----- Entries 1 - 9 of 9 -----
----- Use 'amx_helps ban 1' for begin -----
Whereas GHW_Chronic will give you something like:

Quote:
---Results:---
8: amx_addban <authid or ip> <minutes> [reason]
9: amx_addban <"steamid" or "ip"> <minutes> [reason]
17: amx_ban <name or #userid> <minutes> [reason]
18: amx_ban <"name" or #userid> <minutes> [reason]
19: amx_banip <name or #userid> <minutes> [reason]
20: amx_banip <"name" or #userid> <minutes> [reason]
21: amx_banmenu - displays ban menu
126: amx_unban <authid or ip>
127: amx_unban <"steamid" or "ip">
136: amx_voteban <name or #userid>
---End---
10 Commands Found Matching "ban"
Multilingual: Mine is multilingual whereas his is not.

Not prone to overflow, try GHW_Chronic's plugin as a client with the following:

Code:
amx_search a
You may get an overflow! You decide.

If people are looking at this and not approving it because of GHW_Chronic already having a plugin out, look at the date on my First version of this, all this was suppose to be was an update, but someone trashed it. Duno who, so I posted it as new. I think it should be approved, but I'm not pushing. Its up to the members of Amxmodx to choose what they want to use.

Cheers!

__________________
Zor is offline
Send a message via AIM to Zor Send a message via MSN to Zor Send a message via Yahoo to Zor
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 02-12-2006 , 09:32  
Reply With Quote #14

like everyone stated above, unorignal. If there is a problem with one of the plugins that allready is approved, fix that one. Dont make a new one
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS 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 00:25.


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