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

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


Post New Thread Reply   
 
Thread Tools Display Modes
ivani6651
Member
Join Date: Feb 2017
Old 04-16-2017 , 05:44   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #651

Quote:
Originally Posted by Arkshine View Post
Please give the exact context and steps to reproduce the issue. I tried today under windows with some bots, and no issue so far.
Well that's the problem yesterday decided to upgrade amxmodx-1.8.3-dev-git5109 of amxmodx-1.8.3-dev-git5110 and when you run a server at the very start began to crash the server. When you stop this plugin server does not crash at startup. In amxmodx-1.8.3-dev-git5109 no problem with this plugin and I did not crash the server.

When put amxmodx_mm.dl of amxmodx-1.8.3-dev-git5110 plugin starts to crash the server, and when I put amxmodx_mm.dl of amxmodx-1.8.3-dev-git5109 no crash.
ivani6651 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-16-2017 , 05:55   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #652

I have no crash.

Code:
AMX Mod X 1.8.3-dev+5110 (http://www.amxmodx.org)
Authors:
        David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
        Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
        Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
        Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Apr 14 2017 10:39:20
Built from: https://github.com/alliedmodders/amxmodx/commit/123246c
Build ID: 5110:123246c
Core mode: JIT+ASM32
Code:
amxx list
Currently loaded plugins:
       name                    version     author            file             status
 [  1] Admin Base              1.8.3-dev+  AMXX Dev Team     admin.amxx       running
 [  2] Admin Commands          1.8.3-dev+  AMXX Dev Team     admincmd.amxx    running
 [  3] Admin Help              1.8.3-dev+  AMXX Dev Team     adminhelp.amxx   debug
 [  4] Slots Reservation       1.8.3-dev+  AMXX Dev Team     adminslots.amxx  running
 [  5] Multi-Lingual System    1.8.3-dev+  AMXX Dev Team     multilingual.am  running
 [  6] Menus Front-End         1.8.3-dev+  AMXX Dev Team     menufront.amxx   running
 [  7] Commands Menu           1.8.3-dev+  AMXX Dev Team     cmdmenu.amxx     running
 [  8] Players Menu            1.8.3-dev+  AMXX Dev Team     plmenu.amxx      running
 [  9] Teleport Menu           1.8.3-dev+  AMXX Dev Team     telemenu.amxx    running
 [ 10] Maps Menu               1.8.3-dev+  AMXX Dev Team     mapsmenu.amxx    running
 [ 11] Plugin Menu             1.8.3-dev+  AMXX Dev Team     pluginmenu.amxx  running
 [ 12] Admin Chat              1.8.3-dev+  AMXX Dev Team     adminchat.amxx   running
 [ 13] Anti Flood              1.8.3-dev+  AMXX Dev Team     antiflood.amxx   running
 [ 14] Scrolling Message       1.8.3-dev+  AMXX Dev Team     scrollmsg.amxx   running
 [ 15] Info. Messages          1.8.3-dev+  AMXX Dev Team     imessage.amxx    running
 [ 16] Admin Votes             1.8.3-dev+  AMXX Dev Team     adminvote.amxx   running
 [ 17] NextMap                 1.8.3-dev+  AMXX Dev Team     nextmap.amxx     running
 [ 18] Nextmap Chooser         1.8.3-dev+  AMXX Dev Team     mapchooser.amxx  running
 [ 19] TimeLeft                1.8.3-dev+  AMXX Dev Team     timeleft.amxx    running
 [ 20] Pause Plugins           1.8.3-dev+  AMXX Dev Team     pausecfg.amxx    running
 [ 21] Stats Configuration     1.8.3-dev+  AMXX Dev Team     statscfg.amxx    running
 [ 22] RequestFrame() Test     1.0.0       KliPPy            test-requestfra  running
 [ 23] Admin Spectator ESP     1.3         KoST              admin_spec_esp_  debug
Make sure you stop the server before upgrading and make sure to update all .dll and .amxx.

If it still happens, and you are sure it's from that plugin, zip your addons/ directory as it is and send me by PM.
__________________
Arkshine is offline
naa2i
Junior Member
Join Date: Aug 2009
Location: Skopje, Macedonia
Old 04-16-2017 , 11:57   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #653

how to set default for all admins only ESP_LINE and ESP_NAME ?
naa2i is offline
WhiteFang1319
Senior Member
Join Date: Jan 2017
Old 02-11-2018 , 06:24   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #654

Hi, can anyone add a cvar when it is turned on ( value 1) then only admins who are in spectator team can have the esp functions, if it's 0 it works like usual?
WhiteFang1319 is offline
Burwakee
New Member
Join Date: Jan 2018
Old 03-25-2018 , 09:05   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #655

Quote:
Originally Posted by WhiteFang1319 View Post
Hi, can anyone add a cvar when it is turned on ( value 1) then only admins who are in spectator team can have the esp functions, if it's 0 it works like usual?
Hello, I don't know how to work with cvars, but I managed to do this by changing

Code:
if( bAdminOptions[ i ][ ESP_ON ] && bFirstPerson[ i ] && is_user_connected( i ) && bAdmin[ i ] && ( !is_user_alive( i ) ) && ( g_iSpectator[ i ] > 0 ) && is_user_alive( g_iSpectator[ i ] ) )
to

Code:
if( bAdminOptions[ i ][ ESP_ON ] && bFirstPerson[ i ] && is_user_connected( i ) && bAdmin[ i ] && !( get_user_team( i ) == 1 ) && !( get_user_team( i ) == 2 )  && ( !is_user_alive( i ) ) && ( g_iSpectator[ i ] > 0 ) && is_user_alive( g_iSpectator[ i ] ) )

So add this line in there, it will test that the spectating player is not T neither CT.
Code:
&& !( get_user_team( i ) == 1 ) && !( get_user_team( i ) == 2 )
I tried it with testing get_user_team( i ) == 3, which is supposed to be Spectator but didn't work. Also this is probably not the cleanest way to do this, but it seems to work for me.
Burwakee is offline
WhiteFang1319
Senior Member
Join Date: Jan 2017
Old 03-25-2018 , 09:25   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #656

Quote:
Originally Posted by Burwakee View Post
Hello, I don't know how to work with cvars, but I managed to do this by changing

Code:
if( bAdminOptions[ i ][ ESP_ON ] && bFirstPerson[ i ] && is_user_connected( i ) && bAdmin[ i ] && ( !is_user_alive( i ) ) && ( g_iSpectator[ i ] > 0 ) && is_user_alive( g_iSpectator[ i ] ) )
to

Code:
if( bAdminOptions[ i ][ ESP_ON ] && bFirstPerson[ i ] && is_user_connected( i ) && bAdmin[ i ] && !( get_user_team( i ) == 1 ) && !( get_user_team( i ) == 2 )  && ( !is_user_alive( i ) ) && ( g_iSpectator[ i ] > 0 ) && is_user_alive( g_iSpectator[ i ] ) )

So add this line in there, it will test that the spectating player is not T neither CT.
Code:
&& !( get_user_team( i ) == 1 ) && !( get_user_team( i ) == 2 )
I tried it with testing get_user_team( i ) == 3, which is supposed to be Spectator but didn't work. Also this is probably not the cleanest way to do this, but it seems to work for me.
Thanks for help but I figured it out some days ago and edited it myself
WhiteFang1319 is offline
ItsFoxxy
Junior Member
Join Date: Aug 2018
Old 08-18-2018 , 10:12   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #657

Maybe a stupid question but can this somehow be used/converted for me to use in sourcemod?
ItsFoxxy is offline
.:cs.stambeto:.
Senior Member
Join Date: Feb 2010
Location: Bulgaria
Old 10-16-2018 , 16:36   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #658

L 10/15/2018 - 21:23:10: Plugin called menu_display when item=MENU_EXIT
L 10/15/2018 - 21:23:10: [AMXX] Displaying debug trace (plugin "admin_spec_esp.amxx", version "1.3")
L 10/15/2018 - 21:23:10: [AMXX] Run time error 10: native error (native "show_menu")
L 10/15/2018 - 21:23:10: [AMXX] [0] admin_spec_esp.sma::show_esp_menu (line 132)
L 10/15/2018 - 21:23:10: [AMXX] [1] admin_spec_esp.sma::client_PreThink (line 288 )

Last edited by .:cs.stambeto:.; 10-16-2018 at 16:37.
.:cs.stambeto:. is offline
Dobi_la_sur
New Member
Join Date: May 2020
Old 05-20-2020 , 08:39   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #659

Hello everyone

I am having the same problem with the Admin Spectator ESP,
the server closes automatically, without showing errors

I use the latest version of SteamCMD and AMX mod 1.8.3-dev-git5201
Dobi_la_sur is offline
IamPaul
New Member
Join Date: Nov 2020
Old 11-07-2020 , 06:51   Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --
Reply With Quote #660

Hi,

I am running a server with SourceMod - Is this plug in available for SourceMod as i see it is .amxx and not .smx

Thanks
IamPaul is offline
Reply


Thread Tools
Display Modes

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 01:18.


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