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

Screenshot [request maybe?]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tungsram
New Member
Join Date: Mar 2006
Old 03-01-2006 , 22:00   Screenshot [request maybe?]
Reply With Quote #1

Is there a command available that I can use to execute a client side command to take a screenshot?

For instance...

I enter the command and all the clients connected to the server at that moment locally execute a screen capture and it shows up in the appropriate folder on their PC?

I seem to recall there used to be an old-skool RCON command for such a thing.
tungsram is offline
Kraugh
Senior Member
Join Date: Jan 2006
Location: barrington, ri
Old 03-01-2006 , 22:05  
Reply With Quote #2

Code:
#include <amxmodx> #include <amxmisc> public plugin_init() {    register_concmd("amx_ss","cmd_ss",ADMIN_BAN,"- forces all users to take a screenshot"); } public cmd_ss(id,level,cid) {    if(!cmd_access(id,level,cid,1))       return PLUGIN_HANDLED;    client_cmd(0,"snapshot");    return PLUING_HANDLED; }
__________________
"You can not restrain a fool from speaking, but nothing obliges you to listen."
Kraugh is offline
Send a message via AIM to Kraugh
tungsram
New Member
Join Date: Mar 2006
Old 03-01-2006 , 22:49  
Reply With Quote #3

Thanks, I'll give it a shot.
tungsram is offline
MaximusBrood
Veteran Member
Join Date: Sep 2005
Location: The Netherlands
Old 03-02-2006 , 02:42  
Reply With Quote #4

Quote:
Originally Posted by tungsram
Thanks, I'll give it a shot.
You give it a shot??? I would give it a snapshot

Actually, my comment wasn't really funny. But since it's 8:44 AM, please forgive me =)
__________________
Released six formerly private plugins. Not active here since ages.
MaximusBrood is offline
NeverDie
Junior Member
Join Date: Mar 2006
Old 03-02-2006 , 10:17  
Reply With Quote #5

Max im not goin to forgive u for ur comment btw ;) i read all :O
__________________
new Attacked = set_user_insulting(id)

If ( Attacked == insulted )
{
Client_Print(Attacked, Print_Center, "Good Motherf*cker")
}
NeverDie 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 12:26.


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