Skocz do zawartości

Nowy szablon forum

mygo.pl

Stworzyliśmy dla Was nowy wygląd forum. Z pewnością znajdziesz rzeczy, które wg Ciebie mogą zostać zmienione - wspomnij o tym w specjalnym wątku.

Czytaj więcej

Jak założyć własną sieć

serwerów CS

Zastanawiasz się nad prowadzeniem własnej sieci serwerów? Przeczytaj podstawowe informacje, na które należy zwrócić uwagę, przy takim projekcie.

Czytaj więcej

Tworzymy spis sieci

dodaj swoją

Dodaj sieć do której należysz, pozwoli to na promocję i budowę ogólnopolskiej bazy sieci CS.

Czytaj więcej

RSSneed amx_ss signed screenshot


MYGO.pl
 Udostępnij

Rekomendowane odpowiedzi

  • RSSy
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 }
*/ 

Przeczytaj cały wpis

Odnośnik do komentarza
Udostępnij na innych stronach

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...