feli4ita Posted January 26, 2009 Report Share Posted January 26, 2009 Es Atradu te Auto Demo record,bet nezinu kur to rakstit?Nevarētu paskaidrot kur to rakstit?Un iedodiet tad jau norm skript un kur lai to ieraksta?Un ka vins rakstit to demo?Piem Ka sataisit kad cilveks paspele pectam iziet no cs tad lai demo ierakstas...ko,kur,ka to darit? Link to comment Share on other sites More sharing options...
jerrico Posted January 26, 2009 Report Share Posted January 26, 2009 #include <amxmodx> public plugin_init() { register_plugin("Demo recorder", "0.1", "PLUGINS ") } 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) } izveido autodemo.sma nokompilē ar compiler.exe vai ar šo webkompileri, iemet plugins mapē, pievieno rindiņu iekš plugini.ini un aiziet Link to comment Share on other sites More sharing options...
feli4ita Posted January 26, 2009 Author Report Share Posted January 26, 2009 #include <amxmodx> public plugin_init() { register_plugin("Demo recorder", "0.1", "PLUGINS ") } 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) } izveido autodemo.sma nokompilē ar compiler.exe vai ar šo webkompileri, iemet plugins mapē, pievieno rindiņu iekš plugini.ini un aiziet a ka sataisit SMA formatu? Link to comment Share on other sites More sharing options...
jerrico Posted January 26, 2009 Report Share Posted January 26, 2009 (edited) tad jā... ieej šeit iekopē kodu lielajā laukā, ievadi short plugin name, paskrullē uz leju un tur būs compile vecīt takā ja tu ņemies ar serveri tev būtu šīs defaultās lietiņas jāzin nosaukums.dem vietā Cs-Fire_Do_Am.dem Edited January 26, 2009 by jerrico Link to comment Share on other sites More sharing options...
feli4ita Posted January 26, 2009 Author Report Share Posted January 26, 2009 Ka nomainit demo niku?kad jau ieraksta butu Niks tur Cs-Fire.Do.Am?????????? Link to comment Share on other sites More sharing options...
Kiwix Posted January 26, 2009 Report Share Posted January 26, 2009 Demo niks OK!!!!!!!!!! ;DDDD bļ** gudrs Tu neesi client_cmd(id, "stop;record NOSAUKUMSBLJEDIETSHEIT.dem") Link to comment Share on other sites More sharing options...
feli4ita Posted January 26, 2009 Author Report Share Posted January 26, 2009 Temu CLOSE 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