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

3.8 Release


Post New Thread Reply   
 
Thread Tools Display Modes
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-26-2008 , 23:25   Re: 3.8 Release
Reply With Quote #11

Ty...... ?

"But not very something" ?
__________________
bmann_420 is offline
MonsteR_TR
Junior Member
Join Date: Feb 2008
Old 02-26-2008 , 23:37   Re: 3.8 Release
Reply With Quote #12

The unimportant something for me.becuse i don't want made of me seen by other players.
MonsteR_TR is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-26-2008 , 23:45   Re: 3.8 Release
Reply With Quote #13

with commands you mean?

You dont have to be with the cvar for activity if thats what your reffering to.
__________________
bmann_420 is offline
Czarny Iwan
Senior Member
Join Date: Jun 2007
Location: Poland
Old 02-27-2008 , 06:28   Re: 3.8 Release
Reply With Quote #14

Quote:
Transfer, swap, teamswap, Lock, Extend
Checked those commands. I don't know why I've checked Transfer becouse it isn't amx_super command, but I've checked ;).
Almost everything works great, but Lock/Unlock Teams has few bugs.
Code:
L 02/27/2008 - 12:15:42: String formatted incorrectly - parameter 5 (total 4)
L 02/27/2008 - 12:15:42: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 02/27/2008 - 12:15:42: [AMXX] Run time error 25: parameter error 
L 02/27/2008 - 12:15:42: [AMXX]    [0] amx_super.sma::admin_lock (line 2663)
And when I'm locking or unlocking teams it says:
Code:
[AMXX] ADMIN Locked the [BOSKI]Czarny Iwan team
or
Code:
[AMXX] ADMIN Unlocked the [BOSKI]Czarny Iwan team
Oh, and another thing - when I'm unlocking locked team message is printed in chat but in console I get:
Code:
ML_NOTFOUND: AMX_SUPER_TEAM_UNLOCK
Ups, found another one:
Code:
L 02/27/2008 - 13:09:20: String formatted incorrectly - parameter 7 (total 6)
L 02/27/2008 - 13:09:20: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 02/27/2008 - 13:09:20: [AMXX] Run time error 25: parameter error 
L 02/27/2008 - 13:09:20: [AMXX]    [0] amx_super.sma::admin_slap (line 4226)
__________________

Last edited by Czarny Iwan; 02-27-2008 at 07:31.
Czarny Iwan is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-27-2008 , 09:54   Re: 3.8 Release
Reply With Quote #15

I updated it from that issue last night for the "team nickname" issue lol

Might wanna update to see and make sure. The otherh issues, I have to look at when I get home.

When those errors pop up, do you know what commands your using to pop them up?

Id assume the lock and uberslap


And transfer is a super command....
I added it for a quick transfer ( /team or /transfer nick ct/t/spec) Easy as pie to transfer somebody

And also if the extend now works right.
__________________

Last edited by bmann_420; 02-27-2008 at 10:42.
bmann_420 is offline
Czarny Iwan
Senior Member
Join Date: Jun 2007
Location: Poland
Old 02-27-2008 , 11:57   Re: 3.8 Release
Reply With Quote #16

Quote:
Id assume the lock and uberslap
Yup, thats right.

Quote:
And transfer is a super command....
Oh yeah, now I can remember such thing.

I'll do more testing later.
__________________
Czarny Iwan is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-27-2008 , 12:24   Re: 3.8 Release
Reply With Quote #17

Yea, just make sure you updated the sma and txt file
__________________
bmann_420 is offline
Czarny Iwan
Senior Member
Join Date: Jun 2007
Location: Poland
Old 02-27-2008 , 13:23   Re: 3.8 Release
Reply With Quote #18

Quote:
Originally Posted by bmann_420 View Post
Yea, just make sure you updated the sma and txt file
The most up to date file is in this thread, am I right?
__________________
Czarny Iwan is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-27-2008 , 14:38   Re: 3.8 Release
Reply With Quote #19

I just tested them all with activity 1 and 2, they all work now

Anything else ?

You can test also if you want

They are here with the changes to the .txt file or additions


EDIT:
Im trying to figure out the alltalk now also

Uberslap was just a simple mistype

Code:
AMX_SUPER_EXTEND_SUCCESS_CASE2 = [AMXX] ADMIN %s has extended the map time by %i minutes
AMX_SUPER_EXTEND_SUCCESS_CASE1 = [AMXX] ADMIN as extended the map time by %i minutes

AMX_SUPER_TEAM_INVALID = [AMXX] Invalid team specified! Valid teams are: T, CT, Auto, Spec
AMX_SUPER_TEAM_UNLOCKED = [AMXX] The %s team is not locked!
AMX_SUPER_TEAM_UNLOCK_CASE1 = [AMXX] ADMIN Unlocked the %s team
AMX_SUPER_TEAM_UNLOCK_CONSOLE = [AMXX] You 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_CASE2 = [AMXX] ADMIN %s Locked the %s team
AMX_SUPER_TEAM_LOCKED = [AMXX] The %s team is already locked!
AMX_SUPER_TEAM_LOCK_CONSOLE = [AMXX] You Locked the %s team
AMX_SUPER_UNLOCK_TEAMS_LOG = [AMX_Super] TEAMLOCKER: ^"%s<%s>^" unlocked the ^"%s^" team
AMX_SUPER_LOCK_TEAMS_LOG = [AMX_Super] TEAMLOCKER: ^"%s<%s>^" locked the ^"%s^" team

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 team
AMX_SUPER_TRANSFER_PLAYER_TEAM = [AMXX] You have been transfered to the %s team
AMX_SUPER_TRANSFER_PLAYER_LOG = [AMX_Super] TEAMTRANSFER: ^"%s<%s>^" transfered ^"%s^" to the ^"%s^" team
AMX_SUPER_TRANSFER_PLAYER_CONSOLE = [AMXX] You have Successfully transfered %s to the %s team
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!
AMX_SUPER_TRANSFER_SWAP_TEAM_MESSAGE = [AMXX] You have swapped the Teams
AMX_SUPER_TRANSFER_SWAP_PLAYERS_CONSOLE = [AMXX] Successfully swapped %s with %s
AMX_SUPER_TRANSFER_PLAYER_ERROR_CASE1 = [AMXX] You can't swap players that are on the same team!
AMX_SUPER_TRANSFER_PLAYER_ERROR_CASE2 = [AMXX] You can't swap players that are not in a team!
AMX_SUPER_TRANSFER_SWAP_PLAYERS_MESSAGE1 = [AMXX] You have been swapped with %s
AMX_SUPER_TRANSFER_SWAP_PLAYERS_MESSAGE2 = [AMXX] You have been swapped with %s
AMX_SUPER_TRANSFER_SWAP_TEAM_LOG = [AMX_Super] TEAMTRANSFER: ^"%s<%s>^" swapped teams
AMX_SUPER_TRANSFER_SWAP_PLAYERS_LOG = [AMX_Super] TEAMTRANSFER: ^"%s<%s>^" swapped ^"%s^" with ^"%s^"
Attached Files
File Type: sma Get Plugin or Get Source (amx_super.sma - 367 views - 164.3 KB)
File Type: zip amx_super.zip (22.6 KB, 108 views)
__________________

Last edited by bmann_420; 02-27-2008 at 17:50.
bmann_420 is offline
Czarny Iwan
Senior Member
Join Date: Jun 2007
Location: Poland
Old 02-27-2008 , 17:01   Re: 3.8 Release
Reply With Quote #20

Ummm... can't compile.
Code:
// (...)\addons\amxmodx\scripting\amx_super.sma(3387) :
 error 008: must be a constant expression; assumed zero
// (...)\addons\amxmodx\scripting\amx_super.sma(3388) :
 error 008: must be a constant expression; assumed zero
OK, I've solved the problem. Lines:
Code:
  case "2": client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_ALLTALK_SET_CASE2",name,alltalk)
  case "1": client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_ALLTALK_SET_CASE1",alltalk)
should be:
Code:
  case 2: client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_ALLTALK_SET_CASE2",name,alltalk)
  case 1: client_print(0,print_chat,"%L", LANG_PLAYER, "AMX_SUPER_ALLTALK_SET_CASE1",alltalk)
I've tested it a bit and it looks fine. It could be more polished but its fine. Thank you.
__________________

Last edited by Czarny Iwan; 02-27-2008 at 19:52.
Czarny Iwan 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 17:41.


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