Raised This Month: $51 Target: $400
 12% 

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 04-17-2007 , 14:37   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #501

you could try this version from Seather:
http://forums.alliedmods.net/showpos...0&postcount=95

i don't play dod, so i don't know if it works and i don't support it, but you can try..
__________________
KoST is offline
Digeridoo
New Member
Join Date: Apr 2007
Old 04-19-2007 , 17:26   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #502

Quote:
Originally Posted by KoST View Post
yeah maybe, i never used hltv (nor in conjunction with esp). if i have some time i'll try this...
Of course, if you will have time. It would be excellent!
Digeridoo is offline
Uzi
New Member
Join Date: Nov 2005
Old 06-15-2007 , 23:26   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #503

Thank you for a greate plugin! I and my friends have been using it intensively to prevent hacking in our servers.

I've also want to make a small contribution. The original plugin doesn't work with asynchronous user authentication. Our server muse multi-threaded SQL API provided by AMX Mod X to query from a large database of no less than 20,000 users. This way the client_putinserver function shall not assure proper access flags from user whom put in server, since the process of querying user information from database still on-going. Thus this plugin won't work since it initialize things within client_putinserver.

I had to modified it a little bit and remove initialization code from client_putinserver, instead put it in the event hook. This hook is called after a player has died. The modifications are:

1. Added this code in plugin_init():

register_event("ClCorpse", "hook_corpse", "a", "12>0")

2. Added this function:

public hook_corpse()
{
new id = read_data(12)
server_print("User ID %d entered ESP spec mode", id)

first_person[id]=false
if ((get_user_flags(id) & REQUIRED_ADMIN_LEVEL) || get_cvar_num("esp_allow_all")==1)
{
if (!admin[id])
{
admin[id]=true
init_admin_options(id)
}
}
else
admin[id]=false
}

This modified version works great on my demand.

Hopefully it will be integrated into the next official version.

Thank you
Uzi is offline
wabbit slayer
Junior Member
Join Date: Aug 2007
Old 08-05-2007 , 19:18   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #504

where do i install this exactly?
wabbit slayer is offline
mrstan
Junior Member
Join Date: Aug 2007
Old 08-11-2007 , 06:07   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #505

Can someone make , that the setting esp_setting xxxxxxx wont change every map change and all admins 'll have default settings set by main admin
mrstan is offline
|-Public-Stars-|MADJoker
New Member
Join Date: Aug 2007
Location: Germany/Stuttgart/Nagold
Old 08-25-2007 , 15:59   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #506

Like all other normal AMXX-Plugins, take it in your Plugins-Folder on your Gameserver (with ftp), edit your plugins.ini on mxmodx/configs/plugins.ini (open it with editor) and type there the Plugin-Name "admin_spec_esp.amxx" save this and restart your Server...thats all
__________________
|-Public-Stars-|MADJoker is offline
lucKy
Junior Member
Join Date: Sep 2007
Old 10-01-2007 , 14:37   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #507

Kost first off great pluggin

I run it on our server with esp_allow_all 1 but I have one complaint from connecting users . Could you tell me where in sma to edit default view new users see when they are connected. If possible I just want boxes for default.I have tried esp_settings 0010000000 in the amx_cfg but no luck

thanx

Last edited by lucKy; 10-03-2007 at 14:06.
lucKy is offline
lucKy
Junior Member
Join Date: Sep 2007
Old 10-04-2007 , 16:13   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #508

I'm going to try

admin_options[id][i]=false
}
admin_options[id][ESP_ON]=true
admin_options[id][ESP_BOX]=true

part of this post

http://forums.alliedmods.net/showpos...&postcount=235

on version admin_spec_esp_v1.4_beta.sma
Thanx for help

Oh and thanx to whoever negative karma'd me for not having the time to read 500 posts before asking a question

Last edited by lucKy; 10-05-2007 at 21:08.
lucKy is offline
lucKy
Junior Member
Join Date: Sep 2007
Old 10-10-2007 , 21:03   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #509

So I tried modifying the sma's of both 1.3 and 1.4 with no luck. Is there anyone out there with the time/ability to modify v1.3 or 1.4 so the default view is just boxes ?. as well as modify it to stop saving settings in vault as per KoST's earlier post.
Quote:
if it is enabled for more players it does more calculations of course, but it should be no problem. (you have to find out by testing). the only problem might be that the vault.ini file gets too large (menu settings for each user are stored there). you can disable saving by commenting out line 299.
Sorry I'm A noob but how would I even find line 299?


And all the karma goes to Wilson [29th ID] Thanx for solving my problem

Last edited by lucKy; 10-20-2007 at 02:52.
lucKy is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 11-06-2007 , 17:11   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #510

I'm not sure if this was addressed yet but I was not able to get this to work on my server (CS1.6, Windows, AMX v1.8.0). The plugin was coming up as loaded and did not give any errors when I tried putting it in debug mode.

For some reason, the "esp" cvar was not getting registered but all of the other ones were. I tried changing the cvar from "esp" to "esp_enabled" and that made it work. Perhaps 1.8.0 doesn't like cvars with short names?
__________________
Bugsy 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 13:49.


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