
the best
Mirstīgais-
Posts
175 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Everything posted by the best
-
ir viena problema tas tavs uzmeikotais anti 4iits baigi gluko jakas es eju sava serveri un man uzmet banu uzreiz un manpat nav 4iitu psc kurnu vel sava serveri spelet ar 4iitiem es iesaku vinu partaisit a to daudzus izbano pat tos kuriem to4n nav 4iitu
-
Labdien es griezos pec palidzibas karo4 es meginu uzinstalet cs serveri pec gign.lv ieliktas pamacibas un caur visu cmd consoli un visu es esmu itka izdarijis pareizi bet vins neinstalejas rekur bus ko man parada G:\>adkServeris\HLServer\hldsupdatetool.exe -command update -game cstrike -dir g :\adkServeris\ -retry Checking bootstrapper version ... Failed to connect to any GeneralDirectoryServer, WinSock Error 10060 "Connection timed out" G:\>adkServeris\HLServer\hldsupdatetool.exe -command update -game cstrike -dir . -retry Checking bootstrapper version ... Failed to connect to any GeneralDirectoryServer, WinSock Error 10060 "Connection timed out" un visu laiku man pat nav vel nekad instalets caur to tikai pirms es parinstaleju pc tad bija caur to instalets pec gign.lv pamacibas un kad parinstaleju pc nebija pat serveris jo galvenie faili tika saglabati uz atseviska faila un taqgad es uzinstaleju cs pectam uzinstaleju patch v23 p47 parkpeju uz citu disku kur man bija domats cs serveri turet un tad es gribeju uzinstalet svaigus cs 1.6 failus ar p48 un s nevar psc kas tur varetu but par problemam????? pamacibu nemu no sejienes
-
nu ja es nomainu ADMIN_KICK piemeram uz m tad vins darbosies tiem adminiem kam ir m komanda dota vai kaa ?
-
Lbadien visiem es gribetu uzzinat kura vieta ieks admin_gag.sma var nomainit admina flag nu piemaram ja vinam tas flag ir uzlikts uz n tad es gribetu nomainit uz a lai vinu varetu izmantot tikai tie admini kuram ir full acc iedosu ari kodu un man vajag lai jus paradat to rindu krua var nomainit a to nevar atrast tur visapr ppc /* Admin Gag Command About: This plugin allows you to gag players from using say_team,say or voicecomm. It also echos admin acctions based on amx_show_activity. The plugin can also block gagged clients from changing their nick. Admins with immunity will not be executed on, unless their executing on themself Usage: amx_gag <nick/userid> <flags (a/b/c)> <time in seconds> // lets you control what you want to gag amx_gag <nick/userid> <time in seconds> // Will automaticly add the abc flag. amx_gag <nick/userid> // Will add abc flags, and 600 secounds gag. amx_gag <nick/userid> <flags> amx_ungag <nick/userid> // Will remove all "gags" Modules required: Engine FAQ) Q) Can i mute voicecomm? A) Yes, that should be on by defualt. But you can make sure "#define VoiceCommMute 1" Q) Is there any way i can disable the engine module and still run the plugin? A) yes, "#define VoiceCommMute 0". Plugin forum thread: http://www.amxmodx.org/forums/viewtopic.php?t=463 Credits: Ops in #AMXmod @ Quakenet for alot of help ( + AssKicker & CheesyPeteza ) This plugin is heavly based on the work of tcquest78 in his gag plugin http://djeyl.net/forum/index.php?showtopic=4962 Code for Namechange block code was taken from Olo`s one_name plugin. Changelog: 1.8.3 ( 23.02.2005 ) - Fixed: Voicecomm not being muted via callfunc interface ( Like Admin Aimmenu ) 1.8.2 ( 22.09.2004 ) - Fixed: Default gag reason not being shown. 1.8.1 ( 21.09.2004 ) - Fixed: Players voicecomm not being reset properbly with sv_alltalk 1 1.8.0 ( 10.09.2004 ) - Added: func_AddGag() to allow third party plugins to gag a client( Like my admin Aimmenu) - Added: func_RemoveGag() to remove a gag via a third party plugin 1.7.5 ( 06.07.2004 ) - Changed: #define MaxPlayers to be 32 instead of 33 (Should save a few byte of mem ) 1.7.4 ( 06.07.2004 ) - Changed: Once amx_gag/amx_ungag is used admins will no longer see "command not found" in console anymore ( Thx to Downtown1) - Added: #define for MaxPlayers 1.7.3 ( 06.07.2004 ) - Fixed: Fixed possible issue with steamids being to long (Would just be text cut on in logs/text) 1.7.2 ( 03.07.2004 ) - Fixed: Spelling Errors ( Thx to Mr. Satan ) 1.7.1 ( 20.06.2004 ) - Added: Plugin now logs the gag reason 1.7.0 ( 20.06.2004 ) - Changed: Plugin has gotten a rewrite/cleanup - Changed: Plugin is now properbly format - Added: Ability to play a to gagged clients when their trying to talk ( Idea by Girthesniper ) - Added: Ability to show the reason for the gag. - Fixed: Error where the command line would not read out more then 3 bytes of eatch var. 1.6.2 ( 28.05.2004 ) - Hack: UnGagPlayer echoing that unconnected clients had been ungagged when time ran out 1.6.1 ( 25.05.2004 ) - Changed: task is now registered with the same id as player index - Added: a define to change the default gag time 1.6.0 - Changed: Name change blocking enabled by default. - Added: Plugin now logs amx_ungag actions - Added: amx_ungag now echos target nick even if #userid was used - Added: amx_gag <nick/userid> <seconds or minuts> ( amx_gag EKS 120 / amx_gag EKS 2m ) 1.5.0 - Added: Ability to block namechange on clients that are gagged ( Disabled by default, just change #define BlockNameChange ) 1.4.3 - No update to the plugin, just added comments to help new admins. 1.4.2 - Fixed oversight that would allow none admins to use the plugin 1.4.1 ( 01.03.2004 ) - Now user log_amx style loggin - Now use AMXX engine to mute/unmute voicecomm 1.4.0 ( 01.03.2004 ) - Now only umutes voicecomm if player was muted by this plugin - Now echos what what the admin has muted. - To mute voicecomm you either need D2Tools or vexd. You can change what module to use in the define section.( look for: VoiceCommMute ) - You can set #define VoiceCommMute to 0, and you dont need any extra modules anymore. But loose the ability to mute voicecomm. 1.3.1 ( 17.02.2004 ) - Fixed muting voicecomm not working ( Info needed extracted from this plugin: http://djeyl.net/forum/index.php?showtopic=16533 | Proerrenrg ) 1.3.0 ( 17.02.2004 ) - Now print nick and authid when a player disconnects - Now only one place in the code that can ungag a player ( ungag ) - Added admin log - Fixed not gag flags not working - Changed plugin file name to: admin_gag.XXX - Minor code cleanup. More comments, Code cleaner & UnGagPlayer should be "faster" 1.2.1 ( 06.02.2004 ) - Fixed support for #userid again - Now use console_print to echo when player is not gagged ( in amx_ungag ) 1.2 - Now supports muting voicecomm ( the flag c ) - REQUIRES Vexd module, use 1.1 if you dont want to run this module 1.1 - Now supports amx_gag <nick> <time> ( Adds ab as flag if no other flag is entered.) - Now supports amx_gag <nick/auth> - Fixed echoing with amx_show_activity 1 not showing the secounds 1.0 (Changes are from the orginal plugin to this one) - Now echos admin acctions based on amx_show_activity - Now echos when a player is ungagged by admin - Now echos when a player is ungagged becuse the "time" has run out. - Now echos when a gagged player disconnects - Admins with immunity flag can do actions on themself. - If you try to ungag a player thats not gagged, you get a "error" message - Changed the "your gagged" message so its simpler to spot in Steam. - Somehow the compiled file is smaller then with the orignal */ #define VoiceCommMute 1 // 0 = Disabled ( no extra module required ) | 1 = Voicecomm muteing enabled. ( requires engine module) #define BlockNameChange 1 // 0 = Disabled | 1 = Block namechange on gagged clients #define LogAdminActions 1 // 0 = Disabled | 1 = Admin actions will be logged #define DefaultGagTime 1200.0 // The std gag time if no other time was entered. ( this is 20 min ), Remember the value MUST contain a .0 #define PlaySound 1 // 0 = Disabled | 1 = Play a sound to gagged clients when their trying to talk #define GagReason 1 // 0 = Disabled | 1 = Gagged clients can see why there where gagged when they try to talk #define MaxPlayers 32 #define AllowOtherPlugin2Interface 1 #include <amxmodx> #include <amxmisc> #include <engine> new g_GagPlayers[MaxPlayers+1] // Used to check if a player is gagged #if GagReason == 1 new gs_GagReason[MaxPlayers+1][48] #endif public plugin_init() { register_plugin("Admin Gag","1.8.3","Baross") register_clcmd("say","block_gagged") register_clcmd("say_team","block_gagged") register_concmd("amx_gag","CMD_GagPlayer",ADMIN_KICK,"<nick or #userid> <a|b|c> <time>") register_concmd("amx_ungag","CMD_UnGagPlayer",ADMIN_KICK,"<nick or #userid>") } public block_gagged(id){ // This function is what check the say / team_say messages & block them if the client is blocked. if(!g_GagPlayers[id]) return PLUGIN_CONTINUE // Is true if the client is NOT blocked. new cmd[5] read_argv(0,cmd,4) if ( cmd[3] == '_' ) { if (g_GagPlayers[id] & 2){ #if GagReason == 1 client_print(id,print_chat,"* You are Gagged For The Following Reason: %s",gs_GagReason[id]) #else client_print(id,print_chat,"* You Have Been Gagged") #endif #if PlaySound == 1 client_cmd(id,"spk barney/youtalkmuch") #endif return PLUGIN_HANDLED } } else if (g_GagPlayers[id] & 1) { #if GagReason == 1 client_print(id,print_chat,"* You Are Gagged For The Following Reason: %s",gs_GagReason[id]) #else client_print(id,print_chat,"* You Have Been Gagged") #endif #if PlaySound == 1 client_cmd(id,"spk barney/youtalkmuch") #endif return PLUGIN_HANDLED } return PLUGIN_CONTINUE } public CMD_GagPlayer(id,level,cid) { if(!cmd_access (id,level,cid,1)) return PLUGIN_HANDLED new arg[32],VictimID read_argv(1,arg,31) // Arg contains Targets nick or Userid VictimID = cmd_target(id,arg,8) // This code here tryes to find out the player index. Either from a nick or #userid if ((get_user_flags(VictimID) & ADMIN_IMMUNITY) && VictimID != id || !cmd_access (id,level,cid,2) ) { return PLUGIN_HANDLED; } // This code is kind of "long", its job is to. Stop actions against admins with immunity, Stop actions action if the user lacks access, or is a bot/hltv new s_Flags[4],VictimName[32],AdminName[32],flags,ShowFlags[32],CountFlags,s_GagTime[8],Float:f_GagTime read_argv(2,arg,31) if (!arg[0]) // This means amx_gag <nick / userid> and no other flag or time was used. { f_GagTime = DefaultGagTime format(s_Flags,7,"abc") } else { if(contain(arg,"m")!=-1 && contain(arg,"!")==-1) // This means the time was entered in minuts and not seconds { copyc(s_GagTime,7,arg, 'm') f_GagTime = floatstr(s_GagTime) * 60 } else if(isdigit(arg[0])&& contain(arg,"!")==-1) // The value was entered in seconds { format(s_GagTime,7,arg) f_GagTime = floatstr(s_GagTime) } read_argv(3,arg,8) if (!arg[0]) // No flag has been entered format(s_Flags,7,"abc") else if(contain(arg,"!")==-1) // This means that arg did NOT contain the ! symbot format(s_Flags,7,arg) else if(contain(arg,"!")!=-1) // This means that arg did DOES contain the ! symbot format(s_Flags,7,"abc") if (f_GagTime == 0.0) { read_argv(2,arg,8) if(contain(arg,"!")!=-1) format(s_Flags,3,"abc") // Flag was entered. else format(s_Flags,3,arg) // Flag was entered. f_GagTime = DefaultGagTime } #if GagReason == 1 new GagReasonFound=1 for(new i=2;i<=4;i++) { read_argv(i,arg,31) if(contain(arg,"!")!=-1) { read_args(arg,31) new tmp[32] copyc(tmp,32,arg,33) copy(gs_GagReason[VictimID],47,arg[strlen(tmp)+1]) GagReasonFound = 1 } } if(GagReasonFound == 0) // If no reason was entered, add the std reason. format(gs_GagReason[VictimID],47,"You Were Gagged For Not Following The Rules") #endif } flags = read_flags(s_Flags) // Converts the string flags ( a,b or c ) into a int g_GagPlayers[VictimID] = flags #if VoiceCommMute == 1 if(flags & 4) // This code checks if the c flag was used ( reprisented by the number 4 ), If pressent it mutes his voicecomm. set_speak(VictimID, SPEAK_MUTED) #endif new TaskParm[1] // For some reason set_task requires a array. So i make a array :) TaskParm[0] = VictimID set_task( f_GagTime,"task_UnGagPlayer",VictimID,TaskParm,1) CountFlags = 0 if (flags & 1) { format(ShowFlags,31,"say") CountFlags++ } if (flags & 2) { if(CountFlags) format(ShowFlags,31,"%s / say_team",ShowFlags) if(!CountFlags) format(ShowFlags,31,"say_team") } #if VoiceCommMute != 0 if(flags & 4) { if(CountFlags) format(ShowFlags,31,"%s / voicecomm",ShowFlags) if(!CountFlags) format(ShowFlags,31,"voicecomm") } #endif get_user_name(id,AdminName,31) get_user_name(VictimID,VictimName,31) switch(get_cvar_num("amx_show_activity")) { #if GagReason == 1 case 2: client_print(0,print_chat,"ADMIN %s: Has Gagged %s From Speaking For %0.0f Minutes, For: %s ( %s )",AdminName,VictimName,(f_GagTime / 60),gs_GagReason[VictimID],ShowFlags) // debug added case 1: client_print(0,print_chat,"ADMIN: Has Gagged %s From Speaking For %0.0f Minutes, For: %s ( %s )",VictimName,(f_GagTime / 60),gs_GagReason[VictimID],ShowFlags) #else case 2: client_print(0,print_chat,"ADMIN %s: Has Gagged %s From Speaking For %0.0f Minutes ( %s )",AdminName,VictimName,(f_GagTime / 60),ShowFlags) // debug added case 1: client_print(0,print_chat,"ADMIN: Has Gagged %s From Speaking For %0.0f Minutes ( %s )",VictimName,(f_GagTime / 60),ShowFlags) #endif } #if LogAdminActions == 1 new parm[5] /*0 = Victim id | 1 = Admin id | 2 = Used to control if its a gag or Ungag | 3 = The gag flags | 4 = Length of the gag */ parm[0] = VictimID parm[1] = id parm[2] = 0 parm[3] = flags parm[4] = floatround(Float:f_GagTime) LogAdminAction(parm) #endif return PLUGIN_HANDLED } public CMD_UnGagPlayer(id,level,cid) /// Removed gagged player ( done via console command ) { new arg[32],VictimID read_argv(1,arg,31) // Arg contains Targets nick VictimID = cmd_target(id,arg,8) // This code here tryes to find out the player index. Either from a nick or #userid if ((get_user_flags(VictimID) & ADMIN_IMMUNITY) && VictimID != id || !cmd_access (id,level,cid,2) ) { return PLUGIN_HANDLED; } // This code is kind of "long", its job is to. Stop actions against admins with immunity, Stop actions action if the user lacks access, or is a bot/hltv new AdminName[32],VictimName[32] get_user_name(id,AdminName,31) // Gets Admin name get_user_name(VictimID,VictimName,31) if(!g_GagPlayers[VictimID]) // Checks if player has gagged flag { console_print(id,"%s Is Not Gagged & Cannot Be Ungagged.",arg) return PLUGIN_HANDLED } switch(get_cvar_num("amx_show_activity")) { case 2: client_print(0,print_chat,"ADMIN %s: Has Ungagged %s",AdminName,VictimName) case 1: client_print(0,print_chat,"ADMIN: Has Ungagged %s",VictimName) } #if LogAdminActions == 1 new parm[3] /*0 = Victim id | 1 = Admin id | 2 = Used to control if its a gag or Ungag | 3 = The gag flags | 4 = Length of the gag */ parm[0] = VictimID parm[1] = id parm[2] = 1 LogAdminAction(parm) #endif remove_task(VictimID) // Removes the set_task set to ungag the player UnGagPlayer(VictimID) // This is the function that does the actual removal of the gag info return PLUGIN_HANDLED } public client_disconnect(id) { if(g_GagPlayers[id]) // Checks if disconnected player is gagged, and removes flags from his id. { new Nick[32],Authid[35] get_user_name(id,Nick,31) get_user_authid(id,Authid,34) client_print(0,print_chat,"[AMX] Gagged Player Has Disconnected ( %s <%s> )",Nick,Authid) remove_task(id) // Removes the set_task set to ungag the player UnGagPlayer(id) // This is the function that does the actual removal of the gag info } } #if BlockNameChange == 1 public client_infochanged(id) { if(g_GagPlayers[id]) { new newname[32], oldname[32] get_user_info(id, "name", newname,31) get_user_name(id,oldname,31) if (!equal(oldname,newname)) { client_print(id,print_chat,"* Gagged Clients Cannot Change Their Name") set_user_info(id,"name",oldname) } } } #endif public task_UnGagPlayer(TaskParm[]) // This function is called when the task expires { new VictimName[32] get_user_name(TaskParm[0],VictimName,31) client_print(0,print_chat,"ADMIN: %s Is No Longer Gagged",VictimName) UnGagPlayer(TaskParm[0]) } #if LogAdminActions == 1 stock LogAdminAction(parm[]) // This code is what logs the admin actions. { new VictimName[32],AdminName[32],AdminAuth[35],VictimAuth[35] get_user_name(parm[1],AdminName,31) get_user_name(parm[0],VictimName,31) get_user_authid(parm[1],AdminAuth,34) get_user_authid(parm[0],VictimAuth,34) #if GagReason == 1 if(parm[2] == 0) log_amx("Gag: ^"%s<%s>^" Has Gagged %s <%s> for %d ( %d ) Reason: %s",AdminName,AdminAuth,VictimName,VictimAuth,parm[4],parm[3],gs_GagReason[parm[0]]) #else if(parm[2] == 0) log_amx("Gag: ^"%s<%s>^" Has Gagged %s <%s> for %d ( %d )",AdminName,AdminAuth,VictimName,VictimAuth,parm[4],parm[3]) #endif if(parm[2] == 1) log_amx("UnGag: ^"%s<%s>^" Has Ungagged %s<%s>",AdminName,AdminAuth,VictimName,VictimAuth) } #endif stock UnGagPlayer(id) // This code is what removes the gag. { #if VoiceCommMute == 1 if(g_GagPlayers[id] & 4) // Unmutes the player if he had voicecomm muted. { if(get_cvar_num("sv_alltalk") == 1) set_speak(id, SPEAK_ALL) else set_speak(id, SPEAK_NORMAL) } #endif g_GagPlayers[id] = 0 #if GagReason == 1 setc(gs_GagReason[id],31,0) #endif } #if AllowOtherPlugin2Interface == 1 public func_AddGag(id) { g_GagPlayers[id] = 7 new TaskParm[1] // For some reason set_task requires a array. So i make a array :) TaskParm[0] = id #if VoiceCommMute == 1 set_speak(id, SPEAK_MUTED) #endif set_task( DefaultGagTime,"task_UnGagPlayer",id,TaskParm,1) } public func_RemoveGag(id) { remove_task(id) // Removes the set_task set to ungag the player UnGagPlayer(id) } #endif
-
Host_error: Usermsg: Not Present On Client 58
the best replied to the best's topic in Servera konfigurācija, plugini, etc...
da vins ir ziiids zidojas tak ta jau vins sen jau butu ielicis ja vins neziidotos -
Labdien es griezos ar sadam problemam. Karo4 man ir YSE PRE6 un kadas tad ir vianm problemas nu es uztaisiju trackeri un tad es pateicu daziem cilvekiem lai registrejas jaunaja trackeri. Pectam vini teica ka nevar registreties un rakstits ir Error Registration is impossible! un esmu izmeklejis visu tracker failus un nevaru atkost kur ir ta vaina no sakuma es domaju ka tur ir vaina takesingup.php failam jo talak par to vietu vairs neiet un tiesi tur ari izmet to erroru visiem bet es pats varu registreties kaut vai 1000 reizes ar dazadiem login un epastiem. Tapec es ludzu lai jus man palidzat atrisinat so problemu.
-
Host_error: Usermsg: Not Present On Client 58
the best replied to the best's topic in Servera konfigurācija, plugini, etc...
nja tagad uzkodu to ka XP NESAGLABAJAS TAPEC KA NIKAM IR ATSTARPE UN IR PUNKTS NIKA BEIGAS UN KA TO LAI IZDARU LAI VINS SAGLABATOS ARI TIEM KAM IR TIE PUNKTI KOMMATI VAI VISPAR KEBURI KAUTKADI UN ATSTARPES. UN OTRS KAS VEL KUR LA IES NOMAINU XP PIEMERAM LAI DABUTU 1 LVL VAJAG SAKRAT 1000 XP ITKA ES VISPAR NOAMINIJU IEKS XP.INL FAILA BET NEKAS NEMAINIJAS KA BIJA TA BIJA 100XP. -
Host_error: Usermsg: Not Present On Client 58
the best replied to the best's topic in Servera konfigurācija, plugini, etc...
nu es tagad uzliku war3ft_v2.3.2.zip veco versiju un viss aizgaja un tagad es tur war3ft.cfg uzliku lai saglabajas xp pat kad izejot noservera ara un pec kada laika iejot serveri butu saglabajusas cp uz nika to visu es uzkuneju bet ir viena problema man tie nesaglabajas xp .cfg configguracija // Warcraft 3 Frozen Throne Configuration File mp_savexp 1 // Enables saving of experience (uses a vault, default is 0) sv_sql 0 // Save using a SQL module (a module needs to be turned on, note: to use this mp_savexp must also be 1, default is 0) FT_saveby 2 // What should I save this as? steam id = 0, IP = 1, name = 2 (default is 0) FT_admin_flag "m" // Admin flag required to give/take XP (default is m) // SQL configuration FT_sql_host "127.0.0.1" // Host Name FT_sql_user "root" // User Name FT_sql_pass "" // Password FT_sql_db "" // Database Name FT_auto_pruning 0 // Automatically prunes the database of old users at a mapchange (default is 0) sv_daysbeforedelete 31 // However many days before deleting XP or pruning from the database (default is 31) sv_sqltablename "war3users" // Table Name, no need to change (default is war3users) sv_save_end_round 1 // Save xp at the end of each round (may cause lag, default is 1) // Experience options mp_xpmultiplier 1.0 // set the level required to gain a level as a multiple (default 1.0) mp_weaponxpmodifier 1 // gives additional XP for using certain weaker weapons (default is 1) FT_min_b4_XP 2 // Minimum amount of players needed b4 awarding XP (default is 2) FT_objectives 1 // If enabled, will display message in chat to show XP they gain for completing certain objectives (default is 1) FT_kill_objectives 0 // Shows how much XP you gain for killing someone (each kill, default is 0) FT_bombplanterxp 15 // XP given for planting the bomb (default is 15) FT_defusexp 30 // XP given for defusing the bomb (default is 30) FT_hostagexp 25 // XP given for helping to rescue the hostages (default is 25) FT_killrescuemanxp 25 // XP given for killing the person rescuing the hostages (default is 25) FT_xpbonus 50 // XP given for purchasing tome of experience (default is 50) FT_kill_bomb_carrier_bonus 25 // XP given for killing the bomb carrier (default is 25) FT_defuser_kill_bonus 25 // XP given for killing the defuser (default is 25) FT_VIP_kill_bonus 25 // XP given for killing the VIP (default is 25) FT_VIP_escape_bonus 30 // XP given when the VIP escapes (default is 30) FT_headshot_bonus 9 // XP given for getting a headshot (default is 9) FT_xp_radius 750 // Radius to give XP to teammates near where the special objective is completed (rescued hosties, bomb planted, killed vip, vip escaped, default is 750) FT_round_win_XP 35 // Experience given to the winning team (default is 35) FT_autoxp 0 // With this option set to 1, the joining players will receive the average amount of XP that all of the players have (SHORT TERM XP ONLY, default is 0) // Game Play Enhancements sv_warcraft3 1 // Set this to 0 to disable warcraft (default is 1) mp_grenadeprotection 0 // Only 1 HE grenade will be allowed for purchase per round (default is 0) FT_position 0 // 0 is for left, 1 is for right (where to put the information for those spectating, default is 0) FT_centerhud 1 // Automatically makes the hud be centered (message that shows xp/race/level, default is 1) FT_items_in_hud 0 // Display items w/a HUD message (this will take up 1 of the 4 channels, default is 0) FT_spec_info 1 // Show Spectating information for dead players (default is 1) FT_show_icons 1 // Shows icons on your screen when your ultimate is ready (default is 1) FT_race_icons 1 // Allow users to type /icons to show player icons above the player (default is 1) FT_level_icons 1 // Allow users to type /icons to see player levels above the player (default is 1) FT_CD 0 // If set to 1, it will not allow players without Cheating Death to play this mod (default is 0) FT_buyzone 0 // Restrict purchasing shopmenu items to within the buyzone? (default is 0) FT_buytime 0 // Restrict purchasing shopmenu items to within the buytime? (default is 0) FT_buydead 1 // Allow users to purchase items when dead? (default is 1) FT_show_player 1 // Show teammate and enemy information in the center of the screen when they are on target? (not for DOD, default is 1) FT_query_client 1 // Check user's cl_minmodel cvar every second (default is 1) // TYPE OF WARCRAFT (If race 4 or 5 is selected, messsages will say WAR3 instead // of saying WAR3FT, also shopmenu2 will be disabled, as well as saying rings and ability) FT_races 8 // Number of races (if races are less than 5, the second shopmenu will be disabled (4 is standard war3), default is 8) // **************************************************************************************************** // ABILITY ENHANCEMENTS // **************************************************************************************************** // Chameleon Race Configuration Options (Race 9) // This race allows you to either assign skills that will be permanent, or random skills will be chosen each round FT_Race9_Random 1 // Should the 9th race have random skills each round?, if so the next 4 option are irrelevant (default is 1) FT_Race9_Skill1 1 // What race should the first skill be taken from? (default is 1) FT_Race9_Skill2 1 // What race should the second skill be taken from? (default is 1) FT_Race9_Skill3 1 // What race should the third skill be taken from? (default is 1) FT_Race9_Ultimate 1 // What race should the ultimate be taken from? (default is 1) // Skill and Ultimate configurations FT_ultimatedelay 15.0 // Amount of time (in seconds) to delay the ultimates at the start of each round (default is 15.0) FT_healing_range 750 // Range for Healing Wave to jump from player to player and heal (default is 750) FT_ultimate_cooldown 35.0 // Cooldown of all ultimates (default is 35.0) FT_warn_suicide 1 // Tells Undead Scourges their bomb is armed when they hit ultimate key, a second key press then detonates it (default is 1) FT_blinkenabled 1 // Use blink instead of team teleport (default is 1) FT_blink_protection 1 // slays people who abuse blink on some maps (skywalking, map exploiting, default is 1) FT_blink_radius 500 // Enemies who have immunity w/in this radius will cause blink to fail (default is 500) FT_blink_dizziness 1 // What type of diziness? (1 or 0 is flashbang effect, 2 is fading blue screen, default is 1) FT_entangle_drop 0 // Should the player's primary weapon be dropped when they are entangled? (default is 0) FT_impale_intensity 10 // Setting this to a lower non-negative number will lower the intensity of impale (default is 10) // Item configurations FT_glove_timer 10 // Interval between receiving a new grenade with the Flaming Gloves of Warmth (default is 10) FT_no_gloves_on_ka 1 // Prevents Flaming gloves of warmth on ka maps and scoutzknivez (default is 1) FT_glove_orc_damage 0 // When using gloves, should orcs be given the critical dmg? (Default is 0) FT_no_orcnades 0 // Prevent orc nades on ka_ maps, fy_ maps and jail_riot (default is 0) FT_claw 6 // Damage done by Claws of Attack (default is 6) FT_bootspeed 275.0 // Speed given for purchasing boots of speed (different for dod, see dod section, default is 275) FT_health_bonus 15 // Health bonus given for periapt of health (default is 15) FT_frost_speed 125.0 // Speed of victim when attacked with Orb of Frost (default is 125.0) FT_mask_of_death 0.2 // Percentage of like gained back by mask of death (default is 0.3) FT_cloak 150 // Invisibility given with cloak, lower is more invisible (default is 150) FT_sock 0.5 // Gravity level for Sock of the Feather // Bot Configuration Options FT_bot_buy_item 0.33 // Chance of a bot buying a shopmenu item at the beginning of the round (default is 0.33) // DOD Options DOD_startmoney 800 // Starting "fake" money for dod DOD_bootspeed 45.0 // Stamina given for boots of speed in Day of Defeat (default is 45.0) tur es visu saliku pareizi bet nesaglabajas un serveri ari biju rr ka tad lai es uztaisu lai saglabajas xp un man nav MySQL serveris bez tas db visam tadam sudiem. 2. problema ir tada es xp nomainiju lai dabutu pirmo lvl no 100 nomainiju uz 1000 un ta visiem bet xp lidz 1 lvl ir tikai tas pats 100 un to es mainiju ieks addons/amxmodx/scripting/war3ft/ XP.inl faila bet nekas nemainas un taja folderi ir tikai .inl faili. un ka es to visu varu dabut gatavu. plzz pasakiet tagad. -
Host_error: Usermsg: Not Present On Client 58
the best replied to the best's topic in Servera konfigurācija, plugini, etc...
man ir 47/48 protocol -
labdien man ir problemas ar cs serveri. Karo4 kad es uzliku war3ft mod tad ejot serveri peksni sak mest shadu erroru console Host_Error: UserMsg: Not Present on Client 58 un kad nonemu war3ft mod nost un paliek tikai csdm mods uz amx mod x tad atkal viss ir okey un nemet to erroru. Ludzu palidziet man noverst so erroru lai es varetu turet cs serveri apvienotu kopa ar csdm+war3ft+savexp mod amx mod x versija ir 1.8.0
-
nu jaaa visu pareizi pilnigi esmu salicis agrak viss gaja kad man bija cits cs projekts a tagad neiet psc
-
Labdien man ir problema ar psychostatiem kad es meginu palaist stats.pl tad man vins neko tur nedara atveras un uzreiz aizveras un stats.txt faila paraada shadu fatal erroru [FATAL] Called from main(152)->PS::DB(89)->PS::DB::mysql(22) >>> > Error connecting to database using dsn "DBI:mysql:database=psychostats;host=localhost;port=": > Client does not support authentication protocol requested by server; consider upgrading MySQL client bet vins ir uztaisits pc tas psychostats pamacibas kas ir gign.lv ko taisija lil_netii
-
Hlguard Un Reallite Hlguard
the best replied to the best's topic in Servera konfigurācija, plugini, etc...
njaaa no mostwanted tas pamacibas jau liku biku crash bija jo vajag pa jauanam uzmest svaigu p48 protocol -
Hlguard Un Reallite Hlguard
the best replied to the best's topic in Servera konfigurācija, plugini, etc...
sitas ari ir meginats un ar nestrada drizak crashojas serveris tad -
Labdien es griezos pec palidzibas sakara ar to ka man nez kapec kops man ir uzlikts serverim 47/48 protocol man vairs nestrada hlguards ne viens ne otrs psc bet serveris uzrada ka vini strada bet es esu testejis ar viss dazadakiem 4iitiem bet vini neuzker nevienus 4iitus pat cdhack kurus viniem vajkadzetu uzkert 100% bet neuzker vispar vinus. un tapev luudzu paliidziet man atrisinat probleemu amxmodx versija ir 1.8.0 un es tiko ari vispar iztesteju uz 47 protocol patch V23 un uz taa vins darbojas kaa vajag tikai nedarboja man taliekas tapec ka ir ka STEAM ID ir VALVE_ID_PENDING UN STEAM_ID_PENDING uz siem vins neiet bet ja ir STEAM_ID_LAN tad iet psc tas ir
-
Labvakar man ir lielas problemas ar realtek HD audio driver instaleru. karo4e viss sakas problemas sodien del avg antivirus 8.5 free version kad es vinu sodien uzinstaleju tad man peksni pazuda soundi. tad es panemu un uninstal to realtek HD audio un kad es meginu vinu uzinstalet tad man izmet erroru ar uzrakstu Install Realtek Audio Driver Failure !! [Error Code : 0xE0000227] un ta ir tagad visu laiku meginu vienalga kadu versiju bet tik un ta lec tas pats errors moska errors lec tagad tapec ka es pirms kadam 3 menesiem biju apgreidojis windows xp professional sp2 uz sp3 un ja ta ir ta vaina ka es esmu apgreidojis uz sp3 tad varbut ir iespejams apgreidot atpakal uz sp2 kautka es jau esmu meginajis bet nesanak. Moska kads no jums zinas so problemu. tnx jau ieprieks.
-
Cik Slotus Varu Turet :?
the best replied to HandY's topic in Servera konfigurācija, plugini, etc...
tu tak esi biski atpalicies manam draugam ir Intel pentium duel core2 2x2,00GHz procesoru 4gb of ram un nets vinam ir 25.63Mb download 5.12Mb upload un vins vareja turet 4 serverus ar 24 slotiem bez lagiem+pats speleja un man tads nets agrak ari bija un es zinu cik serversu un cik slotus var pavilkt tads nets ka manam draugam taka nevajag melot cilvekiem. -
alo te kads irr. laikam nav tad bus jaiet laikam uz http://mostwanted.lv web tur 5 min laika atbildes uz jautajumu a te boti nevar neko palidzet jo ir padlas nahuj.
-
var kads tak palidzet
-
sry tad es nez kapec tev taa ir
-
sava cs console ieraksti sho te rate 25000 tev varbut ir rate parak mazs vai parak liels
-
Labvakar es griezos ar sadu problemu ka man met Microsoft Visual C++ un Don't sed errorus vienlaikus cs serverim. tas notiek ik pec 2 vai 1 stundas. agrak man sada problema nebija kamert es neapgreidoju windos Server Pack 2 uz Server Pack 3 kad uzliku Upgrade uz SP3 tad saka mest shos errorus cs serverim. screens ir sheit Ludzu palidziet man noverst shos errorus. un Dont send izraisa kernel32.dll fails cik esmu meklejis tas atrodas C:\WINDOWS\system32\ mape
-
omg vianm tak serveri hako augsa tad ja tads niks ir. labak uzliec aizsardzibu http://www.shockingsoft.com/AntiCSDoS.html
-
aa tnx ir viss okey
-
Labrīt visiem giginiešiem es griežos ar šādu problēmu ka es ipb invision sev varu likt warn ka galvenais administrators vai ne bet citiem kas ir tikai tādi parasti lietotāji tiem es nevaru likt warn. screens ir šeit