Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
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
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 08-16-2012 , 18:50   Re: CSGO <Failed> "Cheater Buster Tools" (1.2.1) by KawMAN
Reply With Quote #2

Compatibility issues, that extension was made back during 09 and last updated in 2011 so it probably won't work correctly regardless.
Drixevel is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 08-16-2012 , 18:59   Re: CSGO <Failed> "Cheater Buster Tools" (1.2.1) by KawMAN
Reply With Quote #3

So is there another ESP tool for admins? Its useless to run a publicserver without it.
Ejziponken is offline
playertwo
Junior Member
Join Date: Dec 2004
Old 01-12-2013 , 17:51   Re: CSGO <Failed> "Cheater Buster Tools" (1.2.1) by KawMAN
Reply With Quote #4

...a port of this appears to be the closest thing for a working candidate in CSGO. I am currently using the esp from competitive mode in a custom casual mode and all dead can see all ESP... with sv_deadtalk 0, the single downside to this is how easy ppl on Voip can ghost.

..but 80% of us know each other so its unlikely 2-3 ppl are conspiring in a ts3 room somewhere...

i look forward to seeing something like this get to a beta_in_progress state.
__________________
playertwo 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 02:12.


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