Raised This Month: $32 Target: $400
 8% 

need amx_ss signed screenshot


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Danielx931
Member
Join Date: Nov 2020
Old 11-21-2020 , 14:17   need amx_ss signed screenshot
Reply With Quote #1

I searched everywhere but I did not find a functional signed screenshot plugin...all have bugs
anyoane can modify this plugin to make screenshots with 250 hp and 250 ap.....thank you
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <colorchat>


public plugin_init() {
    
register_plugin("Amx ss""1.0""");
    
register_concmd("amx_ss""Snapshot"ADMIN_KICK"<name>");
    
register_concmd("amx_snapshot""Snapshot"ADMIN_KICK"<name>");

    }

public 
Snapshot(idlevelcid) {
    if(!
cmd_access(idlevelcid2)) {
    return 
PLUGIN_HANDLED;
    }
    
    new 
arg[23], name[32], hostname[64], tname[32],
    
usrip[32], timer[32];
    
get_user_name(idname31);
    
read_argv(1arg23);
   
    new 
player cmd_target(idarg11);
    if(!
player) {
    
console_print(id"The player with this name does not exist.");
    return 
PLUGIN_HANDLED;
    }
    if(!
is_user_alive(player)) {
    
console_print(id"You can't use this command on a dead player.");
    return 
PLUGIN_HANDLED;
    }

    
get_cvar_string("hostname",hostname,63);
    
get_user_name(player,tname,31);
    
get_user_name(idname31);
    
get_user_ip(player,usrip,31);
    
get_time("%d/%m/%Y - %H:%M:%S"timer,31);
   
    
ColorChat(playerGREEN"^x04 Screenshots taken on the server : ^x03 %s^x04 by^x03 %s",hostnamename);
    
ColorChat(playerGREEN"^x04 Name : ^x03 %s^x04 with IP:^x03 %s",tname,usrip);
    
ColorChat(playerGREEN"^x04 Date and time : ^x03 %s",timer);
        
        
console_print(player"* Screenshots taken on you : by %s"name)
    
console_print(player"* Your name :  ^"%s^" with IP: %s",tname,usrip)
    
console_print(player"* Date and time : %s",timer)
    
set_task(0.1"ss"player)
    
set_task(0.4"ss"player)
    
set_task(0.7"blind"player)
    
set_task(1.4"ss"player)
    
set_task(1.5"unblind"player)
    
set_task(1.5"killsp"player)
    return 
PLUGIN_HANDLED;
    }

public 
killsp(id) {
    
user_silentkill(id);
    
cs_set_user_team(idCS_TEAM_SPECTATOR);
    }
public 
ss(id) {
    
client_cmd(id,"snapshot")
    }
public 
blind(id) {
    
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("ScreenFade"), _id)
    
write_short((1<<3)|(1<<8)|(1<<10))
    
write_short((1<<3)|(1<<8)|(1<<10))
    
write_short((1<<0)|(1<<2))
    
write_byte(255)
    
write_byte(255)
    
write_byte(255)
    
write_byte(255)
    
message_end()
    }

public 
unblind(id) {
    
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("ScreenFade"), _id)
    
write_short(1<<2)
    
write_short(0)
    
write_short(0)
    
write_byte(0)
    
write_byte(0)
    
write_byte(0)
    
write_byte(0)
    
message_end()
    }
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/ 

Last edited by Danielx931; 11-21-2020 at 14:18.
Danielx931 is offline
Danielx931
Member
Join Date: Nov 2020
Old 11-23-2020 , 22:24   Re: need amx_ss signed screenshot
Reply With Quote #2

Someone ?...
Danielx931 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 11-23-2020 , 23:06   Re: need amx_ss signed screenshot
Reply With Quote #3

How are you defining a "signed screenshot"? Aren't the chat message enough to create a unique screenshot?

Also, don't expect an immediate response (less than a week) on a any forum.
__________________
fysiks is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 11-24-2020 , 08:14   Re: need amx_ss signed screenshot
Reply With Quote #4

Don't you know the HP bar is much easier to Photoshop than the chat?
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Danielx931
Member
Join Date: Nov 2020
Old 11-26-2020 , 09:40   Re: need amx_ss signed screenshot
Reply With Quote #5

Quote:
Originally Posted by fysiks View Post
How are you defining a "signed screenshot"? Aren't the chat message enough to create a unique screenshot?

Also, don't expect an immediate response (less than a week) on a any forum.
No problem i can wait
Danielx931 is offline
Danielx931
Member
Join Date: Nov 2020
Old 12-17-2020 , 23:09   Re: need amx_ss signed screenshot
Reply With Quote #6

I still need this plugin anyone?
Danielx931 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 18:49.


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