lazda2 Posted October 28, 2007 Report Share Posted October 28, 2007 varat pateikt kaa sauc vai iedodat pasu puginu ka konsolee ieraksta amx_lis paraada visu playeru ip!! Link to comment Share on other sites More sharing options...
CJxx Posted October 28, 2007 Report Share Posted October 28, 2007 nezinu taadu amx_lis bet manuprat amx_who ir labaks, tur rada netikai IP bet ari adminus un kadi flagi. Link to comment Share on other sites More sharing options...
lazda2 Posted October 28, 2007 Author Report Share Posted October 28, 2007 es sajaucu newis amx_lis bet amx_list !! a ar to amx_who vienkaarsie playeri to var dariit??? Link to comment Share on other sites More sharing options...
CJxx Posted October 28, 2007 Report Share Posted October 28, 2007 domaaju ka playeri bez accesu to nevar dariit..un kadelj lai varetu 0.o vinjiem ir jaspele nevis jalur IP Link to comment Share on other sites More sharing options...
lazda2 Posted October 28, 2007 Author Report Share Posted October 28, 2007 piemeeram forumaa sadalaa ciiteri ieraksti niku ip laiku lai var nobanot Link to comment Share on other sites More sharing options...
icecube Posted October 28, 2007 Report Share Posted October 28, 2007 iespējams tagad samuldēšu, bet, manuprāt, amx_list bija tikai vienai no amxbans 4.x versijām Link to comment Share on other sites More sharing options...
Mazulis_ponijs Posted October 28, 2007 Report Share Posted October 28, 2007 Ar amx_list to var izdarīt jebkurš players Link to comment Share on other sites More sharing options...
tankeris Posted October 28, 2007 Report Share Posted October 28, 2007 amx_list nāk līdzi amxbans Bet kopš kuriem laikiem, ar amx_who, var apskatīt ip? Link to comment Share on other sites More sharing options...
Fragrancer Posted October 28, 2007 Report Share Posted October 28, 2007 amx_list ir iekš amxbans un to defaultais access nav paradzēts priekš spēlētājiem, savukārt nomainot access burtu uz z iekš plugina, ats būs pieejams visiem ... Link to comment Share on other sites More sharing options...
lazda2 Posted October 28, 2007 Author Report Share Posted October 28, 2007 cipa ka ieeju serverii konsolee ierakstu amx_list raada ka naw taadas komandas!!! a pasaa servera konsolee ka ierakstu tad paraaada !! kaapeec? Link to comment Share on other sites More sharing options...
Fragrancer Posted October 29, 2007 Report Share Posted October 29, 2007 pasties sourcē, sapratīsi ..... client_cmd & server_cmd Link to comment Share on other sites More sharing options...
samuray Posted October 29, 2007 Report Share Posted October 29, 2007 īstenībā šaubos vai sapratīs, bet nu krche, ja tu uzliksi client_cmd varēsi viņu izmantot arī caur consoli Link to comment Share on other sites More sharing options...
CJxx Posted October 29, 2007 Report Share Posted October 29, 2007 Bet kopš kuriem laikiem, ar amx_who, var apskatīt ip? vai tad tur neraadiija? man skiet ka bija.. Link to comment Share on other sites More sharing options...
ChiganS Posted October 29, 2007 Report Share Posted October 29, 2007 nope...neraadiija IP tur raadiija niku un access levelu! Link to comment Share on other sites More sharing options...
KineenS Posted October 29, 2007 Report Share Posted October 29, 2007 Nu tad close! Ja tāds nav! Link to comment Share on other sites More sharing options...
Fragrancer Posted October 29, 2007 Report Share Posted October 29, 2007 Nu rokās iedot gatavu plugin netaisos .... ja cilvēki vēlas - lai mācas - ar padomu - vnm laipni ... Link to comment Share on other sites More sharing options...
remix.cc Posted October 29, 2007 Report Share Posted October 29, 2007 vakar nebija, ko dariit tapec parveidoju amx_who un tagad pasakot konsole komandu katrs var redzeet niku - pretii IP amx_who stila... ja kadam ir vajadziiba varu kodu iemest.. anv zel.. Link to comment Share on other sites More sharing options...
Kiwix Posted October 29, 2007 Report Share Posted October 29, 2007 Iemet! (Gribu pa4ekot kā izskatās) Link to comment Share on other sites More sharing options...
remix.cc Posted October 29, 2007 Report Share Posted October 29, 2007 (edited) /* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "show IP" #define VERSION "1.0" #define AUTHOR "remix.cc" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_concmd("amx_ip", "cmdip") // Add your code here... } public cmdip(id, level, cid) { new players[32], inum, cl_on_server[64], ip[32], name[32] get_players(players, inum) format(cl_on_server, 63, "%L", id, "CLIENTS_ON_SERVER") console_print(id, "^n%s:^n # %-16.15s %-20s", cl_on_server, "nick", "ip", "userid") for (new a = 0; a < inum; ++a) { get_user_ip(players[a], ip, 31) get_user_name(players[a], name, 31) console_print(id, "%2d %-16.15s %-20s", players[a], name, ip) } console_print(id, "%L", id, "TOTAL_NUM", inum) get_user_ip(id, ip, 31) get_user_name(id, name, 31) log_amx("Cmd: ^"%s<%d><%s><>^" ask for players list", name, get_user_userid(id), ip) return PLUGIN_HANDLED } palaist var uzpiezot konsole: amx_ip Edited October 29, 2007 by remix.cc Link to comment Share on other sites More sharing options...
lazda2 Posted October 29, 2007 Author Report Share Posted October 29, 2007 big thanks Link to comment Share on other sites More sharing options...
kennedy Posted October 29, 2007 Report Share Posted October 29, 2007 Iemetu amx_ip.amxx failu Pluginā ir neliela izmaiņa salīdzinājumā ar orģinālu, es saīsināju komandu ''amx_ip'' uz ''xip'' Komanda pieejama visiem spēlētājiem. Ceru ka zini kā to pluginu uzstādīt amx_ip.rar Link to comment Share on other sites More sharing options...
Alviic Posted October 29, 2007 Report Share Posted October 29, 2007 /* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "show IP" #define VERSION "1.0" #define AUTHOR "remix.cc" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_concmd("amx_ip", "cmdip") // Add your code here... } public cmdip(id, level, cid) { new players[32], inum, cl_on_server[64], ip[32], name[32] get_players(players, inum) format(cl_on_server, 63, "%L", id, "CLIENTS_ON_SERVER") console_print(id, "^n%s:^n # %-16.15s %-20s", cl_on_server, "nick", "ip", "userid") for (new a = 0; a < inum; ++a) { get_user_ip(players[a], ip, 31) get_user_name(players[a], name, 31) console_print(id, "%2d %-16.15s %-20s", players[a], name, ip) } console_print(id, "%L", id, "TOTAL_NUM", inum) get_user_ip(id, ip, 31) get_user_name(id, name, 31) log_amx("Cmd: ^"%s<%d><%s><>^" ask for players list", name, get_user_userid(id), ip) return PLUGIN_HANDLED } palaist var uzpiezot konsole: amx_ip Uzkodeeji vai atradi sheit? Link to comment Share on other sites More sharing options...
Fragrancer Posted October 29, 2007 Report Share Posted October 29, 2007 Protams ka paņemts ... Link to comment Share on other sites More sharing options...
remix.cc Posted October 29, 2007 Report Share Posted October 29, 2007 (edited) Juuu kods totali nokopets.. idiots... teicu, ka panemu amx_who komandu UN PARVEIDOJU... auns... totals.. /* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> /*Description: This plugin enables an admin to find out a player's ip by typing in amx_ip <name>. The ip prints in console and in the regular game.*/ public plugin_init() { register_plugin("Show IP","1.0","$uicid3"); register_concmd("amx_ip","ShowIP",ADMIN_KICK,"< player , @TEAM , *>"); } public ShowIP(id , level , cid) { if(!cmd_access(id , level , cid , 2)) return PLUGIN_HANDLED; new Arg[36]; new szIP[46] , szName[36]; new Players[32] , pnum; read_argv(1, Arg , 35); if(Arg[0] == '@') { switch( Arg[1] ) { case 'C' , 'c': { console_print(id , "[AMXX] IP print out for CT team"); get_players(Players , pnum , "ce" , "CT"); for(new i = 0; i < pnum; i++) { get_user_ip(Players[i] , szIP , 45 , 1); get_user_name(Players[i] , szIP , 35); console_print(id , "%d) %s - %s", (i + 1) , szName , szIP); } } case 'T' , 't': { console_print(id , "[AMXX] IP print out for T team"); get_players(Players , pnum , "ce" , "TERRORIST"); for(new i = 0; i < pnum; i++) { get_user_ip(Players[i] , szIP , 45 , 1); get_user_name(Players[i] , szIP , 35); console_print(id , "%d) %s - %s", (i + 1) , szName , szIP); } } } } else if(equal( Arg , "*")) { get_players( Players , pnum , "c"); console_print(id , "[AMXX] IP print out for all players"); for(new i=0; i < pnum; i++) { get_user_ip(Players[i],szIP , 45 , 1); get_user_name(Players[i] , szName , 35); console_print(id , "%d) %s - %s", (i + 1), szName , szIP); } } else { new Target = cmd_target(id , Arg , 10); if(!is_user_connected(Target)) return PLUGIN_HANDLED; get_user_ip( Target , szIP , 45 , 1); get_user_name( Target , szName , 35); console_print( id , "[AMXX] %s's IP address : %s", szName , szIP); } return PLUGIN_HANDLED; } /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE *{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par } */ nu ja.. kods totali sakriit.. 99%... bet tev laikam redze ir slikta.. tapec piedodu... Edited October 29, 2007 by remix.cc Link to comment Share on other sites More sharing options...
Fragrancer Posted October 30, 2007 Report Share Posted October 30, 2007 TL ... sāvādā kāds pārāk kruts sajuties izmainot minimāli sourci .... pārējie auni esot ... 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