Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Lektor
Junior Member
Join Date: Mar 2006
Old 03-29-2006 , 05:58  
Reply With Quote #291

Does not this plugin work with bots?
It seems to me it doesnt work..

This plugin loads without problems. . and I can use command "esp_" in consol..
Also I see menu esp_menu, but I cant see effect of this plugin ..
screen:
[img]http://img85.**************/img85/503/screen6bn.th.jpg[/img]
(click)

Whats wrong ? Explain please..
Lektor is offline
Lektor
Junior Member
Join Date: Mar 2006
Old 03-29-2006 , 12:45  
Reply With Quote #292

Quote:
Originally Posted by Lektor
Does not this plugin work with bots?
It seems to me it doesnt work..

This plugin loads without problems. . and I can use command "esp_" in consol..
Also I see menu esp_menu, but I cant see effect of this plugin ..
screen:
[img]http://img85.**************/img85/503/screen6bn.th.jpg[/img]
(click)

Whats wrong ? Explain please..
Well it`s strange situation... "amx_plugins" says
Quote:
Admin Spectator E - 1.2i - admin_spec_esp. - running
But a make a notice that when my server starts it says:

Quote:
Admin Spectator ESP vl.Zi by KoST

l 0З/29/2006 - 20:12:29: AMXX] Invalid event (name "SpecHealth2"> <plugin "admin_spec_esp.amxx">
[i 03/29/2006 - 20:12:ЗШ: AMXX] Run time error 10 < plug in "admin_spec_esp.amxx"> — debug not enabled!
L. 03/29/2066 - 20:120: AMXXX] To enable debug node, add "debug" after the plug in name in plugins.ini Cwithout quotes>.
What does it mean, and what to do..?
Lektor is offline
Lektor
Junior Member
Join Date: Mar 2006
Old 03-29-2006 , 13:33  
Reply With Quote #293

so.. I "debug" this plugin and what are results:
Quote:
Admin Spectator ESP v1.2i by KoST
03/29/2006 - 21:21:23: AMXX Invalid event (name "SpecHealth2") (plugin "admin_spec_esp.amxx")
03/29/2006 - 21:21:23: [AMXX] Displaying debug trace <plugin "admin_spec_esp.amxx">
03/29/2006 - 21:21:23:[AMXX] Run time error 10: native error <native "register_event")
03/29/2006 - 21:21:23: [AMXX] [0] admin_spec_esp_130.sma::plugin_init (line 105)
Lektor is offline
KoST
Senior Member
Join Date: Jul 2005
Old 03-30-2006 , 11:47  
Reply With Quote #294

new version 1.2j released
+ 03/30/2006 v1.2j
-- added: now saves the menu options for each admin
-- changed: re-added StatusValue event
-- added: command 'esp_settings'

@Morpheus:
i hope v1.2j fixes it.. tell me it it works for you..

@Trip~Hazard: it now saves the options !!

@jd91651:
Quote:
2. Noticed that on fast round maps (like fy_iceworld) IF you have brought up the menu to change a view setting and the round starts you will be spawned in with the menu still active and on your screen. It accepts input too including 0 for exit.
yes the menu can be active when alive ! (why shoud it go away)? esp is off anyway..

Quote:
Note: Is it possible that portions of the plugin are not automatically switching to off when the person leaves spectator mode?
(I don't program in this language so if that was a dumb question then hey! I'm just brainstorming here ok?)
what portions? can u describe what you have in mind?

there is a new command: 'esp_settings' read http://forums.alliedmods.net/showthread.php?t=23691 for details


@Gunny: the problem are the hud channels there are only 4 which have to be shared by all plugins..
you could try the following:

edit the source of this plugin, find:
Code:
set_hudmessage(255, 255, 0, floatabs(xp), floatabs(yp), 0, 0.0, get_cvar_float("esp_timer"), 0.0, 0.0, 2)
the last parameter the '2' is the channel index try changing it to '1' or '3' or '4'....

@RPG:
set 'esp_disable_default_keys 1' then use 'esp_menu' command to get the menu and 'esp_toggle' to toggle esp on/off.
you can bind these command to any key you want.

@Lektor:
enter 'amx_modules' in server console and post the result here, please. hope i can help you then..
__________________
KoST is offline
Lektor
Junior Member
Join Date: Mar 2006
Old 03-30-2006 , 14:02  
Reply With Quote #295

Quote:
Originally Posted by KoST
@Lektor:
enter 'amx_modules' in server console and post the result here, please. hope i can help you then..
I hope too .. cuz I want this plugin to work very much

Quote:
L 03/30/2006 - 21:53:49: [AMXX] Invalid event (name "SpecHealth2") (plugin "admin_spec_esp.amxx")
L 03/30/2006 - 21:53:49: [AMXX] Displaying debug trace (plugin "admin_spec_esp.amxx")
L 03/30/2006 - 21:53:49: [AMXX] Run time error 10: native error (native "register_event")
L 03/30/2006 - 21:53:49: [AMXX] [0] admin_spec_esp_809.sma::plugin_init (line 10
Quote:
amx_modules
Currently loaded modules:
name version author
Fun 1.70 AMX Mod X Dev Team
Engine 1.70 AMX Mod X Dev Team
MySQL 1.70 AMX Mod X Dev Team
CStrike 1.70 AMX Mod X Dev Team
CSX 1.70 AMX Mod X Dev Team
Sockets 1.70 HLSW Dev Team
Lektor is offline
KoST
Senior Member
Join Date: Jul 2005
Old 03-30-2006 , 14:13  
Reply With Quote #296

hmm, i can't imagine why this error happens, anyone else who has the same thing?

anyway, you can edit the source, find:
Code:
register_event("SpecHealth2","spec_target","bd")
and remove this line

then use http://www.amxmodx.org/webcompiler.cgi to recompile it..

please tell me if this fixes it..
__________________
KoST is offline
Lektor
Junior Member
Join Date: Mar 2006
Old 03-30-2006 , 14:30  
Reply With Quote #297

KoST, Yeahh!! It works.. You are god
Thanks..!
But why is it so..)) I mean .. Only I should do this procedures..
Lektor is offline
KoST
Senior Member
Join Date: Jul 2005
Old 03-30-2006 , 16:52  
Reply With Quote #298

thx

hmm, i don't know at all, i never had this error..
and SpecHealth2 should work!

i created a new topic in 'scripting help':
http://forums.alliedmods.net/showthread.php?t=26308

or maybe you do not have a clean install of amxx (missing files/wrong versions?)
__________________
KoST is offline
Gunny
Senior Member
Join Date: Mar 2004
Location: Magnolia, Texas
Old 03-30-2006 , 21:24  
Reply With Quote #299

@KoST
Quote:
@Gunny: the problem are the hud channels there are only 4 which have to be shared by all plugins..
you could try the following:

edit the source of this plugin, find:
Small:
set_hudmessage(255, 255, 0, floatabs(xp), floatabs(yp), 0, 0.0, get_cvar_float("esp_timer"), 0.0, 0.0, 2)

the last parameter the '2' is the channel index try changing it to '1' or '3' or '4'....
That didn't work

I tried all 4 channels.
__________________
TEAM FORTRESS 2 - 70.85.30.25:27015
COUNTER-STRIKE SOURCE - 70.85.30.22:27015
COUNTER-STRIKE SOURCE DEATH MATCH - 70.85.30.23:27015
Gunny is offline
Trip~Hazard
Senior Member
Join Date: Jun 2004
Location: North Carolina
Old 03-31-2006 , 10:35  
Reply With Quote #300

Mucho karma for the Kost . This is a can't live without tool my man. Punks getting cold busted with proof....VAC can't do the job so now admins have a serious edge.
__________________
Trip~Hazard 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 10:18.


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