AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Advanced Commands (0.16) (https://forums.alliedmods.net/showthread.php?t=99300)

xaider 03-18-2011 02:52

Re: Advanced Commands (0.16)
 
2 Sethenor
There was a bug in CSS with it - round can never ends.

Sethenor 03-21-2011 17:56

Re: Advanced Commands (0.16)
 
Got another issue. sm_blink isn't working for me in CS:S

When I'm spectator and I use !blink, it shows in chat: Blinked <username>, but doesn't actually teleport someone.
And when I'm alive and use !blink, nothing happens at all.. No teleport and no message.

Am I doing something wrong or is it broken?

eladnava 03-23-2011 00:36

Re: Advanced Commands (0.16)
 
I reproduced !admins not working. Also, !respawn @all will also respawn spectators.

Is there any update planned or should I attempt to fix it myself?

xaider 03-24-2011 10:25

Re: Advanced Commands (0.16)
 
Quote:

Originally Posted by Sethenor (Post 1437309)
Got another issue. sm_blink isn't working for me in CS:S

When I'm spectator and I use !blink, it shows in chat: Blinked <username>, but doesn't actually teleport someone.
And when I'm alive and use !blink, nothing happens at all.. No teleport and no message.

Am I doing something wrong or is it broken?

Bind some key to sm_blink. Go and try different targets and situations. It works.

Quote:

Originally Posted by eladnava (Post 1437953)
I reproduced !admins not working. Also, !respawn @all will also respawn spectators.

Is there any update planned or should I attempt to fix it myself?

Planned, but I don't know when it cames.

Sethenor 03-28-2011 11:01

Re: Advanced Commands (0.16)
 
@eladnava - What if you try to use @alive instead of @all.

@xaider - Don't know if you do requests, but would be nice to have a !bring <target> and !goto <target> like ULX for Gmod has.

lordoflort 03-28-2011 16:18

Re: Advanced Commands (0.16)
 
@Sethenor using @alive wouldn't work, as he is trying to respawn whoever is NOT alive. However using @dead will work.

Besides that:
I was just wondering, if it is possible to implement s multiple weapons command? - For example: "sm_give @me pack1" would give me awp, deagle, full nades, defuse kit etc..

#EDIT#
@Sethenor - I might have misunderstood his question.
@eladnava - Are you simply trying to respawn whoever is dead? - or are you trying to get everybody back to their spawn place, regardless if they are dead or not?
If second answer, then @CT and @T afterwards - takes 2 commands, but will work.

Sethenor 03-28-2011 16:37

Re: Advanced Commands (0.16)
 
Oh well, his question doesn't really explain who he wants to respawn, he might have to do it twice, once for @alive and once for @dead.

kusal11 04-11-2011 08:33

Re: Advanced Commands (0.16)
 
Great plugin

*edited out, just read the whole post*

I am currently making my own custom menu file as I was unhappy with the one attached. I will share it here when I'm done.

Once again, great plugin. These and the commands included in SM are pretty much the only ones I need.]

edit:
Wow just realised the power of sm_url.

I cant get the drop commands to work (CSS). Anyway, a more useful command would be take weapon/slot.

Also consider getting rid of sm_knives. Firstly because it is redundant, and secondly because it conflicts with a command from the commonly used weapon restrict plugin.

Itaku 04-16-2011 16:17

Re: Advanced Commands (0.16)
 
After the recent Source Engine update sm_disarm crashes my server. Gamedata update needed?

Snaggle 04-16-2011 21:15

Re: Advanced Commands (0.16)
 
Quote:

Originally Posted by Itaku (Post 1451621)
After the recent Source Engine update sm_disarm crashes my server. Gamedata update needed?

I just gave it a quick go and no problems on my end. Here is my current gamedata file advcommands.gamedata.txt


Code:

"Games"
{
    "#default"
    {
        "#supported"
        {
            "game"        "cstrike"
            "game"        "cstrike_beta"
            "game"        "dod"
            "game"        "tf"
        }
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "23"
                "linux"        "24"
            }
            "Respawn"
            {
                "windows"    "252"
                "linux"        "253"
            }
            "ForceRespawn"
            {
                "windows"    "313"
                "linux"        "314"
            }
            "RemoveAllItems"
            {
                "windows"    "330"
                "linux"        "331"
            }
        }
    }
    "hl2mp"
    {
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "25"
                "linux"        "26"
            }
            "Weapon_Drop"
            {
                "windows"    "219"
                "linux"        "220"
            }
            "RemoveAllItems"
            {
                "windows"    "283"
                "linux"        "284"
            }
        }
    }
    "left4dead"
    {
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "23"
                "linux"        "24"
            }
            "Weapon_Drop"
            {
                "windows"    "262"
                "linux"        "263"
            }
            "Respawn"
            {
                "windows"    "490"
                "linux"        "491"
            }
            "RemoveAllItems"
            {
                "windows"    "345"
                "linux"        "346"
            }
        }
    }
    "left4dead2"
    {
        "Offsets"
        {
            "SetModel"
            {
                "windows"    "26"
                "linux"        "27"
            }
            "Weapon_Drop"
            {
                "windows"    "281"
                "linux"        "282"
            }
            "Respawn"
            {
                "windows"    "512"
                "linux"        "513"
            }
            "RemoveAllItems"
            {
                "windows"    "366"
                "linux"        "367"
            }
        }
    }
}



All times are GMT -4. The time now is 17:12.

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