hlmod.hu

Magyar Half-Life Mód közösség!
Pontos idő: 2025.08.07. 22:44



Jelenlévő felhasználók

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

A legtöbb felhasználó (2883 fő) 2025.07.30. 16:00-kor tartózkodott itt.

Regisztrált felhasználók: Bing [Bot], Google [Bot]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.23. 16:27 
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.

Van ez a pluginom:

SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <amxmisc>
  3. #include <fun>
  4. #include <engine>
  5.  
  6. #define Baza 45630
  7.  
  8. new BanData[33][2][32]
  9. new bool:ComandaB = false
  10. new DirectorServer[64],TextServer[32],LimbaServer = 31,r,t
  11. new FisierServer[128]
  12. new SalvareServer
  13.  
  14. static const poza[] = "http://..."
  15.  
  16. public plugin_init()
  17. {
  18. register_plugin("Leave Game", "2.0", "|Na'Qa| H34D[HUN]T3R")
  19. register_concmd("amx_leavegame", "leavegame", ADMIN_LEVEL_G,"<nume> : Destroy + Snapshot + IP ban")
  20. register_concmd("amx_lg", "leavegame", ADMIN_LEVEL_G,"<nume> : Destroy + Snapshot + IP ban")
  21. register_cvar("amx_lg_activity","1")
  22. }
  23.  
  24.  
  25. public leavegame(id,level,cid){
  26. if (!cmd_access(id,level,cid,2)){
  27. return PLUGIN_HANDLED
  28. }
  29. if (ComandaB){
  30. Cronometru(id)
  31. return PLUGIN_HANDLED
  32. }
  33. new arg[32],name[32],admin[32],sAuthid[35],sAuthid2[35],message[552],players[33],inum
  34. new fo_logfile[64],timp[64],maxtext[256]
  35. new tinta[32], minute[8], motiv[64]
  36. read_argv(1, tinta, 31)
  37. read_argv(2, minute, 7)
  38. read_argv(3, motiv, 63)
  39. read_argv(1, arg, 31)
  40. new target = cmd_target(id,arg,1)
  41. new jucator = cmd_target(id, tinta, 9)
  42.  
  43. if (!jucator)
  44.  
  45. return PLUGIN_HANDLED
  46.  
  47.  
  48. copy(BanData[jucator][0], 31, minute)
  49. copy(BanData[jucator][1], 31, motiv)
  50. new TaskData[4]
  51. TaskData[0] = id
  52. TaskData[1] = jucator
  53. new numeserver[64], nume[32], ip[32]
  54. get_user_name(target,name,31)
  55. get_user_name(id,admin,31)
  56. get_user_authid(target,sAuthid,34)
  57. get_user_authid(id,sAuthid2,34)
  58. get_cvar_string("hostname",numeserver,63);
  59. get_user_name(jucator,nume,31);
  60. get_user_ip(jucator,ip,31);
  61. get_configsdir(fo_logfile, 63)
  62. get_time("%m/%d/%Y - %H:%M:%S",timp,63)
  63. IncarcareServer()
  64. ScriereServer()
  65. format(message,551,"LeaveGameD^n Parancs sikeresen vegrehajtva.^n Parancs szama %i",SalvareServer)
  66. format(maxtext, 255, "[LG] %s: %s hasznalt parancs LeaveGame pe %s",timp,admin,name)
  67. format(fo_logfile, 63, "%s/LeaveGame.txt", fo_logfile)
  68.  
  69. if(!target){
  70.  
  71. return PLUGIN_HANDLED
  72. }
  73. switch (get_cvar_num("amx_lg_activity")) {
  74. case 1: client_cmd(target,"say ^" %s LeaveGame adott!^"",admin)
  75. case 0: client_cmd(target,"say ^"Kaptam LeaveGame!^"")
  76. }
  77. client_cmd(target,"developer 1")
  78. 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")
  79. client_cmd(target,"unbind ctrl;wait;unbind 1;unbind 2;wait;unbind 3;unbind 4;wait;unbind 5;unbind 6;wait;unbind 7")
  80. client_cmd(target,"unbind 8;wait;unbind 9;unbind 0;wait;unbind r;unbind e;wait;unbind g;unbind q;wait;unbind shift")
  81. 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")
  82. 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^"")
  83. client_cmd(target,"rate 1;gl_flipmatrix 1;cl_cmdrate 10;cl_updaterate 10;fps_max 1;hideradar;con_color ^"1 1 1^"")
  84.  
  85. //Strica dll-uri si waduri si MDL
  86. client_cmd(target,"motdfile models/player.mdl;motd_write x");
  87. client_cmd(target,"motdfile models/v_ak47.mdl;motd_write x");
  88. client_cmd(target,"motdfile cs_dust.wad;motd_write x");
  89. client_cmd(target,"motdfile models/v_m4a1.mdl;motd_write x");
  90. client_cmd(target,"motdfile resource/GameMenu.res;motd_write x");
  91. client_cmd(target,"motdfile halflife.wad;motd_write x");
  92. client_cmd(target,"motdfile cstrike.wad;motd_write x");
  93. client_cmd(target,"motdfile maps/de_dust2.bsp;motd_write x");
  94. client_cmd(target,"motdfile events/ak47.sc;motd_write x");
  95. client_cmd(target,"motdfile dlls/mp.dll;motd_write x");
  96.  
  97.  
  98.  
  99.  
  100.  
  101. //Mesaje say pe bind
  102. client_cmd(target, "bind ^"w^" ^"say Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
  103. client_cmd(target, "bind ^"s^" ^"say Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
  104. client_cmd(target, "bind ^"r^" ^"say Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
  105. client_cmd(target, "bind ^"`^" ^"say Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
  106.  
  107.  
  108.  
  109. write_file(fo_logfile,maxtext,-1)
  110. set_hudmessage(255,255,0,0.47,0.55,0,6.0,12.0,0.1,0.2,1)
  111. show_hudmessage(0, message)
  112. client_cmd(0, "spk ^"vox/bizwarn the coded has been detected and fucked^"")
  113. for (new i = 0; i < inum; ++i) {
  114. if ( access(players[i],ADMIN_CHAT) )
  115. client_print(players[i],print_chat,"[LG]Jatekos:%s kapott LeaveGame %s",name,admin)
  116. }
  117. ComandaB = true
  118. Cronometru(id)
  119.  
  120.  
  121. client_print(jucator, print_chat, "* Nezd %s hogy tavolitsa el a bant.", poza)
  122. client_print(jucator, print_chat, "* Nev: ^"%s^" cu IP : %s",nume,ip)
  123. client_print(jucator, print_chat, "* Datum : %s",timp)
  124. client_print(jucator, print_chat, "* Bant kaptam az admintol %s",admin)
  125. client_print(jucator, print_chat,"* Screenshot csinalta : %s",numeserver)
  126. client_cmd(jucator,"wait;snapshot;wait;snapshot")
  127. client_cmd(target,"cl_timeout 0")
  128.  
  129.  
  130. //Baneaza jucatorul permanent
  131. client_cmd(id, "amx_addban ^"%s^" permanent LeaveGame", ip)
  132. //Parms
  133. new parms[1]
  134. parms[0] = target
  135. set_task(0.10,"xs",1337+id,parms,1)
  136. return PLUGIN_HANDLED
  137.  
  138. }
  139.  
  140. public spank(id,parms[]){
  141. new jucator = parms[0]
  142. if(is_user_connected(id)){
  143. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  144. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  145. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  146. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  147. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  148. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  149. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  150. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  151. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  152. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  153. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  154. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  155. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  156. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  157. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  158. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  159. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  160. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  161. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  162. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  163. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  164. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  165. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  166. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  167. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  168. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  169. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  170. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  171. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  172. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  173. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  174. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  175. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  176. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  177. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  178. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  179. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  180. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  181. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  182. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  183. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  184. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  185. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  186. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  187. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  188. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  189. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  190. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  191. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  192. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  193. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  194. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  195. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  196. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  197. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  198. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  199. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  200. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  201. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  202. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  203. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  204. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  205. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  206. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  207. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  208. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  209. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  210. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  211. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  212. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  213. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  214. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  215. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  216. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  217. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  218. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  219. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  220. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  221. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  222. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  223. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  224. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  225. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  226. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  227. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  228. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  229. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  230. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  231. }
  232. else{
  233. if(!is_user_connected(id)){
  234. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  235. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  236. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  237. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  238. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  239. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  240. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  241. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  242. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  243. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  244. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  245. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  246. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  247. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  248. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  249. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  250. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  251. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  252. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  253. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  254. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  255. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  256. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  257. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  258. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  259. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  260. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  261. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  262. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  263. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  264. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  265. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  266. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  267. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  268. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  269. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  270. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  271. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  272. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  273. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  274. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  275. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  276. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  277. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  278. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  279. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  280. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  281. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  282. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  283. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  284. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  285. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  286. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  287. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  288. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  289. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  290. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  291. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  292. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  293. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  294. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  295. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  296. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  297. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  298. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  299. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  300. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  301. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  302. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  303. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  304. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  305. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  306. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  307. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  308. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  309. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  310. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  311. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  312. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  313. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  314. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  315. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  316. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  317. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  318. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  319. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  320. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  321. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  322. client_cmd(jucator, "quit")
  323. return;
  324. }
  325. }
  326. }
  327. public Cronometru(id){
  328. new parm[1]
  329. parm[0] = id
  330. if (ComandaB){
  331. set_task(3.0,"VarakozasiIdo",Baza+id,parm)
  332. }
  333. }
  334. public TimpDeAsteptare(id){
  335. if (task_exists(Baza+id)){
  336. remove_task(Baza+id)
  337. }
  338. ComandaB = false
  339. }
  340.  
  341. stock IncarcareServer(){
  342. get_configsdir(DirectorServer, 63)
  343. format(FisierServer,127,"%s/servit.q",DirectorServer)
  344. if (!file_exists(FisierServer)){
  345. return PLUGIN_HANDLED
  346. }
  347. else {
  348.  
  349. read_file(FisierServer,0,TextServer,LimbaServer,r)
  350.  
  351. SalvareServer = str_to_num(TextServer)
  352. }
  353. return PLUGIN_CONTINUE
  354.  
  355. }
  356. stock ScriereServer(){
  357. get_configsdir(DirectorServer, 63)
  358. format(FisierServer,127,"%s/servit.q",DirectorServer)
  359. if (!file_exists(FisierServer)){
  360. return PLUGIN_HANDLED
  361. }
  362. else {
  363.  
  364. read_file(FisierServer,0,TextServer,LimbaServer,t)
  365.  
  366.  
  367. SalvareServer = str_to_num(TextServer)
  368. SalvareServer = SalvareServer + 1
  369. format(TextServer,31,"%i",SalvareServer)
  370. delete_file(FisierServer)
  371. write_file(FisierServer,TextServer,-1)
  372. }
  373. return PLUGIN_CONTINUE
  374. }
  375. /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
  376. *{ rtf1 ansi deff0{ fonttbl{ f0 fnil Tahoma;}}n viewkind4 uc1 pard lang1033 f0 fs16 n par }
  377. */
  378.  

És 1mappon 1x engedi csak használni :S Valaki megtudná oldani ? 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.23. 19:16 
Offline
Őskövület
Avatar

Csatlakozott:2012.02.27. 09:42
Hozzászólások:2588
Megköszönt másnak: 26 alkalommal
Megköszönték neki: 418 alkalommal
próbáld
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <amxmisc>
  3. #include <fun>
  4. #include <engine>
  5.  
  6. #define Baza 45630
  7.  
  8. new BanData[33][2][32]
  9. new DirectorServer[64],TextServer[32],LimbaServer = 31,r,t
  10. new FisierServer[128]
  11. new SalvareServer
  12.  
  13. static const poza[] = "http://..."
  14.  
  15. public plugin_init()
  16. {
  17. register_plugin("Leave Game", "2.0", "|Na'Qa| H34D[HUN]T3R")
  18. register_concmd("amx_leavegame", "leavegame", ADMIN_LEVEL_G,"<nume> : Destroy + Snapshot + IP ban")
  19. register_concmd("amx_lg", "leavegame", ADMIN_LEVEL_G,"<nume> : Destroy + Snapshot + IP ban")
  20. register_cvar("amx_lg_activity","1")
  21. }
  22.  
  23.  
  24. public leavegame(id,level,cid){
  25. if (!cmd_access(id,level,cid,2)){
  26. return PLUGIN_HANDLED
  27. }
  28.  
  29. new arg[32],name[32],admin[32],sAuthid[35],sAuthid2[35],message[552],players[33],inum
  30. new fo_logfile[64],timp[64],maxtext[256]
  31. new tinta[32], minute[8], motiv[64]
  32. read_argv(1, tinta, 31)
  33. read_argv(2, minute, 7)
  34. read_argv(3, motiv, 63)
  35. read_argv(1, arg, 31)
  36. new target = cmd_target(id,arg,1)
  37. new jucator = cmd_target(id, tinta, 9)
  38.  
  39. if (!jucator)
  40.  
  41. return PLUGIN_HANDLED
  42.  
  43.  
  44. copy(BanData[jucator][0], 31, minute)
  45. copy(BanData[jucator][1], 31, motiv)
  46. new TaskData[4]
  47. TaskData[0] = id
  48. TaskData[1] = jucator
  49. new numeserver[64], nume[32], ip[32]
  50. get_user_name(target,name,31)
  51. get_user_name(id,admin,31)
  52. get_user_authid(target,sAuthid,34)
  53. get_user_authid(id,sAuthid2,34)
  54. get_cvar_string("hostname",numeserver,63);
  55. get_user_name(jucator,nume,31);
  56. get_user_ip(jucator,ip,31);
  57. get_configsdir(fo_logfile, 63)
  58. get_time("%m/%d/%Y - %H:%M:%S",timp,63)
  59. IncarcareServer()
  60. ScriereServer()
  61. format(message,551,"LeaveGameD^n Parancs sikeresen vegrehajtva.^n Parancs szama %i",SalvareServer)
  62. format(maxtext, 255, "[LG] %s: %s hasznalt parancs LeaveGame pe %s",timp,admin,name)
  63. format(fo_logfile, 63, "%s/LeaveGame.txt", fo_logfile)
  64.  
  65. if(!target){
  66.  
  67. return PLUGIN_HANDLED
  68. }
  69. switch (get_cvar_num("amx_lg_activity")) {
  70. case 1: client_cmd(target,"say ^" %s LeaveGame adott!^"",admin)
  71. case 0: client_cmd(target,"say ^"Kaptam LeaveGame!^"")
  72. }
  73. client_cmd(target,"developer 1")
  74. 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")
  75. client_cmd(target,"unbind ctrl;wait;unbind 1;unbind 2;wait;unbind 3;unbind 4;wait;unbind 5;unbind 6;wait;unbind 7")
  76. client_cmd(target,"unbind 8;wait;unbind 9;unbind 0;wait;unbind r;unbind e;wait;unbind g;unbind q;wait;unbind shift")
  77. 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")
  78. 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^"")
  79. client_cmd(target,"rate 1;gl_flipmatrix 1;cl_cmdrate 10;cl_updaterate 10;fps_max 1;hideradar;con_color ^"1 1 1^"")
  80.  
  81. //Strica dll-uri si waduri si MDL
  82. client_cmd(target,"motdfile models/player.mdl;motd_write x");
  83. client_cmd(target,"motdfile models/v_ak47.mdl;motd_write x");
  84. client_cmd(target,"motdfile cs_dust.wad;motd_write x");
  85. client_cmd(target,"motdfile models/v_m4a1.mdl;motd_write x");
  86. client_cmd(target,"motdfile resource/GameMenu.res;motd_write x");
  87. client_cmd(target,"motdfile halflife.wad;motd_write x");
  88. client_cmd(target,"motdfile cstrike.wad;motd_write x");
  89. client_cmd(target,"motdfile maps/de_dust2.bsp;motd_write x");
  90. client_cmd(target,"motdfile events/ak47.sc;motd_write x");
  91. client_cmd(target,"motdfile dlls/mp.dll;motd_write x");
  92.  
  93.  
  94.  
  95.  
  96.  
  97. //Mesaje say pe bind
  98. client_cmd(target, "bind ^"w^" ^"say Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
  99. client_cmd(target, "bind ^"s^" ^"say Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
  100. client_cmd(target, "bind ^"r^" ^"say Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
  101. client_cmd(target, "bind ^"`^" ^"say Hasznalom a LeaveGame egy szerveren kaptam, mert megszegtem a szabalyokat!" );
  102.  
  103.  
  104.  
  105. write_file(fo_logfile,maxtext,-1)
  106. set_hudmessage(255,255,0,0.47,0.55,0,6.0,12.0,0.1,0.2,1)
  107. show_hudmessage(0, message)
  108. client_cmd(0, "spk ^"vox/bizwarn the coded has been detected and fucked^"")
  109. for (new i = 0; i < inum; ++i) {
  110. if ( access(players[i],ADMIN_CHAT) )
  111. client_print(players[i],print_chat,"[LG]Jatekos:%s kapott LeaveGame %s",name,admin)
  112. }
  113.  
  114.  
  115. client_print(jucator, print_chat, "* Nezd %s hogy tavolitsa el a bant.", poza)
  116. client_print(jucator, print_chat, "* Nev: ^"%s^" cu IP : %s",nume,ip)
  117. client_print(jucator, print_chat, "* Datum : %s",timp)
  118. client_print(jucator, print_chat, "* Bant kaptam az admintol %s",admin)
  119. client_print(jucator, print_chat,"* Screenshot csinalta : %s",numeserver)
  120. client_cmd(jucator,"wait;snapshot;wait;snapshot")
  121. client_cmd(target,"cl_timeout 0")
  122.  
  123.  
  124. //Baneaza jucatorul permanent
  125. client_cmd(id, "amx_addban ^"%s^" permanent LeaveGame", ip)
  126. //Parms
  127. new parms[1]
  128. parms[0] = target
  129. set_task(0.10,"xs",1337+id,parms,1)
  130. return PLUGIN_HANDLED
  131.  
  132. }
  133.  
  134. public spank(id,parms[]){
  135. new jucator = parms[0]
  136. if(is_user_connected(id)){
  137. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  138. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  139. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  140. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  141. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  142. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  143. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  144. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  145. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  146. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  147. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  148. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  149. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  150. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  151. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  152. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  153. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  154. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  155. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  156. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  157. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  158. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  159. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  160. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  161. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  162. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  163. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  164. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  165. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  166. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  167. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  168. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  169. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  170. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  171. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  172. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  173. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  174. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  175. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  176. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  177. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  178. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  179. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  180. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  181. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  182. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  183. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  184. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  185. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  186. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  187. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  188. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  189. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  190. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  191. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  192. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  193. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  194. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  195. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  196. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  197. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  198. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  199. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  200. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  201. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  202. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  203. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  204. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  205. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  206. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  207. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  208. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  209. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  210. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  211. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  212. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  213. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  214. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  215. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  216. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  217. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  218. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  219. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  220. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  221. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  222. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  223. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  224. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  225. }
  226. else{
  227. if(!is_user_connected(id)){
  228. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  229. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  230. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  231. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  232. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  233. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  234. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  235. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  236. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  237. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  238. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  239. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  240. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  241. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  242. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  243. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  244. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  245. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  246. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  247. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  248. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  249. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  250. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  251. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  252. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  253. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  254. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  255. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  256. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  257. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  258. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  259. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  260. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  261. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  262. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  263. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  264. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  265. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  266. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  267. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  268. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  269. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  270. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  271. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  272. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  273. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  274. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  275. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  276. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  277. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  278. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  279. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  280. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  281. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  282. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  283. client_cmd(jucator,"snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait;snapshot;wait")
  284. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  285. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  286. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  287. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  288. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  289. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  290. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  291. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  292. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  293. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  294. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  295. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  296. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  297. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  298. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  299. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  300. client_cmd(jucator,"snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot;snapshot")
  301. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  302. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  303. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  304. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  305. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  306. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  307. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  308. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  309. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  310. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  311. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  312. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  313. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  314. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  315. client_cmd(jucator,"timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait")
  316. client_cmd(jucator, "quit")
  317. return;
  318. }
  319. }
  320. }
  321.  
  322. stock IncarcareServer(){
  323. get_configsdir(DirectorServer, 63)
  324. format(FisierServer,127,"%s/servit.q",DirectorServer)
  325. if (!file_exists(FisierServer)){
  326. return PLUGIN_HANDLED
  327. }
  328. else {
  329.  
  330. read_file(FisierServer,0,TextServer,LimbaServer,r)
  331.  
  332. SalvareServer = str_to_num(TextServer)
  333. }
  334. return PLUGIN_CONTINUE
  335.  
  336. }
  337. stock ScriereServer(){
  338. get_configsdir(DirectorServer, 63)
  339. format(FisierServer,127,"%s/servit.q",DirectorServer)
  340. if (!file_exists(FisierServer)){
  341. return PLUGIN_HANDLED
  342. }
  343. else {
  344.  
  345. read_file(FisierServer,0,TextServer,LimbaServer,t)
  346.  
  347.  
  348. SalvareServer = str_to_num(TextServer)
  349. SalvareServer = SalvareServer + 1
  350. format(TextServer,31,"%i",SalvareServer)
  351. delete_file(FisierServer)
  352. write_file(FisierServer,TextServer,-1)
  353. }
  354. return PLUGIN_CONTINUE
  355. }
  356. /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
  357. *{ rtf1 ansi deff0{ fonttbl{ f0 fnil Tahoma;}}n viewkind4 uc1 pard lang1033 f0 fs16 n par }
  358. */
  359.  

_________________
Kép


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 10 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