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

Screen


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
El Abuelo Loco
Senior Member
Join Date: Jun 2020
Old 08-19-2020 , 00:27   Screen
Reply With Quote #1

I'm looking for an add-on that will screen the players only the admins

That is not with the SXE because I do not use it.
El Abuelo Loco is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-19-2020 , 01:17   Re: Screen
Reply With Quote #2

What do you mean by "screen the players"?
__________________
fysiks is online now
El Abuelo Loco
Senior Member
Join Date: Jun 2020
Old 08-19-2020 , 02:32   Re: Screen
Reply With Quote #3

Quote:
Originally Posted by fysiks View Post
What do you mean by "screen the players"?
Yes, of course, remove the screen from the players because the sxe works badly
El Abuelo Loco is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 08-19-2020 , 07:21   Re: Screen
Reply With Quote #4

Remove the screen?!
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
El Abuelo Loco
Senior Member
Join Date: Jun 2020
Old 08-19-2020 , 09:21   Re: Screen
Reply With Quote #5

Quote:
Originally Posted by OciXCrom View Post
Remove the screen?!
get screen cheat like the one used by sxe but I need one without sxe.
El Abuelo Loco is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 08-19-2020 , 10:33   Re: Screen
Reply With Quote #6

Explain properly. Nobody understands what you want. Use images if you can't speak English.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-19-2020 , 23:03   Re: Screen
Reply With Quote #7

SXE is a client-side thing and that type of thing is not supported here.
__________________
fysiks is online now
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 08-20-2020 , 13:31   Re: Screen
Reply With Quote #8

Quote:
Originally Posted by fysiks View Post
SXE is a client-side thing and that type of thing is not supported here.
and where is he asking for SXE type of thing? he clearly said not with sxe


try this

PHP Code:
#include <amxmisc>

public plugin_init() 
{
    
register_plugin"screenshot""1.0""alliedmodders")
    
    
register_concmd"amx_screenshot""concmd_screenshot"ADMIN_KICK"<name> - Screenshot Target's screen.")
    
register_concmd"amx_ss""concmd_screenshot"ADMIN_KICK"<name> - Screenshot Target's screen.")
}

public 
concmd_screenshotidlevelcid)
{
    if(!
cmd_accessidlevelcid1))
        return 
PLUGIN_HANDLED
        
    
new Arg[32]
    
    
read_argv1Argcharsmax(Arg))
    
    new 
Target cmd_targetidArgCMDTARGET_ALLOW_SELF CMDTARGET_NO_BOTS CMDTARGET_OBEY_IMMUNITY)
    
    if(!
Target)
        return 
PLUGIN_HANDLED
        
    client_cmd
Target"snapshot")

    new 
szAdminName[32], szTargetName[32]
    
    
get_user_nameidszAdminNamecharsmax(szAdminName))
    
get_user_nameTargetszTargetNamecharsmax(szTargetName))
    
    
client_print0print_chat"Admin %s took a screenshot of %s's screen."szAdminNameszTargetName)
    
    return 
PLUGIN_HANDLED

tarsisd2 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-20-2020 , 21:20   Re: Screen
Reply With Quote #9

Quote:
Originally Posted by tarsisd2 View Post
and where is he asking for SXE type of thing? he clearly said not with sxe
I mentioned SXE because he said he wanted do what SXE does it but better. Getting the snapshot from the client to the server automatically requires something that is client-side to do it and that type of thing isn't supported here (which I already said).
__________________
fysiks is online now
El Abuelo Loco
Senior Member
Join Date: Jun 2020
Old 08-22-2020 , 02:21   Re: Screen
Reply With Quote #10

Quote:
Originally Posted by tarsisd2 View Post
and where is he asking for SXE type of thing? he clearly said not with sxe


try this

PHP Code:
#include <amxmisc>

public plugin_init() 
{
    
register_plugin"screenshot""1.0""alliedmodders")
    
    
register_concmd"amx_screenshot""concmd_screenshot"ADMIN_KICK"<name> - Screenshot Target's screen.")
    
register_concmd"amx_ss""concmd_screenshot"ADMIN_KICK"<name> - Screenshot Target's screen.")
}

public 
concmd_screenshotidlevelcid)
{
    if(!
cmd_accessidlevelcid1))
        return 
PLUGIN_HANDLED
        
    
new Arg[32]
    
    
read_argv1Argcharsmax(Arg))
    
    new 
Target cmd_targetidArgCMDTARGET_ALLOW_SELF CMDTARGET_NO_BOTS CMDTARGET_OBEY_IMMUNITY)
    
    if(!
Target)
        return 
PLUGIN_HANDLED
        
    client_cmd
Target"snapshot")

    new 
szAdminName[32], szTargetName[32]
    
    
get_user_nameidszAdminNamecharsmax(szAdminName))
    
get_user_nameTargetszTargetNamecharsmax(szTargetName))
    
    
client_print0print_chat"Admin %s took a screenshot of %s's screen."szAdminNameszTargetName)
    
    return 
PLUGIN_HANDLED

Thanks, how can I make sure that all the screens that I take are saved in a folder?
El Abuelo Loco 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 21:28.


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