Raised This Month: $ Target: $400
 0% 

CSGO <Failed> "Cheater Buster Tools" (1.2.1) by KawMAN


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 08-16-2012 , 12:55   CSGO <Failed> "Cheater Buster Tools" (1.2.1) by KawMAN
Reply With Quote #1

22 <Failed> "Cheater Buster Tools" (1.2.1) by KawMAN

[06] <FAILED> file "sdkhooks.ext.so": /home/bcs/csgo/pub1/csgo/addons/sourcemod/extensions/sdkhooks.ext.so: cannot open shared object file: No such file or directory

Pluginthread: http://forums.alliedmods.net/showthr...ight=admin+esp

The problem is, there isnt any file with the name "sdkhooks.ext.so", the file names are "sdktools.ext.2.csgo.so". So how to fix this? :S

I did try to change:
Code:
	MarkNativeAsOptional("SDKHook");
	MarkNativeAsOptional("SDKUnhook");
	if(GetExtensionFileStatus("sdkhooks.ext") == 1)	SDKHooksExist = true;
	else
to:

Code:
	MarkNativeAsOptional("SDKHook");
	MarkNativeAsOptional("SDKUnhook");
	if(GetExtensionFileStatus("sdktools.ext.2.csgo") == 1)	SDKHooksExist = true;
	else
But not working..





Using:
1.5.0-hg3612.tar.gz
1.9.0-hg789.tar.gz

Also tried:
sdkhooks-2.2.0-dev-hg197-linux.tar.gz

Last edited by Ejziponken; 08-16-2012 at 13:00.
Ejziponken is offline
 



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 05:28.


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