User
Pass
2FA
 
 

screenshot cu chat

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Resources
Author Message3785
wizzard

[Mentally Stable]



Status: Offline
(since 11-04-2007 06:11)
Joined: 24 Mar 2007
Posts: 3, Topics: 1
Location: Romania

Reputation: 90.9
Votes: 4

Post Posted: 25-03-2007, 23:49:23 | Translate post to: ... (Click for more languages)

am vazut pe un server un plugin care face ss-ul jucatorului si in chat aparea de exemplu "Gigi te rugam intra spectator si asteapta sa fii contactat de un admin" ( ca sa-i dea pe YM ss-urile )
daca ati putea....? -



0 0
  
Back to top
View user's profile Send private message
KaTTaNa`
[Banned user]


Banned


Status: Offline
(since 07-11-2007 10:24)
Joined: 12 Mar 2007
Posts: 524, Topics: 53
Location: In orasul in care nimeni nu-i invingator

Reputation: 85.4
Votes: 5

Post Posted: 26-03-2007, 06:35:37 | Translate post to: ... (Click for more languages)

(Plugin_ss) pofim link ==>> http://www.adminmod.org/ascript/download.php?get=plugin_ss.zip&&area=plugin
0 0
  
Back to top
View user's profile Send private message
wizzard

[Mentally Stable]



Status: Offline
(since 11-04-2007 06:11)
Joined: 24 Mar 2007
Posts: 3, Topics: 1
Location: Romania

Reputation: 90.9
Votes: 4

Post Posted: 26-03-2007, 18:08:13 | Translate post to: ... (Click for more languages)

am uitat sa specific, lucrez cu amxmodx k altfel gaseam j eu..


0 0
  
Back to top
View user's profile Send private message
KaTTaNa`
[Banned user]


Banned


Status: Offline
(since 07-11-2007 10:24)
Joined: 12 Mar 2007
Posts: 524, Topics: 53
Location: In orasul in care nimeni nu-i invingator

Reputation: 85.4
Votes: 5

Post Posted: 27-03-2007, 07:32:45 | Translate post to: ... (Click for more languages)

pff ... o sa ma interesez si o sa`ti postez linku` in caz de gasesc
0 0
  
Back to top
View user's profile Send private message
wizzard

[Mentally Stable]



Status: Offline
(since 11-04-2007 06:11)
Joined: 24 Mar 2007
Posts: 3, Topics: 1
Location: Romania

Reputation: 90.9
Votes: 4

Post Posted: 29-03-2007, 00:28:59 | Translate post to: ... (Click for more languages)

solved problem.


0 0
  
Back to top
View user's profile Send private message
sudoku

[Mentally Stable]



Status: Offline
(since 17-12-2008 12:47)
Joined: 24 Oct 2006
Posts: 23, Topics: 9
Location: in U're MiNd

Reputation: 145.9
Votes: 11

 
Post Posted: 23-04-2007, 08:10:55 | Translate post to: ... (Click for more languages)

si nu ne luminezi si pe noi?

unu din MiNd-PoWer

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
mishu

[Mentally Stable]



Status: Offline
(since 06-07-2012 00:37)
Joined: 25 Mar 2007
Posts: 396, Topics: 34
Location: Pantelimon

Reputation: 331.7
Votes: 7

 
Post Posted: 25-04-2007, 18:17:44 | Translate post to: ... (Click for more languages)

am o intrebare: ss-uri face numai jucatorilor codati? k asa aveam eu pe sv ala vechi, dak intram cu wall, imi facea poze, dak intram fara, nu-mi facea
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
Pepsi

[Liverpool F.C FaN :X]



Status: Offline
(since 08-05-2021 22:22)
Joined: 05 Feb 2007
Posts: 2586, Topics: 162
Location: Bucuresti

Reputation: 138.4
Votes: 9

 
Post Posted: 28-04-2007, 12:51:02 | Translate post to: ... (Click for more languages)

ss-ul se face prin comanda admin_ss <target>!




In2 In2: Your username is: in2itiona
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
Tr3z3gu3T

[Mentally Stable]



Status: Offline
(since 12-06-2019 13:16)
Joined: 29 Sep 2006
Posts: 493, Topics: 71
Location: Romania

Reputation: 481.6
Votes: 14

 
Post Posted: 28-04-2007, 14:46:14 | Translate post to: ... (Click for more languages)

wizzard wrote:
am uitat sa specific, lucrez cu amxmodx k altfel gaseam j eu..
....

Pepsi wrote:
ss-ul se face prin comanda admin_ss <target>!


Pepsi omule ai citit regula 2 [si nunumai] din regulamentul acestui forum ??
daca nu te rog sa urmezi acest link si sa o faci.

mishu wrote:
am o intrebare: ss-uri face numai jucatorilor codati? k asa aveam eu pe sv ala vechi, dak intram cu wall, imi facea poze, dak intram fara, nu-mi facea


Tind sa cred ca era acel plugin de statsme care face poze la anumite faze "" mai mijto "". Aceste pluginuri nu fac SS doar daca ai cod.
ele sunt folosite prin comenzi de catre admini prezenti pe server.


Legat de subiect :

Code:
/* AMX Mod X script.
*
*  Admin Screen 2 v1.0 by uTg | bigpapajiggs
*
*  Based on Admin Screen by Rav
*
*  amx_screen <authid/nick/userid> <number of screens>
*
*/

#include <amxmodx>
#include <amxmisc>

new player

//PCVAR
new maxss, ssinterval, timestamptype

public plugin_init()
{
   register_plugin("Admin Screen 2", "1.1", "uTg | bigpapajiggs")
   
   register_concmd("amx_screen", "concmd_screen", ADMIN_LEVEL_A, "<authid, nick or #userid> <screens>")
   
   maxss = register_cvar("amx_maxscreens", "10")
   ssinterval = register_cvar("amx_ssinterval", "1.0")
   timestamptype = register_cvar("amx_timestamptype", "3")
}

public concmd_screen(id, level, cid)
{
   //Is the amx_screen'er an admin?
   if(!cmd_access(id, level, cid, 3))
   {
      return PLUGIN_HANDLED
   }
   
   //Read the arguements
   new arg1[24], arg2[4]
   read_argv(1, arg1, 23)
   read_argv(2, arg2, 3)
   
   new screens = str_to_num(arg2)
   new maxscreens = get_pcvar_num(maxss)
   
   //Let us make sure that there aren't too many screenshots taken
   if(screens > maxscreens)
   {
      console_print(id, "[AMXX-SS] Nu poti face atate screenshoturi!")
      
      return PLUGIN_HANDLED
   }
   
   //Does the target exist?
   player = cmd_target(id, arg1, 1)
   if (!player)
   {
      return PLUGIN_HANDLED
   }
   
   //How many screenshots?
   new Float:interval = get_pcvar_float(ssinterval)
   new array[2]
   array[0] = id
   array[1] = player
   set_task(interval, "takeScreen", 0, array,2, "a", screens)
       
   return PLUGIN_HANDLED
}
 
public takeScreen(array[2])
{
   new player = array[1]
   new id = array[0]
          
   //Get time, admin name, and target name
   new timestamp[32], timestampmsg[128], name[32], adminname[32]
   get_time("%m/%d/%Y - %H:%M:%S", timestamp, 31)
   get_user_name(player, name, 31)
   get_user_name(id, adminname, 31)
          
   //No timestamp
   if(get_pcvar_num(timestamptype) == 0)
   {
      client_print(player, print_chat, "[SS] ^"%s^" Te rugam sa intri spectator si sa iti dai id-ul de mess adminului ^"%s^" ", name, adminname)
      
      //Take the screenshot
      client_cmd(player, "snapshot")
   }
   //Client Print only
   else if(get_pcvar_num(timestamptype) == 1)
   {
      //client_print Timestamp Message
      client_print(player, print_chat, "[SS] ^"%s^" Te rugam sa intri spectator si sa iti dai id-ul de mess adminului ^"%s^" (%s)", name, adminname, timestamp)
   
      //Take the screenshot
      client_cmd(player, "snapshot")
   }
   //HUD Message only
   else if(get_pcvar_num(timestamptype) == 2)
   {
      //HUD Timestamp Message
      set_hudmessage(player, 255, 0, -1.0, 0.3, 0, 0.25, 1.0, 0.0, 0.0, 4)
      format(timestampmsg, 127, "** TIMESTAMP - %s **", timestamp)
      show_hudmessage(player, timestampmsg)
      
      //Take the screenshot
      client_cmd(player, "snapshot")
   }
   //Both
   else if(get_pcvar_num(timestamptype) == 3)
   {
      //HUD Timestamp Message
      set_hudmessage(player, 255, 0, -1.0, 0.3, 0, 0.25, 1.0, 0.0, 0.0, 4)
      format(timestampmsg, 127, "** TIMESTAMP - %s **", timestamp)
      show_hudmessage(player, timestampmsg)
          
      //client_print Timestamp Message
      client_print(player, print_chat, "[SS] ^"%s^" Te rugam sa intri spectator si sa iti dai id-ul de mess adminului ^"%s^" (%s)", name, adminname, timestamp)
   
      //Take the screenshot
      client_cmd(player, "snapshot")
   }
   return PLUGIN_CONTINUE
}


Cvaruri :
Code:

amx_maxscreens - Default 10 (How many screens are the admins allowed to take?)
amx_ssinterval - Default 1.0 (How much time between each screenshot?)
amx_timestamptype - Default 3 (0 = Off / 1 = client_print only / 2 = HUD message only / 3 = Both)


Comanda :
Code:
amx_screen <authid, nick or #userid> <# of screens>


Sursa Pluginului : http://forums.alliedmods.net/attachment.php?s=e0660cc1b823f5b3e53e70780de29bf1&&attachmentid=13010&&d=1167809169

*** Puneti ce am scris eu mai sus intr-un fisier nume.sma
intrati aici il uploadati dati "compile" luati sursa si mai departe instalati pluginul pe server.

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
Spawn#WuTang
[Banned user]


Banned


Status: Offline
(since 10-08-2007 19:41)
Joined: 11 Feb 2007
Posts: 64, Topics: 6
Location: Sweden

Reputation: 94.4
Votes: 4

 
Post Posted: 10-05-2007, 18:12:48 | Translate post to: ... (Click for more languages)

KaTTaNa` wrote:
(Plugin_ss) pofim link ==>> http://www.adminmod.org/ascript/download.php?get=plugin_ss.zip&&area=plugin


si unde il pun - ??? ca nustiu -


<I>WATF * Claudiu<I> @ cs.freakz.ro
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
KaTTaNa`
[Banned user]


Banned


Status: Offline
(since 07-11-2007 10:24)
Joined: 12 Mar 2007
Posts: 524, Topics: 53
Location: In orasul in care nimeni nu-i invingator

Reputation: 85.4
Votes: 5

Post Posted: 10-05-2007, 19:01:24 | Translate post to: ... (Click for more languages)

Il pui in cstrike/addons/adminmod/scripts
Apoi intri in addons/adminmod/configs/plugins.ini si adaugi linia addons/adminmod/scripts/plugin_ss.amx
Enjoy -

0 0
  
Back to top
View user's profile Send private message
Spawn#WuTang
[Banned user]


Banned


Status: Offline
(since 10-08-2007 19:41)
Joined: 11 Feb 2007
Posts: 64, Topics: 6
Location: Sweden

Reputation: 94.4
Votes: 4

 
Post Posted: 10-05-2007, 20:27:52 | Translate post to: ... (Click for more languages)

KaTTaNa` wrote:
Il pui in cstrike/addons/adminmod/scripts
Apoi intri in addons/adminmod/configs/plugins.ini si adaugi linia addons/adminmod/scripts/plugin_ss.amx
Enjoy -


dada dar plugin_ss.sma ii nui plugin_ss.amx


<I>WATF * Claudiu<I> @ cs.freakz.ro
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
mishu

[Mentally Stable]



Status: Offline
(since 06-07-2012 00:37)
Joined: 25 Mar 2007
Posts: 396, Topics: 34
Location: Pantelimon

Reputation: 331.7
Votes: 7

 
Post Posted: 10-05-2007, 22:25:47 | Translate post to: ... (Click for more languages)

Intai trebuie sa ii dai compile
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
Spawn#WuTang
[Banned user]


Banned


Status: Offline
(since 10-08-2007 19:41)
Joined: 11 Feb 2007
Posts: 64, Topics: 6
Location: Sweden

Reputation: 94.4
Votes: 4

 
Post Posted: 11-05-2007, 14:10:27 | Translate post to: ... (Click for more languages)

mishu wrote:
Intai trebuie sa ii dai compile


si cum dau compile -


<I>WATF * Claudiu<I> @ cs.freakz.ro
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
lilpacpac

[Mentally Stable]



Status: Offline
(since 23-06-2014 18:21)
Joined: 07 Jan 2009
Posts: 8, Topics: 3
Location: Romania

Reputation: 112.6
Votes: 4

Post Posted: 16-01-2009, 21:09:57 | Translate post to: ... (Click for more languages)

am aceeashi problema , cum dau compile ?-
0 0
  
Back to top
View user's profile Send private message

  Topic locked


Topic is closed, you cannot post any messages in it anymore




 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Resources  


The time now is 22-01-2025, 08:58:58
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x