AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   AMX Super (https://forums.alliedmods.net/forumdisplay.php?f=111)
-   -   3.8 Release (https://forums.alliedmods.net/showthread.php?t=67489)

bmann_420 02-26-2008 23:25

Re: 3.8 Release
 
Ty...... ?

"But not very something" ?

MonsteR_TR 02-26-2008 23:37

Re: 3.8 Release
 
The unimportant something for me.becuse i don't want made of me seen by other players.

bmann_420 02-26-2008 23:45

Re: 3.8 Release
 
with commands you mean?

You dont have to be with the cvar for activity if thats what your reffering to.

Czarny Iwan 02-27-2008 06:28

Re: 3.8 Release
 
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)


bmann_420 02-27-2008 09:54

Re: 3.8 Release
 
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 :D

And also if the extend now works right.

Czarny Iwan 02-27-2008 11:57

Re: 3.8 Release
 
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.

bmann_420 02-27-2008 12:24

Re: 3.8 Release
 
Yea, just make sure you updated the sma and txt file :D

Czarny Iwan 02-27-2008 13:23

Re: 3.8 Release
 
Quote:

Originally Posted by bmann_420 (Post 590511)
Yea, just make sure you updated the sma and txt file :D

The most up to date file is in this thread, am I right?

bmann_420 02-27-2008 14:38

Re: 3.8 Release
 
5 Attachment(s)
I just tested them all with activity 1 and 2, they all work now :D

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^"


Czarny Iwan 02-27-2008 17:01

Re: 3.8 Release
 
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.


All times are GMT -4. The time now is 19:08.

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