KaJIbMaP Posted August 8, 2008 Report Share Posted August 8, 2008 Man ir dazi jautajumi. Kur var dabut to pluginu kad jejet serv autamatiski jerakstas demo un lai es izveletos ka demo butu nosaukums? Un kac nezin pamacibu ka taisit savu mirc skriptu? Link to comment Share on other sites More sharing options...
toksiks Posted August 13, 2008 Report Share Posted August 13, 2008 1) Mēģini šito! Link to comment Share on other sites More sharing options...
KpC Posted August 13, 2008 Report Share Posted August 13, 2008 Par mirc neko nejedzu Rekur tev .sma fails.. #include <amxmodx> public plugin_init() { register_plugin("Auto-record", "1.1", "ketch & LIONz") } public client_putinserver(id) { set_task(15.0,"StartRecord",id); set_task(20.0,"StartPrintInfo",id); } public StartRecord(id) { client_cmd(id, "stop;record s1.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) } 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