Raised This Month: $ Target: $400
 0% 

Admin Spectator ESP v1.3 (05/06/06) -- stable release --


Post New Thread Reply   
 
Thread Tools Display Modes
KoST
Senior Member
Join Date: Jul 2005
Old 03-31-2006 , 15:23  
Reply With Quote #311

i would recommend to reinstall as brad already said, but if the version with the quick fix i gave you works then there is no need to do this (to make this plugin work), the removed line is not desperately needed, since StatusValue event seems to be triggered fine.
__________________
KoST is offline
Pinqvin
Junior Member
Join Date: Dec 2004
Location: Finland
Old 04-01-2006 , 03:52  
Reply With Quote #312

Hmmmh.. Im getting something wierd when I installed this plugin on our dedicated server. AMXX is version 1.70 installed with the installer so metamod should be corrrect version too. I try to use the plugin but ofc it doesn't work because the outcome of amx_plugins is this:
unknown unknown unknown admin_spec_esp. bad load
I have tried to have debug in behind of the plugins name but nothing new. I tried to compile the plugin myself too but nothing else here either. This would really help me catching some wallhackers
Pinqvin is offline
Send a message via MSN to Pinqvin
-W0kk3L-
Senior Member
Join Date: May 2004
Location: Netherlands
Old 04-01-2006 , 04:31  
Reply With Quote #313

Check out the serverlog, just after starting the server. There must be an error prior to this bad load.
__________________
Admin @ www.crew-nexus.net -- The best dutch gaming community around -- For our servers: http://www.crew-nexus.net/servers
-W0kk3L- is offline
Pinqvin
Junior Member
Join Date: Dec 2004
Location: Finland
Old 04-01-2006 , 05:29  
Reply With Quote #314

Quote:
Originally Posted by -W0kk3L-
Check out the serverlog, just after starting the server. There must be an error prior to this bad load.
Ah lol.. We didn't have module engine on. I was almost 100% it was on but no. Oh well. Thank you ^^
Pinqvin is offline
Send a message via MSN to Pinqvin
dbdcobra
Junior Member
Join Date: Mar 2006
Old 04-01-2006 , 16:25   Doesn't work for any other mods?
Reply With Quote #315

Can you possibly make this compatible with TFC?
im in spec watching someone in first person.... but its not workin.
dbdcobra is offline
jd91651
Member
Join Date: Mar 2006
Old 04-03-2006 , 02:38  
Reply With Quote #316

Hi,
Thanks for all your hard work.
FYI: I've caught 4 hackers in 2 weeks on my server as a result of this plugin JUST as important I've CLEARED 3 times that many ppl being accused of hacking because it became obvious from watching that they were just good. Spamming a wall where you suspect someone might be versus watching /shooting at ppl through walls is easily detected with this plugin (and other hacking techniques).
THANKs.

I have one minor request.
I'd simply like to reverse the on off keys (I use the arrows for movement)
IE have up arrow turn it OFF instead of on (as it is presently)
and have down arrow turn in ON instead of off.

What code lines do I reverse for that.
I took a look at the code (even though I don't know this language)
and made a stab at it but the attempt failed.
thanks again.
jd91651 is offline
KoST
Senior Member
Join Date: Jul 2005
Old 04-03-2006 , 13:06  
Reply With Quote #317

that's easy, find (line: 328-333):
Code:
                if ((button & IN_FORWARD)  && !(oldbutton & IN_FORWARD) && !admin_options[id][0]){                     change_esp_status(id,true)                 }                 if ((button & IN_BACK)  && !(oldbutton & IN_BACK) && admin_options[id][0]){                     change_esp_status(id,false)                 }
and replace with:
Code:
                if ((button & IN_BACK)  && !(oldbutton & IN_BACK) && !admin_options[id][0]){                     change_esp_status(id,true)                 }                 if ((button & IN_FORWARD)  && !(oldbutton & IN_FORWARD) && admin_options[id][0]){                     change_esp_status(id,false)                 }
__________________
KoST is offline
jd91651
Member
Join Date: Mar 2006
Old 04-03-2006 , 14:53  
Reply With Quote #318

Thanks,
(and after seeing what you did I now realize why my attempts failed LOL)
jd91651 is offline
KoST
Senior Member
Join Date: Jul 2005
Old 04-09-2006 , 16:56  
Reply With Quote #319

@jd91651:
there is also another way of doing this without changing the source:

set cvar:
'esp_disable_default_keys 1'

client-config:
bind "w" "+forward;esp_settings 0"
bind "s" "+back;esp_settings 1"

change w and s to whatever your forward/backward keys are..
KoST is offline
jd91651
Member
Join Date: Mar 2006
Old 04-10-2006 , 00:54   VAULT Data /vualt module
Reply With Quote #320

Hi,
I notice in the new v1.2J some lines reference "vault" stuff.
Does that have anything to do with the new vault support module
in 1.7.1 and if so then is that another module we need to enable besides
the engine module?

; --------------------
; Binary Vault support
; --------------------
;nvault_amxx_i386.so
nvault_amxx.dll
;nvault_amxx_amd64.so
jd91651 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 20:34.


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