View Single Post
IEcliPsEI95
Junior Member
Join Date: Jul 2011
Location: Romania
Old 10-06-2021 , 04:08   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #849

I have this problem, and I don't know what to do, I want to hook on SetModel player. I already have dhook for SM 110, otherwise it wouldn't start

Code:
SourceMod Version Information:
    SourceMod Version: 1.10.0.6515
    SourcePawn Engine: 1.10.0.6515, jit-x86 (build 1.10.0.6515)
    SourcePawn API: v1 = 5, v2 = 12
    Compiled on: Sep 27 2021 10:07:49
    Built from: https://github.com/alliedmodders/sou...commit/f12b536
    Build ID: 6515:f12b536
    http://www.sourcemod.net/

[SM] Displaying 14 extensions:
[01] Automatic Updater (1.10.0.6515): Updates SourceMod gamedata files
[02] Webternet (1.10.0.6515): Extension for interacting with URLs
[03] <FAILED> file "cleaner.ext.2.csgo.so": Failed to find signature. Please contact the author.
[04] CSGO-ArmsFix (1.0): Fix glove overcap with custom arms
[05] CS Tools (1.10.0.6515): CS extended functionality
[06] BinTools (1.10.0.6515): Low-level C/C++ Calling API
[07] SDK Tools (1.10.0.6515): Source SDK Tools
[08] SDK Hooks (1.10.0.6515): Source SDK Hooks
[09] Top Menus (1.10.0.6515): Creates sorted nested menus
[10] Client Preferences (1.10.0.6515): Saves client preference settings
[11] SQLite (1.10.0.6515): SQLite Driver
[12] Sound Info Library (1.0): Access information of sound files
[13] DHooks (2.2.0-detours17): Dynamic Hooks
[14] Regex (1.10.0.6515): Provides regex natives for plugins
sm exts info 13
 File: dhooks.ext.so
 Loaded: Yes (version 2.2.0-detours17)
 Name: DHooks (Dynamic Hooks)
 Author: Dr!fter and Peace-Maker (http://www.sourcemod.net/)
 Binary info: API version 8 (compiled Jun 30 2021)
 Method: Loaded by SourceMod, attached to Metamod:Source

[SM] Listing 47 plugins:
  01 "[ANY] Chat Responder" (1.3.4) by Headline
  02 "SM Parachute" (2.5) by SWAT_88
  03 "Admin Help" (1.10.0.6515) by AlliedModders LLC
  04 "Simple Soccer Ball" (1.2) by mottzi
  05 "S-Downloader" (1.1.2.22 - Dev) by Starbish
  06 "Basic Votes" (1.10.0.6515) by AlliedModders LLC
  07 "[CS:GO] Gun Menu" (1.2) by LumiStance (adapting by Grey83)
  08 "Basic Ban Commands" (1.10.0.6515) by AlliedModders LLC
  09 <Failed> "CS:GO PugSetup: damage printer" (2.0.5) by splewis
  10 "PlayerSkin" (5.0.3 (Build 36)) by noBrain
  11 <Error> "SourceBans" (1.4.11) by SourceBans Development Team
  12 "Basic Comm Control" (1.10.0.6515) by AlliedModders LLC
  13 "Admin File Reader" (1.10.0.6515) by AlliedModders LLC
  14 "[CS:GO/CSS] AbNeR Round End Sounds" (4.0.1) by abnerfs
  15 "SQL Admin Manager" (1.10.0.6513) by AlliedModders LLC
  16 "LAZERRRRSSSS!" (1.3.2) by MitchDizzle_
  17 "Fun Commands" (1.10.0.6515) by AlliedModders LLC
  18 "SM Franug CSGO Sprays" (1.4.5) by Franc1sco Steam: franug
  19 "Chat-Processor" (2.2.3) by Drixevel
  20 "Custom Player Skins (Core)" (1.4) by Mitchell, Root
  21 "Sound Commands" (1.10.0.6515) by AlliedModders LLC
  22 "Anti-Flood" (1.10.0.6515) by AlliedModders LLC
  23 "sm_colour" (1.3) by MoggieX
  24 "Fun Votes" (1.10.0.6515) by AlliedModders LLC
  25 "Admin Menu" (1.10.0.6515) by AlliedModders LLC
  26 "Hud Text Message" (1.0) by ShutAP
  27 "VoiceAnnounceEx" (2.3) by Franc1sco franug, Mini and GoD-Tony
  28 "Advanced Admin ESP" (1.3.6) by Mitch
  29 "Hook Grab Rope" (1.1.4) by Sheepdude, SumGuy14
  30 "Basic Info Triggers" (1.10.0.6515) by AlliedModders LLC
  31 "Basic Chat" (1.10.0.6515) by AlliedModders LLC
  32 "Player Commands" (1.10.0.6515) by AlliedModders LLC
  33 <Error> "dhooks-test.smx"
  34 "Basic Commands" (1.10.0.6515) by AlliedModders LLC
  35 "Reserved Slots" (1.10.0.6515) by AlliedModders LLC
  36 "Client Preferences" (1.10.0.6515) by AlliedModders LLC
Errors:
pugsetup_damageprint.smx (CS:GO PugSetup: damage printer): Could not find required plugin "pugsetup"
sourcebans.smx (SourceBans): Error detected in plugin startup (see error logs)
dhooks-test.smx: Error detected in plugin startup (see error logs)

L 10/06/2021 - 01:12:29: [SM] Exception reported: Failed to get CreateInterface
L 10/06/2021 - 01:12:29: [SM] Blaming: dhooks-test.smx
L 10/06/2021 - 01:12:29: [SM] Call stack trace:
L 10/06/2021 - 01:12:29: [SM]   [0] SetFailState
L 10/06/2021 - 01:12:29: [SM]   [1] Line 100, dhooks-test.sp::OnPluginStart
L 10/06/2021 - 01:12:29: [SM] Unable to load plugin "dhooks-test.smx": Error detected in plugin startup (see error logs)
IEcliPsEI95 is offline