Raised This Month: $ Target: $400
 0% 

Cheater Buster Tools (old Admin ESP)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
tejeskifly
Senior Member
Join Date: Jun 2009
Location: Hungary, Szeged
Old 04-26-2010 , 11:42   Re: Admin ESP
Reply With Quote #11

I find a bug, sometimes i turn on adminesp with sm_adminesp every player see the points (dead and alive players). And if i turn on sm_adminesp or sm_adminesp 1, sometimes the other players see points, on some player (not in everyone)
I'm using the last metamod and sourcemod.


i make some help for users

adminmenu:

copy this your adminmenu_custom.txt

Code:
    "ServerCommands"

    {
         "spect esp"
        {
            "cmd"        "sm_adminesp #1 #2"
            "admin"        "sm_ban"
            "execute"    "player"
                        "1"
            {
                "type"         "teamplayer"
                "method"    "name"
                "title"        "Player:"
            }
            "2"
            {
                "type"         "onoff"
                "title"        "spect esp:"
            }
        } 
    }
Or if you want use one script, copy this in your autoexec.txt
Code:
alias "on" "sm_adminesp 1"
alias "off" "sm_adminesp 0"

alias "adminesp" "esp.on"
alias "esp.on" "on;alias adminesp esp.off"
alias "esp.off" "off;alias adminesp esp.on"

bind "o" "adminesp"
you can tur on/off adminesp with "o"

Last edited by tejeskifly; 04-26-2010 at 16:56.
tejeskifly is offline
Send a message via MSN to tejeskifly
 



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 21:33.


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