Raised This Month: $32 Target: $400
 8% 

Suggestions / Requests


Post New Thread Reply   
 
Thread Tools Display Modes
Bo0m!
Veteran Member
Join Date: Mar 2006
Location: New Jersey
Old 04-30-2007 , 18:26   Re: Suggestions / Requests
Reply With Quote #31

http://forums.alliedmods.net/showthread.php?t=54474
__________________
Bo0m! is offline
Send a message via AIM to Bo0m! Send a message via MSN to Bo0m! Send a message via Yahoo to Bo0m!
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 04-30-2007 , 18:30   Re: Suggestions / Requests
Reply With Quote #32

Welp, I believe

-Revive message back into the Hud channel
-The amx_transfer amx_swap & amx_swapteams
-A few things in quite will be fixed
-Spectator bug fix is moved to a diff location in the sma for it work a lil better
-Will be adding a cfg file
-Dunno about the bomb Transfer, we will see
-I think thats it, if I remember anymore I'll edit this post.

And I diddnt see booms Post, lol
__________________
bmann_420 is offline
datwinkle
BANNED
Join Date: May 2006
Location: Virginia
Old 04-30-2007 , 18:56   Re: Suggestions / Requests
Reply With Quote #33

lol I meant for AMX Super 3.3
datwinkle is offline
Send a message via AIM to datwinkle
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 04-30-2007 , 18:57   Re: Suggestions / Requests
Reply With Quote #34

O, no idea yet lol
Well maybe a few idea's, but we will see.
__________________
bmann_420 is offline
Old 05-03-2007, 18:01
Thermington
This message has been deleted by Bo0m!. Reason: Not relevant to amx_super.
Tartooob
Senior Member
Join Date: May 2006
Old 05-08-2007 , 15:14   Re: Suggestions / Requests
Reply With Quote #35

Could you please Fix the Amx_quit command because i can only use it when someone is alive, and can you make a command to stop all the messages from showing when using a command, I know there is amx_show_Activity command but it prevents the name of the admin to be showing when using amx_tsay for example.

Ty
Tartooob is offline
Bo0m!
Veteran Member
Join Date: Mar 2006
Location: New Jersey
Old 05-08-2007 , 19:41   Re: Suggestions / Requests
Reply With Quote #36

It's fixed in 3.2, which I meant to finish last weekend.

Stop all the messages cvar? Perhaps.
__________________
Bo0m! is offline
Send a message via AIM to Bo0m! Send a message via MSN to Bo0m! Send a message via Yahoo to Bo0m!
Tartooob
Senior Member
Join Date: May 2006
Old 05-08-2007 , 23:30   Re: Suggestions / Requests
Reply With Quote #37

Quote:
Originally Posted by Bo0m! View Post
It's fixed in 3.2, which I meant to finish last weekend.

Stop all the messages cvar? Perhaps.
Thanks for the update,,, Do you mean using amx_show_activity 0 ?
Ii will prevent the name of admins to be shown when writing in white for example in hud .. Cant you separate them ?
Tartooob is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 05-08-2007 , 23:42   Re: Suggestions / Requests
Reply With Quote #38

So you want no echo of any command in chat at all?
__________________
bmann_420 is offline
Tartooob
Senior Member
Join Date: May 2006
Old 05-09-2007 , 01:38   Re: Suggestions / Requests
Reply With Quote #39

Quote:
Originally Posted by bmann_420 View Post
So you want no echo of any command in chat at all?
Yes if its possible .. :$
Tartooob is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 05-09-2007 , 13:50   Re: Suggestions / Requests
Reply With Quote #40

We would have to comment about 100 lines in the plugin. Its a lot o work, and you wouldnt be able to just upgrade to teh newest version since you would have a completely custom version.

I would suggest doing it yourself, just commenting out all of the client_print (not console_print or log_amx)

This:
Code:
	for(new a = 0;a < inum; a++) {
			if (get_user_flags(players[a]) & ADMIN_IMMUNITY) {
				get_user_name(players[a],name2,31)
				console_print(id,"%L", LANG_PLAYER, "AMX_SUPER_TEAM_IMMUNITY",name2)
				continue
			}

			Flash(players[a])
		}

		switch(get_cvar_num("amx_show_activity"))	{
			//case 2:	client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_FLASH_TEAM_CASE2",name,arg[1])
			//case 1:	client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_FLASH_TEAM_CASE1",arg[1])
		}

		console_print(id,"%L", LANG_PLAYER, "AMX_SUPER_FLASH_TEAM_MSG",arg[1])
		log_amx("%L", LANG_SERVER, "AMX_SUPER_FLASH_TEAM_LOG", name,authid,arg[1])
	}
On all of the code through the entire plugin (3500 lines)
__________________
bmann_420 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 18:48.


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