View Single Post
tintinibar
Member
Join Date: Dec 2004
Location: WI
Old 02-08-2011 , 20:04   Re: [CS:S/DoD/TF2] Player Respawn
Reply With Quote #16

[08] DoD Hooks (1.1.0): Detour Hooks & Natives for DoD:S
MetaMod:Source v1.9.0-devV, SourceMod v1.4.0-dev
I get this error:

L 02/08/2011 - 18:55:21: Error log file session closed.
L 02/08/2011 - 18:55:21: SourceMod error session started
L 02/08/2011 - 18:55:21: Info (map "dod_lime_arena") (file "errors_20110208.log")
L 02/08/2011 - 18:55:21: [SM] Plugin encountered error 25: Call was aborted
L 02/08/2011 - 18:55:21: [SM] Native "SetFailState" reported: Fatal Error: Unable to find signature for "CDODPlayer:ODRespawn(void)"!
L 02/08/2011 - 18:55:21: [SM] Displaying call stack trace for plugin "respawn.smx":
L 02/08/2011 - 18:55:21: [SM] [0] Line 61, /home/groups/sourcemod/upload_tmp/phpz1HLKM.sp::OnPluginStart()

found the problem: your version of plugin.instantrespawn.txt has an extra _ on "linux" "@__ZN10CDODPlayer10DODRespawnEv" should be "linux" "@_ZN10CDODPlayer10DODRespawnEv"

now it loads

Last edited by tintinibar; 02-08-2011 at 21:47. Reason: found linux problem
tintinibar is offline