Krishaaa Posted May 14, 2008 Report Share Posted May 14, 2008 Kāds var ielikt šito pluginu auto demo recorder @ amxmodx meklēju bet neatrod. Ķipa tā kad ieej serverī parādas tava IP, laiks datums, mape. Gamerx piemēram tā ir. Link to comment Share on other sites More sharing options...
shine Posted May 14, 2008 Report Share Posted May 14, 2008 Pec nosaukuma spriezhot tev vaig lai ieiejot serv. ierakstaas demo... bet pec taa ko tu te tiko sadrukaaji izskataas, ka tev vaig lai parada nelielu Chat Msg, kad ieej serv. Kaa tad iisti ir? Link to comment Share on other sites More sharing options...
Krishaaa Posted May 14, 2008 Author Report Share Posted May 14, 2008 Vaig lai auto demo raksta, jo hltv man īsti neiet. Link to comment Share on other sites More sharing options...
slay Posted May 14, 2008 Report Share Posted May 14, 2008 kr4 vinam vajag lai kad vins ieiet serveri sak raxtities demo ar vina ip+datumu+laiku+mapi! :/ kka taa ja? Link to comment Share on other sites More sharing options...
Krishaaa Posted May 14, 2008 Author Report Share Posted May 14, 2008 slay pareizi! Link to comment Share on other sites More sharing options...
Kiwix Posted May 14, 2008 Report Share Posted May 14, 2008 #include <amxmodx> public plugin_init() { register_plugin("Demo-ieraksts", "0.1", "Laikam bija gamerx... ") } public client_putinserver(id) { set_task(15.0,"StartRecord",id); set_task(20.0,"StartPrintInfo",id); } public StartRecord(id) { client_cmd(id, "stop;record nosaukums.dem") } public StartPrintInfo(id) { new name[32], ipadd[32], authid[32], CurrentTime[32], hostname[64], mapname[64] get_user_name(id,name,31) get_user_ip(id,ipadd,31) get_user_authid(id,authid,31) client_print(id,print_chat, "Niks: %s | ID: %s | IP: %s",name,authid,ipadd) get_time("%m/%d/%Y - %H:%M:%S",CurrentTime,31) get_cvar_string("hostname",hostname,63) get_mapname(mapname,63) client_print(id,print_chat, "Datums & Laiks: %s | Karte: %s",CurrentTime,mapname) } esmu iztulkojis LV un vairāk neko + izņēmis nevajadzīgu rindu! Link to comment Share on other sites More sharing options...
Krishaaa Posted May 14, 2008 Author Report Share Posted May 14, 2008 (edited) Tnx Kiwix. Slēgt. Edited May 14, 2008 by Krishaaa Link to comment Share on other sites More sharing options...
Recommended Posts