Raised This Month: $ Target: $400
 0% 

SM Super Commands


Post New Thread Reply   
 
Thread Tools Display Modes
pRED*
Join Date: Dec 2006
Old 08-07-2007 , 20:37   Re: SM Super Commands
Reply With Quote #121

Slap is a core command. I don't think it supports the @ALL etc options..
I'll ask if they are going to fix that...


What do you mean by the team swap things don't work? Details..
Do none of them do anything?

what about just sm_team <player> ?
pRED* is offline
Tekniqal
Senior Member
Join Date: Aug 2006
Old 08-07-2007 , 22:38   Re: SM Super Commands
Reply With Quote #122

Well lemme go in server and test it better but from what I have done, the menu team swap stuff doesn't work, haven't tried straight commands.

Code:
    "4"
    {
        "title"        "Team Management"
        "1"
        {
            "title"        "Decide player's team or move to spec"
            "cmd"        "sm_team #1 #2"
            "1"
            {
                "type"         "player"
            }
            "2"
            {
                "type"        "list"
                "title"        "Team:"
                "1"        "1"
                "1."        "Spectators"
                "2"        "2"
                "2."        "Terrorists"
                "3"        "3"
                "3."        "Counter-Terrorists"
            }
        }
        "2"
        {
            "title"        "Switch Team"
            "cmd"        "sm_teamswap"
        }
    }
none of that works
Tekniqal is offline
Tekniqal
Senior Member
Join Date: Aug 2006
Old 08-07-2007 , 23:01   Re: SM Super Commands
Reply With Quote #123

OK heres what I have found. The sm_team and sm_teamswap commands work in console. Except for with sm_team trying to make someone spec doesnt. It says it work but the player stays on his/her team whether they are alive or dead.

The menu is f'ed it acts like it runs the command but doesnt. if I do teamswap via menu it says:

The teams have been swapped
The teams have been swapped

Twice? And all the players say they switched but dont. Ie: the console says KillerMan joined counter-terrorist team but he really didnt move at all. As for switching a specific player to a specific team the plugin says it did it (twice) but it really doesnt.

sourcemod_version "1.0.0.1268"

Last edited by Tekniqal; 08-07-2007 at 23:01. Reason: typo
Tekniqal is offline
pRED*
Join Date: Dec 2006
Old 08-07-2007 , 23:04   Re: SM Super Commands
Reply With Quote #124

Oh rofl. I know why that is. Theres a bug that makes commands fire twice sometimes. I've reported it to bail and he said it is a valve issue.. So it's switching the teams twcie..
pRED* is offline
Tekniqal
Senior Member
Join Date: Aug 2006
Old 08-07-2007 , 23:43   Re: SM Super Commands
Reply With Quote #125

Quote:
Originally Posted by pRED* | NZ View Post
Oh rofl. I know why that is. Theres a bug that makes commands fire twice sometimes. I've reported it to bail and he said it is a valve issue.. So it's switching the teams twcie..
what about sm_team target 1

is it this plugin that does the adminseeall?

On a side note I think it would be good if you added descriptions to your commands
ie: when we do sm_help it returns
[036] sm_nv - No description available
admins arent gonna know what that is unless they try it.

Last edited by Tekniqal; 08-08-2007 at 12:47.
Tekniqal is offline
stubu
Junior Member
Join Date: Jun 2007
Location: Germany
Old 08-08-2007 , 16:55   Re: SM Super Commands
Reply With Quote #126

Hi.

I recived in the errorlog the message

[SM] Native "GetUserAdmin" reported: Client 4 is not connected

Is it possible that the player at this time is a spectator?

CU

Stubu
__________________
stubu is offline
TSCDan
Senior Member
Join Date: Jan 2005
Location: NY, USA
Old 08-09-2007 , 10:05   Re: SM Super Commands
Reply With Quote #127

Running "sm_team Jerry 2" crashes my Linux server. I get this error in console: Illegal size -559038737
Although that may be my rcon client. Running the current linux beta (-community). Let me know if you need more info.

rcon plugin_print
Loaded plugins:
---------------------
0: "Metamod:Source Interface v1.4.2.414"
---------------------

rcon sm version
SourceMod Version Information:
SourceMod Version: 1.0.0.1294
JIT Version: JIT (x86), 1.0.0.1172
JIT Settings: Generic i686
http://www.sourcemod.net/

rcon sm plugins list
[SM] Listing 26 plugins:
01 "Nextmap" (1.0.0.1294) by AlliedModders LLC
02 "Auto map-changer" (1.0) by vIr-Dan
03 "RateChecker" (0.2) by pRED*
04 "Admin Help" (1.0.0.1294) by AlliedModders LLC
05 "Basic Commands" (1.0.0.1294) by AlliedModders LLC
06 "HLstatsX Plugin" (1.1) by Tobi17
07 "Basic Chat" (1.0.0.1294) by AlliedModders LLC
08 "KDR Kicker" (1.0) by vIr-Dan
09 "VMgr Core" (0. by ferret
10 "Anti-Flood" (1.0.0.1294) by AlliedModders LLC
11 "SM Super Menu" (0.3) by pRED*
12 "Bad name ban" (1.4) by vIr-Dan
13 "Weapon Logging" (1.1) by Tobi17
14 "Basic Fun Commands" (1.0.0.1294) by AlliedModders LLC
15 "CS:S DM Basics" (2.0.0.416) by AlliedModders LLC
16 "CS:S DM Equipment" (2.0.0.416) by AlliedModders LLC
17 "CS:S DM Preset Spawns" (2.0.0.416) by AlliedModders LLC
18 "CS:S DM Bot Quotas" (2.0.0.416) by BAILOPAN
19 "CS:S DM Spawn Protection" (2.0.0.416) by AlliedModders LLC
20 "RockTheVote" (1.4) by ferret
21 "VM VoteBan" (1.0) by ferret
22 "VM VoteKick" (1.0) by ferret
23 "VM VoteMap" (1.0) by ferret
24 "Basic Info Triggers" (1.0.0.1294) by AlliedModders LLC
25 "Admin File Reader" (1.0.0.1294) by AlliedModders LLC
26 "SM Super Commands" (0.31) by pRED*

rcon version
Protocol version 7
Exe version 1.0.0.34 (cstrike)
Exe build: 19:16:19 Aug 3 2007 (3191)
TSCDan is offline
Send a message via AIM to TSCDan Send a message via MSN to TSCDan Send a message via Yahoo to TSCDan
geisi
Junior Member
Join Date: Jun 2007
Old 08-09-2007 , 10:58   Re: SM Super Commands
Reply With Quote #128

it crashes my server too - running the latest release

Quote:
Originally Posted by TSCDan View Post
Running "sm_team Jerry 2" crashes my Linux server. I get this error in console: Illegal size -559038737
Although that may be my rcon client. Running the current linux beta (-community). Let me know if you need more info.

rcon plugin_print
Loaded plugins:
---------------------
0: "Metamod:Source Interface v1.4.2.414"
---------------------

rcon sm version
SourceMod Version Information:
SourceMod Version: 1.0.0.1294
JIT Version: JIT (x86), 1.0.0.1172
JIT Settings: Generic i686
http://www.sourcemod.net/

rcon sm plugins list
[SM] Listing 26 plugins:
01 "Nextmap" (1.0.0.1294) by AlliedModders LLC
02 "Auto map-changer" (1.0) by vIr-Dan
03 "RateChecker" (0.2) by pRED*
04 "Admin Help" (1.0.0.1294) by AlliedModders LLC
05 "Basic Commands" (1.0.0.1294) by AlliedModders LLC
06 "HLstatsX Plugin" (1.1) by Tobi17
07 "Basic Chat" (1.0.0.1294) by AlliedModders LLC
08 "KDR Kicker" (1.0) by vIr-Dan
09 "VMgr Core" (0. by ferret
10 "Anti-Flood" (1.0.0.1294) by AlliedModders LLC
11 "SM Super Menu" (0.3) by pRED*
12 "Bad name ban" (1.4) by vIr-Dan
13 "Weapon Logging" (1.1) by Tobi17
14 "Basic Fun Commands" (1.0.0.1294) by AlliedModders LLC
15 "CS:S DM Basics" (2.0.0.416) by AlliedModders LLC
16 "CS:S DM Equipment" (2.0.0.416) by AlliedModders LLC
17 "CS:S DM Preset Spawns" (2.0.0.416) by AlliedModders LLC
18 "CS:S DM Bot Quotas" (2.0.0.416) by BAILOPAN
19 "CS:S DM Spawn Protection" (2.0.0.416) by AlliedModders LLC
20 "RockTheVote" (1.4) by ferret
21 "VM VoteBan" (1.0) by ferret
22 "VM VoteKick" (1.0) by ferret
23 "VM VoteMap" (1.0) by ferret
24 "Basic Info Triggers" (1.0.0.1294) by AlliedModders LLC
25 "Admin File Reader" (1.0.0.1294) by AlliedModders LLC
26 "SM Super Commands" (0.31) by pRED*

rcon version
Protocol version 7
Exe version 1.0.0.34 (cstrike)
Exe build: 19:16:19 Aug 3 2007 (3191)
geisi is offline
The-Killer
Senior Member
Join Date: May 2007
Old 08-09-2007 , 23:29   Re: SM Super Commands
Reply With Quote #129

Are you on linux and what plugins do you have loaded, im betting something with DM plugins is messing with team changes.
The-Killer is offline
deejay87
Senior Member
Join Date: Apr 2004
Location: Pays du Glaude - France
Old 08-10-2007 , 11:37   Re: SM Super Commands
Reply With Quote #130

problem with download plugin

"Plugin failed to compile! Please try contacting the author. "
__________________
deejay87 is offline
Send a message via MSN to deejay87 Send a message via Skype™ to deejay87
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 12:27.


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