theCr1me Posted July 7, 2009 Report Share Posted July 7, 2009 kaads varetu iemest vai pateikt taadu pluginu kaa piem. kad piekonekteejas serverim paradas : laiks datums niks servera nosaukums kartes nosaukums kaut kaa ta bija .... Link to comment Share on other sites More sharing options...
Kiwix Posted July 7, 2009 Report Share Posted July 7, 2009 Demo Recorder.. Link to comment Share on other sites More sharing options...
theCr1me Posted July 7, 2009 Author Report Share Posted July 7, 2009 nu ne jau demo recorder :D bet ir taads dazos serveros ... kad tu ieej serveri piem aizej pie CT vai T's paradas pec paris sekundem date . time | nick : blabla | map : blabla | nu kr4 taads ! Link to comment Share on other sites More sharing options...
Kiwix Posted July 7, 2009 Report Share Posted July 7, 2009 (edited) nu bļin, tas arī nāk līdzi demo recorderim.... #include <amxmodx> public plugin_init() { register_plugin("Demo-ieraksta-latviskojums", "5.5", "Kiwix") } public client_putinserver(id) { set_task(15.0,"StartRecord",id); set_task(20.0,"StartPrintInfo",id); } public StartRecord(id) { client_cmd(id, "stop;record [KwX].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) } LIONz'a demo rekoderis latviskots.. Edited July 7, 2009 by Kiwix Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now