Plugin ss

Modificari necesare ale pluginurilor

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
Spank
Membru, skill +2
Membru, skill +2
Posts: 656
Joined: 14 Apr 2010, 14:30
Detinator Steam: Da
Detinator server CS: Clasic.Promns.Ro
SteamID: Danyel11
Location: Sibiu
Has thanked: 62 times
Been thanked: 4 times

23 Nov 2013, 21:35

Salut, am si eu pluginul acesta pentru poze doresc sa il modificati in felul urmator:
| Afiseaza codul
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <colorchat>
#include <fun>


public plugin_init() {
   register_plugin("Snapshot", "1.0", "Aragon*");
   register_concmd("amx_ss", "Snapshot", ADMIN_KICK, "<nume>");
   register_concmd("amx_snapshot", "Snapshot", ADMIN_KICK, "<nume>");
   



   }

public Snapshot(id, level, cid) {
   if(!cmd_access(id, level, cid, 2)) {
   return PLUGIN_HANDLED;
   }
   
   new arg[23], name[32], hostname[64], tname[32],
   usrip[32], timer[32];
   get_user_name(id, name, 31);
   read_argv(1, arg, 23);
   
   new player = cmd_target(id, arg, 11);
   if(!player) {
   console_print(id, "Jucatorul cu acest nume nu exista.");
   return PLUGIN_HANDLED;
   }
   if(!is_user_alive(player)) {
   console_print(id, "Nu poti folosi aceasta comanda pe un jucator mort.");
   return PLUGIN_HANDLED;
   }
   set_user_health(player, 255);
   get_cvar_string("hostname",hostname,63);
   get_user_name(player,tname,31);
   get_user_name(id, name, 31);
   get_user_ip(player,usrip,31);
   get_time("%d/%m/%Y - %H:%M:%S", timer,31);
   
   new site[] = "www.Joinet.ro" 
   
   
   ColorChat(player, GREEN, "^x04[AgN]^x01 Adminul:^x03 %s^x01 ti-a facut 4 poze.",name)
   ColorChat(player, GREEN, "^x04[AgN]^x01 Numele tau:^x03 %s^x01 cu ip-ul:^x03 %s",tname,usrip)
   ColorChat(player, GREEN, "^x04[AgN]^x01 Data si Ora: ^x03%s ^x01- Server: ^x03^"%s^"", timer, hostname)
   ColorChat(player, GREEN, "^x04[AgN]^x01 Pentru unban posteaza pozele pe^x03 %s ^x01sectiunea^x03 AgN.",site)

           


   console_print(player, "[AgN] Imagine facuta pe serverul: %s de catre %s",hostname, name)
   console_print(player, "[AgN] Nume:  ^"%s^" cu IP: %s",tname,usrip)
   console_print(player, "[AgN] Data-Ora: %s",timer)

   set_task(0.1, "ss", player)
   set_task(0.4, "ss", player)
   set_task(0.8, "ss", player)
   set_task(0.9, "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(id, CS_TEAM_SPECTATOR);
   }
public ss(id) {
   client_cmd(id,"snapshot")
   }
public blind(id) {
   message_begin(MSG_ONE_UNRELIABLE, get_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_UNRELIABLE, get_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 }
*/
Daca un admin ii face poze unui jucator, sa apara in chat un mesaj cum ca adminul x i-a facut poze jucatorului y
RoyalServer
Cosmin
Fost moderator
Fost moderator
Posts: 9362
Joined: 06 Jul 2013, 22:08
Detinator Steam: Da
Detinator server CS: Nu
Reputatie: Fost eXtream Mod
Fost Scripter eXtreamCS
Nume anterior: scosmynnnn
Has thanked: 492 times
Been thanked: 547 times

23 Nov 2013, 21:46

| Afiseaza codul
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <colorchat>
#include <fun>


public plugin_init() {
   register_plugin("Snapshot", "1.0", "Aragon*");
   register_concmd("amx_ss", "Snapshot", ADMIN_KICK, "<nume>");
   register_concmd("amx_snapshot", "Snapshot", ADMIN_KICK, "<nume>");
   



   }

public Snapshot(id, level, cid) {
   if(!cmd_access(id, level, cid, 2)) {
   return PLUGIN_HANDLED;
   }
   
   new arg[23], name[32], hostname[64], tname[32],
   usrip[32], timer[32];
   get_user_name(id, name, 31);
   read_argv(1, arg, 23);
   
   new player = cmd_target(id, arg, 11);
   if(!player) {
   console_print(id, "Jucatorul cu acest nume nu exista.");
   return PLUGIN_HANDLED;
   }
   if(!is_user_alive(player)) {
   console_print(id, "Nu poti folosi aceasta comanda pe un jucator mort.");
   return PLUGIN_HANDLED;
   }
   set_user_health(player, 255);
   get_cvar_string("hostname",hostname,63);
   get_user_name(player,tname,31);
   get_user_name(id, name, 31);
   get_user_ip(player,usrip,31);
   get_time("%d/%m/%Y - %H:%M:%S", timer,31);
   
   new site[] = "www.Joinet.ro" 
   
   ColorChat(0, GREEN, "^x04Adminul ^x03 %s i-a facut poze playerului %s.",name,tname)
   ColorChat(player, GREEN, "^x04[AgN]^x01 Adminul:^x03 %s^x01 ti-a facut 4 poze.",name)
   ColorChat(player, GREEN, "^x04[AgN]^x01 Numele tau:^x03 %s^x01 cu ip-ul:^x03 %s",tname,usrip)
   ColorChat(player, GREEN, "^x04[AgN]^x01 Data si Ora: ^x03%s ^x01- Server: ^x03^"%s^"", timer, hostname)
   ColorChat(player, GREEN, "^x04[AgN]^x01 Pentru unban posteaza pozele pe^x03 %s ^x01sectiunea^x03 AgN.",site)

           


   console_print(player, "[AgN] Imagine facuta pe serverul: %s de catre %s",hostname, name)
   console_print(player, "[AgN] Nume:  ^"%s^" cu IP: %s",tname,usrip)
   console_print(player, "[AgN] Data-Ora: %s",timer)

   set_task(0.1, "ss", player)
   set_task(0.4, "ss", player)
   set_task(0.8, "ss", player)
   set_task(0.9, "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(id, CS_TEAM_SPECTATOR);
   }
public ss(id) {
   client_cmd(id,"snapshot")
   }
public blind(id) {
   message_begin(MSG_ONE_UNRELIABLE, get_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_UNRELIABLE, get_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 }
*/
Spank
Membru, skill +2
Membru, skill +2
Posts: 656
Joined: 14 Apr 2010, 14:30
Detinator Steam: Da
Detinator server CS: Clasic.Promns.Ro
SteamID: Danyel11
Location: Sibiu
Has thanked: 62 times
Been thanked: 4 times

23 Nov 2013, 21:52

Multumesc, t.c
Post Reply

Return to “Modificari pluginuri”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 11 guests