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

3.8 Release


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-24-2008 , 21:55   3.8 Release
Reply With Quote #1

Alright, well it was finally tweaked to my standards. Although I hope I diddnt miss anything.

It is much more efficient on many levels. With a few added things, which you can read the changelog for in the pinned post above.

You need to compile this locally since the online compiler has not yet updated its includes for 1.8 quite yet. The compiled version are in the .zip files and the source is above those.

If you have any issues/concerns/bug reports, post em here if you like or make a new thread. I just posted this here to get the attention and quick answers to questions.



Thankx for everybody who has helped out in this wonderful long awaited release, jeebus.
__________________
bmann_420 is offline
Czarny Iwan
Senior Member
Join Date: Jun 2007
Location: Poland
Old 02-25-2008 , 13:35   Re: 3.8 Release
Reply With Quote #2

Good work with the update and chat notifications. I've found few more commands without this feature. Uberslap and Lock Teams. And to be clear, I want something like
eg. [AMXX] ADMIN has uberslapped <player name here>.
Don't get me wrong, I appreciate that you've added chat notifications, but I don't like
eg. [AMXX] Teams sucessfully swapped.
I want to everybody see something like
eg. [AMXX] ADMIN swapped teams.
To keep consistency of chat notifications.

Oh! And Alltalk chat notification is weird after update. On chat I see something like this
[AMXX] ADMIN set sv_alltalk to " 1"
but in console the same message has no spaces before 1. Also when I'm disabling this option I get in chat
[AMXX] ADMIN set sv_alltalk to ""
and in console
[AMXX] Alltalk has been set to ""

Almos forgot. I have amx_show_activity 1 and it works for most of messages. But no for Map Extend - it shows my nick.
[Notice that I'm testing commands using AMX Super Menu. If you want I can test it on normal commands]
__________________

Last edited by Czarny Iwan; 02-25-2008 at 14:13.
Czarny Iwan is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-25-2008 , 15:23   Re: 3.8 Release
Reply With Quote #3

Yea, its such a big plugin and so many messages, their are small mistypes or spaces to be found reguardless. I appreciate you finding those also. I will update the plugin with those minor detail fixes, not a "update" but just a quick upload since its nothing crazy.

I could swear I added print_chat to the team lock tho....

And when I get some time, I can do more of a consistancy, its just theirs about 43 of em, so i gatta go thru some of them. I dont care too much for the consistancy, except for the real picky folk ;) lol

I do appreciate all this testing, and so does Yami I know Ill get back to you tonight most likely, i might get off early
__________________
bmann_420 is offline
Czarny Iwan
Senior Member
Join Date: Jun 2007
Location: Poland
Old 02-25-2008 , 16:21   Re: 3.8 Release
Reply With Quote #4

Quote:
I could swear I added print_chat to the team lock tho....
Ups, my bad. There is print_chat but not in the way I've imagined it.

Quote:
I dont care too much for the consistancy
Oh, shouldn't I bother you with such things?

Quote:
I do appreciate all this testing, and so does Yami I know
It's pleasure to help with such great plugins.
__________________
Czarny Iwan is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-25-2008 , 17:24   Re: 3.8 Release
Reply With Quote #5

I dont mind taking requests, its just when you want something "to your liking" t heir are quite a few changes to be made to each plugin, if you know what i mean, repititious changes to each one over and over, and if i have to time to do it, maybe, but if it generaly tells the point of the command in chat, thats what im lookin for, but if u wanna know exacts, their is a log which is very in depth.
__________________

Last edited by bmann_420; 02-25-2008 at 17:42.
bmann_420 is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-26-2008 , 17:53   Re: 3.8 Release
Reply With Quote #6

I forgot to add, those small things (spaces and whatnot) are easily changable in the .txt file

Althought I diddnt see anything wrong with all talk, the only thing we changed in that was to a pcvar

Also:

Quote:
Originally Posted by amxx.cfg
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 1

Your right, I dont have cases in Teamlock and transfer;
I might change those today possibly, i got off early, only 7 hours today
-THe only negative to that, is the lang file adjustment = all lang adjustments. Its hard since it has so many languages now you know? But I could add it no problem. All I gatta do is go thru the .txt file and find the ones with no Cases, which is pretty much Deviants plugins. lol

Um... The map extend, I can only think that you have activity to 1 = no admin name
AMX_SUPER_EXTEND_SUCCESS = [AMXX] %s has extended the map time by %i minutes

Im not exactly sure, since you said it said your nick.

EDIT:

Alright, Soon (maybe today)
Code:
AMX_SUPER_TRANSFER_PLAYER_CASE1 = [AMXX] ADMIN Successfully transfered %s to the %s team
AMX_SUPER_TRANSFER_PLAYER_CASE2 = [AMXX] ADMIN %s Successfully transfered %s to the %s tea
AMX_SUPER_TRANSFER_SWAP_PLAYERS_SUCCESS_CASE1 = [AMXX] ADMIN Successfully swapped %s with %s
AMX_SUPER_TRANSFER_SWAP_PLAYERS_SUCCESS_CASE2 = [AMXX] ADMIN %s Successfully swapped %s with %s
AMX_SUPER_TRANSFER_SWAP_TEAM_SUCCESS_CASE1 = [AMXX] ADMIN Successfully swapped the teams!
AMX_SUPER_TRANSFER_SWAP_TEAM_SUCCESS_CASE2 = [AMXX] ADMIN %s Successfully swapped the teams!
& Lock

Code:
AMX_SUPER_TEAM_UNLOCK_CASE1 = [AMXX] ADMIN Unlocked the %s team
AMX_SUPER_TEAM_UNLOCK_CASE2 = [AMXX] ADMIN %s Unlocked the %s team
AMX_SUPER_TEAM_LOCK_CASE1 = [AMXX] ADMIN Locked the %s team
AMX_SUPER_TEAM_LOCK_CASE1 = [AMXX] ADMIN %s Locked the %s team
The amx_super.txt is one thing, i just gatta do the code

Uberslap..... well Im glad you brought that up. I notice we have the right format in the lang file, but not the code.

I will change the .txt and the plugin for this also

Code:
AMX_SUPER_UBERSLAP_PLAYER_CASE2 = [AMXX] ADMIN %s uberslapped %s
AMX_SUPER_UBERSLAP_PLAYER_CASE1 = [AMXX] ADMIN uberslapped %s
AMX_SUPER_UBERSLAP_PLAYER_MSG = [AMXX] Uberslapped %s
AMX_SUPER_UBERSLAP_PLAYER_LOG = [AMX_Super] UBERSLAP: ^"%s<%s>^" uberslapped ^"%s<%s>^"
No @team right now
__________________

Last edited by bmann_420; 02-26-2008 at 19:02.
bmann_420 is offline
Czarny Iwan
Senior Member
Join Date: Jun 2007
Location: Poland
Old 02-26-2008 , 18:35   Re: 3.8 Release
Reply With Quote #7

Amx_Super.txt:
Code:
AMX_SUPER_ALLTALK_STATUS = [AMXX] sv_alltalk is ^"%d^"
AMX_SUPER_ALLTALK_SET_CASE2 = [AMXX] ADMIN %s set sv_alltalk to ^"%s^"
AMX_SUPER_ALLTALK_SET_CASE1 = [AMXX] ADMIN set sv_alltalk to ^"%s^"
AMX_SUPER_ALLTALK_LOG = [AMX_Super] ALLTALK: ^"%s<%s>^" set sv_alltalk to ^"%s^"
AMX_SUPER_ALLTALK_MSG = [AMXX] Alltalk has been set to ^"%s^
amxx.cfg:
Code:
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 1
Quote:
Um... The map extend, I can only think that you have activity to 1 = no admin name
Yup, I have, but why it shows my nick only on map extend command? I don't want my nick there.

amx_super.sma:
Code:
  set_pcvar_float(mp_timelimit,get_pcvar_float(mp_timelimit) + tlimit)
  client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_EXTEND_SUCCESS",name,tlimit)
  ++user_limit
  return PLUGIN_HANDLED
I think this is the prob with extend. Where is switch and cases? Oh, the lang file is missing those too.
I can't find anything wrong with alltalk...
Attached Thumbnails
Click image for larger version

Name:	space.jpg
Views:	224
Size:	7.0 KB
ID:	24065   Click image for larger version

Name:	admin.jpg
Views:	222
Size:	8.1 KB
ID:	24066  
__________________

Last edited by Czarny Iwan; 02-26-2008 at 18:55.
Czarny Iwan is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-26-2008 , 20:04   Re: 3.8 Release
Reply With Quote #8

Alright, almost done with most of it, except what you just said.

The map extend looked like it worked? was that with case 1 tho?
- I do have to add cases reguardless

and alltalk, i dont see where that doesnt come up, and where the space is... ill just have to probe some more after these adjustments
__________________
bmann_420 is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-26-2008 , 22:00   Re: 3.8 Release
Reply With Quote #9

Alright, after quite a bit of work.... lol (took a lot longer than I thought )

And the smallest details i missed, thankx to yami, those minute details

Try this and let me know if you could.

Changed the print on

Transfer, swap, teamswap, Lock, Extend

(sma and .txt file 3.8.1)
__________________

Last edited by bmann_420; 02-27-2008 at 14:38.
bmann_420 is offline
MonsteR_TR
Junior Member
Join Date: Feb 2008
Old 02-26-2008 , 23:24   Re: 3.8 Release
Reply With Quote #10

Good work....But not very something. Thnx for works...
MonsteR_TR 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 09:10.


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