Raised This Month: $12 Target: $400
 3% 

Advanced Commands (0.16)


Post New Thread Reply   
 
Thread Tools Display Modes
shustas
SourceMod Donor
Join Date: May 2007
Location: London
Old 01-16-2010 , 13:30   Re: Advanced Commands (0.11)
Reply With Quote #91

so this update is for sm v1.3?
__________________
shustas is offline
exvel
SourceMod Donor
Join Date: Jun 2006
Location: Russia
Old 01-16-2010 , 13:35   Re: Advanced Commands (0.08)
Reply With Quote #92

Quote:
Originally Posted by xaider View Post
Yeap. That's more informative.

1.
Code:
[SM] Unable to load extension "game.tf2.ext": Cannot Load TF2 Extension on mods other than TF2
Is not danger. By some mystical reasons authors of SM didn't create TF2 extension with optional mode (like cstrike extension). That's why plugin makes TF2 functions optional manually. So, it can't be a crash reason, because of it works well on all other non-TF2 mods.
You can fix this by setting "autoload = 0" inside of tf2.inc file before compilation.
__________________
For admins: My plugins

For developers: Colors library
exvel is offline
Send a message via ICQ to exvel
xaider
Senior Member
Join Date: Jan 2009
Location: Russia, Ryazan
Old 01-17-2010 , 09:41   Re: Advanced Commands (0.11)
Reply With Quote #93

It's not a correct way, however i've supposed, that in SM 1.3 this trouble will be fixed. But it's not..

2 shustas
It's mostly a fix.
__________________
Life don't forgive weaknesses..
xaider is offline
Send a message via ICQ to xaider Send a message via Skype™ to xaider
dungeon
Senior Member
Join Date: Sep 2009
Old 01-17-2010 , 10:13   Re: Advanced Commands (0.11)
Reply With Quote #94

Hi xaider, i am gettin some more errors from this plugin

Code:
L 01/15/2010 - 21:20:09: Info (map "dod_palermo") (file "errors_20100115.log")
L 01/15/2010 - 21:20:09: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 01/15/2010 - 21:20:09: [SM] Native "PrintToChat" reported: String formatted incorrectly - parameter 3 (total 2)
L 01/15/2010 - 21:20:09: [SM] Displaying call stack trace for plugin "advcommands.smx":
L 01/15/2010 - 21:20:09: [SM]   [0]  Line 69, advcommands.sp::PrintToChatEx()
L 01/15/2010 - 21:20:09: [SM]   [1]  Line 627, advcommands.sp::Command_SayTeam()
L 01/15/2010 - 21:38:44: Error log file session closed.
Server - DOD:S
MM - 1.8
SM - 1.2.4

Server is not crashing but my logs are full of this same error over and over, every time it changes map another one is printed to the logs.

Any ideas???

==EDIT==

My server has just crashed, here is the entire log

Code:
L 01/16/2010 - 11:31:13: SourceMod error session started
L 01/16/2010 - 11:31:13: Info (map "dod_anzio") (file "errors_20100116.log")
L 01/16/2010 - 11:31:13: [SM] Unable to load extension "game.tf2.ext": Cannot Load TF2 Extension on mods other than TF2
L 01/16/2010 - 11:35:03: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 01/16/2010 - 11:35:03: [SM] Native "PrintToChat" reported: String formatted incorrectly - parameter 3 (total 2)
L 01/16/2010 - 11:35:03: [SM] Displaying call stack trace for plugin "advcommands.smx":
L 01/16/2010 - 11:35:03: [SM]   [0]  Line 69, advcommands.sp::PrintToChatEx()
L 01/16/2010 - 11:35:03: [SM]   [1]  Line 627, advcommands.sp::Command_SayTeam()
L 01/16/2010 - 11:35:03: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 01/16/2010 - 11:35:03: [SM] Native "PrintToChat" reported: String formatted incorrectly - parameter 3 (total 2)
L 01/16/2010 - 11:35:03: [SM] Displaying call stack trace for plugin "advcommands.smx":
L 01/16/2010 - 11:35:03: [SM]   [0]  Line 69, advcommands.sp::PrintToChatEx()
L 01/16/2010 - 11:35:03: [SM]   [1]  Line 627, advcommands.sp::Command_SayTeam()
dungeon is offline
rambomst
SourceMod Donor
Join Date: Nov 2009
Location: Sydney, Australia
Old 01-17-2010 , 22:49   Re: Advanced Commands (0.11)
Reply With Quote #95

I am getting some errors to do with teleporting in css.
SM 1.3.0
MM 1.8.0
Code:
L 01/18/2010 - 05:03:56: [SM] Native "GetEntPropVector" reported: Entity -1 (-1) is invalid
L 01/18/2010 - 05:03:56: [SM] Displaying call stack trace for plugin "advcommands.smx":
L 01/18/2010 - 05:03:56: [SM]   [0]  Line 1351, advcommands.sp::Command_Teleport()
L 01/18/2010 - 05:04:00: [SM] Native "GetEntPropVector" reported: Entity -1 (-1) is invalid
L 01/18/2010 - 05:04:00: [SM] Displaying call stack trace for plugin "advcommands.smx":
L 01/18/2010 - 05:04:00: [SM]   [0]  Line 1351, advcommands.sp::Command_Teleport()
L 01/18/2010 - 05:04:15: [SM] Native "GetEntPropVector" reported: Entity -1 (-1) is invalid
L 01/18/2010 - 05:04:15: [SM] Displaying call stack trace for plugin "advcommands.smx":
L 01/18/2010 - 05:04:15: [SM]   [0]  Line 1351, advcommands.sp::Command_Teleport()
__________________

Last edited by rambomst; 01-18-2010 at 02:13.
rambomst is offline
xaider
Senior Member
Join Date: Jan 2009
Location: Russia, Ryazan
Old 01-19-2010 , 02:05   Re: Advanced Commands (0.11)
Reply With Quote #96

2 dungeon
Broken translation or string perhaps?

2 rambomst
Try to teleport to normal positions, not to position of unexists entity.
__________________
Life don't forgive weaknesses..
xaider is offline
Send a message via ICQ to xaider Send a message via Skype™ to xaider
rambomst
SourceMod Donor
Join Date: Nov 2009
Location: Sydney, Australia
Old 01-23-2010 , 21:04   Re: Advanced Commands (0.11)
Reply With Quote #97

When you swap people to the other team using this addon they keep the skin of there previous team maybe forcing a skin change would be good or having sm_team slay them on team change.
__________________
rambomst is offline
xaider
Senior Member
Join Date: Jan 2009
Location: Russia, Ryazan
Old 01-24-2010 , 14:14   Re: Advanced Commands (0.11)
Reply With Quote #98

2 rambomst
Look
__________________
Life don't forgive weaknesses..
xaider is offline
Send a message via ICQ to xaider Send a message via Skype™ to xaider
rambomst
SourceMod Donor
Join Date: Nov 2009
Location: Sydney, Australia
Old 01-24-2010 , 16:27   Re: Advanced Commands (0.11)
Reply With Quote #99

Quote:
Originally Posted by xaider View Post
Thanks, just what I was looking for.
__________________
rambomst is offline
Mnkras
Senior Member
Join Date: Mar 2009
Location: 127.0.0.1
Old 01-28-2010 , 08:15   Re: Advanced Commands (0.11)
Reply With Quote #100

prints an error anytime console executes a command (reply to command) check if the index is 0 first also a cvar for the notifications (on|off)
__________________
Mnkras 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 22:16.


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