Raised This Month: $ Target: $400
 0% 

M3Respawn - Respawn a dead player


Post New Thread Reply   
 
Thread Tools Display Modes
emilg
Junior Member
Join Date: Jul 2010
Old 08-18-2010 , 12:50   Re: M3Respawn - Respawn a dead player
Reply With Quote #21

i put the right files in the right places, but i get this
31 <Failed> "Player Respawn" (1.2) by Rogue


any1 know what can cause this?
emilg is offline
[BlooD]+Jigsaw+
New Member
Join Date: Jul 2010
Old 08-25-2010 , 03:51   Re: M3Respawn - Respawn a dead player
Reply With Quote #22

Quote:
31 <Failed> "Player Respawn" (1.2) by Rogue
You don't use original M3 version right?
Try it out with the origonal version
[BlooD]+Jigsaw+ is offline
Groger
Veteran Member
Join Date: Oct 2009
Location: Belgium
Old 10-01-2010 , 11:07   Re: M3Respawn - Respawn a dead player
Reply With Quote #23

errors because of the new css update:

PHP Code:
L 07/29/2010 14:09:27: [SMPlugin encountered error 4Invalid parameter or parameter type
L 07
/29/2010 14:09:27: [SMNative "ReplyToCommand" reportedLanguage phrase "No matching client" not found
L 07
/29/2010 14:09:27: [SMDisplaying call stack trace for plugin "m3respawn.smx":
L 07/29/2010 14:09:27: [SM]   [0]  Line 103, /home/groups/sourcemod/compiler/include/commandfilters.inc::ReplyToTargetError()
L 07/29/2010 14:09:27: [SM]   [1]  Line 32, /home/groups/alliedmodders/forums/files/6/7/3/23478.attach::CmdRespawn()
L 07/29/2010 15:45:37: [SMNative "SQL_TQuery" reportedInvalid database Handle 0 (error4)
L 07/29/2010 15:45:37: [SMDisplaying call stack trace for plugin "sourcebans.smx":
L 07/29/2010 15:45:37: [SM]   [0]  Line 1368C:\Users\Jannik\Desktop\sourcemod-1.2.3\addons\sourcemod\scripting\sourcebans.sp::ProcessQueueCallback()
L 07/29/2010 15:49:56: [SMPlugin encountered error 4Invalid parameter or parameter type
L 07
/29/2010 15:49:56: [SMNative "ReplyToCommand" reportedLanguage phrase "No matching client" not found
L 07
/29/2010 15:49:56: [SMDisplaying call stack trace for plugin "m3respawn.smx":
L 07/29/2010 15:49:56: [SM]   [0]  Line 103, /home/groups/sourcemod/compiler/include/commandfilters.inc::ReplyToTargetError()
L 07/29/2010 15:49:56: [SM]   [1]  Line 32, /home/groups/alliedmodders/forums/files/6/7/3/23478.attach::CmdRespawn()
L 07/29/2010 16:47:13: [SMNative "SQL_TQuery" reportedInvalid database Handle 0 (error4)
L 07/29/2010 16:47:13: [SMDisplaying call stack trace for plugin "sourcebans.smx":
L 07/29/2010 16:47:13: [SM]   [0]  Line 624C:\Users\Jannik\Desktop\sourcemod-1.2.3\addons\sourcemod\scripting\sourcebans.sp::CommandAddBan()
L 07/29/2010 17:10:37Error log file session closed.
L 07/29/2010 22:47:53SourceMod error session started
L 07
/29/2010 22:47:53Info (map "jb_space_jail_v1_fix2") (file "errors_20100729.log")
L 07/29/2010 22:47:53: [SMPlugin encountered error 4Invalid parameter or parameter type
L 07
/29/2010 22:47:53: [SMNative "ReplyToCommand" reportedLanguage phrase "No matching client" not found
L 07
/29/2010 22:47:53: [SMDisplaying call stack trace for plugin "m3respawn.smx":
L 07/29/2010 22:47:53: [SM]   [0]  Line 103, /home/groups/sourcemod/compiler/include/commandfilters.inc::ReplyToTargetError()
L 07/29/2010 22:47:53: [SM]   [1]  Line 32, /home/groups/alliedmodders/forums/files/6/7/3/23478.attach::CmdRespawn() 
Groger is offline
cooltruck
Member
Join Date: Oct 2010
Old 10-14-2010 , 16:54   Re: M3Respawn - Respawn a dead player
Reply With Quote #24

There a fix?
cooltruck is offline
Groger
Veteran Member
Join Date: Oct 2009
Location: Belgium
Old 10-15-2010 , 05:15   Re: M3Respawn - Respawn a dead player
Reply With Quote #25

it still works, just giving you a bunch of errors
Groger is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-24-2010 , 15:42   Re: M3Respawn - Respawn a dead player
Reply With Quote #26

Those who want use this, fixed errors coming missing translation/phrase file
and have prevent respawn spectators.
Only dead peoples in teams CT and T

*edit
This plugin is from first post, not add command in admin menu.
Built it yourself using adminmenu_custom.txt
Code:
"Commands"
{
    "PlayerCommands"
    {
        "Respawn Dead Player"
        {
            "cmd"        "sm_respawn #1"
            "1"
            {
                "type"             "groupplayer"
                "title"            "Respawn group|player:"
            }
        }
    }
}
*edit
Ok, I made another plugin with admin menu support.

And added "refresh" menu item if there is no dead players, so menu not disapear.
Idea from [BlooD]+Jigsaw+ code.

Notice, it list also spectators in admin menu list, but not respawn them.
This command appear in Player Commands category, you can order it from adminmenu_sorting.txt
Code:
"Menu"
{
    "PlayerCommands"
    {
        "item"        "sm_slay"
        "item"        "sm_respawn"
        .....
    }
*changed 2 lines back to use translation/phrase file,
Attached Files
File Type: sp Get Plugin or Get Source (m3respawn.sp - 685 views - 2.3 KB)
File Type: sp Get Plugin or Get Source (m3respawn_menu.sp - 677 views - 5.4 KB)
__________________
Do not Private Message @me

Last edited by Bacardi; 10-26-2010 at 17:22.
Bacardi is online now
dellroom
New Member
Join Date: Feb 2015
Old 02-09-2015 , 04:28   Re: M3Respawn - Respawn a dead player
Reply With Quote #27

Hello guys.

how to create the ct or t team or all respawn the adminmenu?
what the command? please write.

I write the ctrespawn.cfg/trespawn.cfg/allrespawn.cfg sm_respawn #ct don't respawn:s please helpme.
thank u
dellroom 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:23.


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