[Rezolvat] Bug server furien

Discutii legate de instalarea, configurarea si modificarea unui server de Counter-Strike.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
Stex
Membru, skill 0
Membru, skill 0
Posts: 6
Joined: 22 Jul 2014, 08:05
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com...!
Detinator server CS: Cs.aGamers.Ro
Fond eXtream: 0
Has thanked: 4 times
Contact:

22 Jul 2014, 14:21

Acum cateva zile m-am hotarat sa-mi deschid un server de furien si am dat peste o problema, cand un anti-furien pune tinta pe un furien apare numele acestuia, ca in poza: http://i.imgur.com/1ZjHmCj.jpg?1 Problema nu ar fi ca numele apare cand este vizibil, ci ca apare si cand este invizibil. Ce ar trebui sa fac ? :-??
Meta List | Afiseaza codul
[  1] AMX Mod X, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  2] dproto_EF, v0.9.87, 2010-10-26, by Crock, see 
 [  3] AntiDlFile, v1.4, 2010/10/18, by Rulzy, see http://www.dt-club.net/
 [  4] Fun, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  5] Engine, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  6] FakeMeta, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  7] CStrike, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  8] CSX, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org/
 [  9] Ham Sandwich, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
9 plugins
amx.cfg | Afiseaza codul
// AMX Mod X Configuration File
echo Executing AMX Mod X Configuration File

// Default access for all non admin players (see users.ini for access details)
//
// Default value: "z"
amx_default_access "z"

// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field "_pw"

// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
//
// Default value: 1
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 2

// Frequency in seconds and text of scrolling message
//
// Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "Bine ati venit pe %hostname% !-- Acest server foloseste ultima versiune AMX Mod X -- Codatii vor fi banati permanent !" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: "Welcome to %hostname%" "000255100"
//                 "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255"
amx_imessage "Bine ati venit pe %hostname% !" "000255100"
amx_imessage "Codatii vor primi ban permanent !" "000100255"

// Frequency in seconds of colored messages
//
// Default value: 180
amx_freq_imessage 180

// Ban times for the main ban menu (amx_banmenu)
// Use 0 for permanent ban
// Default values: 0 5 10 15 30 45 60
amx_plmenu_bantimes 0 5 10 15 30 45 60

// Slap damage amounts for the main slap menu (amx_slapmenu)
// Slay is automaticall inserted as the first option
// Default values: 0 1 5
amx_plmenu_slapdmg 0 1 5

// Set in seconds how fast players can chat (chat-flood protection)
//
// Default value: 0.75
amx_flood_time 1

// Amount of slots to reserve.
//
// Default value: 0
amx_reservation 0

// If you set this to 1, you can hide slots on your server.
// If server "full" of public slots and slots hidden, you must manually connect with connect console command
//
// Default value: 0
amx_hideslots 0

// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
//
// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
//
// Default value: 1
amx_time_voice 1

// Minimum delay in seconds between two voting sessions
//
// Default value: 10
amx_vote_delay 1

// How long voting session goes on
//
// Default value: 10
amx_vote_time 10

// Display who votes for what option, set to 0 to disable, 1 to enable.
//
// Default value: 1
amx_vote_answers 1

// Some ratios for voting success

// Default value: 0.40
amx_votekick_ratio 0.40

// Default value: 0.40
amx_voteban_ratio 0.40

// Default value: 0.40
amx_votemap_ratio 0.40

// Default value: 0.02
amx_vote_ratio 0.02

// Max. time to which map can be extended
//
// Default value: 90
amx_extendmap_max 90

// Step for each extending
//
// Default value: 15
amx_extendmap_step 15

// If you set this to 0, clients cannot chose their language, instead they use
// whatever language the server is configured to use.
//
// Default value: 1
amx_client_languages 1

// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
//
// Default value: 1
amx_debug 1

// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
//
// Default value: ""
amx_mldebug ""

//
// Beginning of Counter-Strike package specific configurations.
//

// Rank mode
// 0 - by nick
// 1 - by authid 
// 2 - by ip
//
// Default value: 1
csstats_rank 0

// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 3500

// Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
//
// Default value: 0
csstats_rankbots 0

// Duration of HUD-statistics
//
// Default value: 12.0
amx_statsx_duration 12.0

// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
//
// Default value: -2.0
amx_statsx_freeze -2.0

//setari
mp_friendlyfire "0"
mp_footsteps "1"
mp_autoteambalance "1"
mp_autokick "0"
mp_flashlight "1"
mp_tkpunish "1"
sv_airaccelerate "100"
sv_unlag "1"
mp_freezetime "5"
mp_roundtime "3"
mp_startmoney "800"
mp_c4timer "35"
mp_fraglimit "0"
mp_maxrounds "0"
mp_winlimit "0"
mp_playerid "2"
mp_spawnprotectiontime "5"
mp_timelimit "0"
mp_buytime "0"
sv_skyname "fuzzysky"

//ghostchat
amx_ghostchat "2"

//advanced bans
ab_immunity "1"
ab_bandelay "3"
ab_unbancheck "5"
ab_website ""

//c4 event
amx_showc4timer "3"
amx_showc4flash "0"
amx_showc4sprite "1"
amx_showc4msg "0"

//bet
bet_oddssystem "1"
bet_chatenabled "1"
bet_mustbedead "1"
bet_adsenabled "1"

//hearthbeat
fmu_hb_enableto "3"
fmu_hb_minhp "30"

//team join
tjm_join_team "4" 
tjm_switch_team "0"
tjm_class_t "5"
tjm_class_ct "5"
tjm_block_change "1"

//semiclip
semiclip_enabled "1"
semiclip_teamclip "1"
semiclip_transparancy "0"

//resetscore
amx_reset_chat "1"
amx_reset_plugin "1"
amx_reset_dead "1"
amx_reset_tag "ResetScore"
amx_reset_time "60"

//Server CFG
exec server.cfg
server.cfg | Afiseaza codul
// ====================================================
// This file was generated for Counter-Strike
// ====================================================

echo "Configuring server Furien.*****.Ro # OldSchool Furien"

hostname "******i"
allow_spectators 1
mp_afktime 5
mp_autokick 0
mp_autocrosshair 0
mp_autoteambalance 1
mp_buytime 0
mp_consistency 1
mp_c4timer 45
mp_fadetoblack 0
mp_falldamage 0
mp_flashlight 0
mp_forcecamera 0
mp_forcechasecam 0
mp_friendlyfire 0
mp_freezetime 0
mp_fraglimit 0
mp_hostagepenalty 0
mp_limitteams 3
mp_maxrounds 0
mp_playerid 0
mp_roundtime 2
mp_startmoney 1
mp_timelimit 32
mp_tkpunish 0
mp_winlimit 0
sv_aim 0
sv_airaccelerate 100
sv_airmove 1
sv_clienttrace 1.0
sv_clipmode 0
sv_cheats 0
sv_gravity 800
sv_lan 0

log on
mp_logdetail 3
sv_logfile 1
sv_logbans 1
sv_logecho 0
mp_logecho 0
mp_logfile 1
mp_logmessages 1


sv_minupdaterate 20
sv_maxupdaterate 66
sv_minrate 15000
sv_maxrate 25000
sv_maxspeed 800

sys_ticrate 1000
decalfrequency 60
pausable 0
decalfrequency 60
edgefriction 2
host_framerate 0
exec listip.cfg
exec banned.cfg
exec dproto.cfg
exec filewatcher.cfg

//Name of Game
amx_gamename "Furien Classic by Stex"

//Setari de DOWNLOAD
sv_allowupload 1
sv_allowdownload 1
sv_downloadurl "http://**********"

echo "Configuring server Furien.******.Ro # OldSchool Furien done." 
echo "Done."
plugins.ini | Afiseaza codul
; AMX Mod X plugins

advanced_bans.amxx	;ban avansat

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)
;admin_sql.amxx		; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	      ; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		      ; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)
pluginmenu.amxx		; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
scrollmsg.amxx		; displays a scrolling message
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
nextmap.amxx		; displays next map in mapcycle
;mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands

; Counter-Strike
restmenu.amxx		; restrict weapons menu
statsx.amxx		; stats on death or round end (CSX Module required!)
;miscstats.amxx		; bunch of events announcement for Counter-Strike
;stats_logging.amxx	; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx	; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here

admin_freelook.amxx		;doar adminii au freelook

admin_spec_esp.amxx		;detectare codati

advanced_gag.amxx	      	;gag avansat

amx_lastip.amxx			;arata ultimele ip-uri conectate

amx_showip.amxx			;arata ip-urile conectate

ghostchat.amxx			;vii vorbesc cu mortii

tfts_transfer.amxx		;transfer jucatori

ut_killstreak_adv.amxx        ;sunete

bomb_time_set.amxx            ;bmb poate fi plantata doar in ultimele 45 secunde

reset_score_3.amxx            ;resetscore

mnxro_snapshot.amxx           ;ScreenShot cu sigiliu

amx_who.amxx                  ;Arata adminii online

gamenamechanger.amxx          ;Schimba numele jocului

ad_manager.amxx               ;Pentru mesaje automate in chat

last_maps.amxx                ;Arata ultimele 5 harti jucate pe server
plugins-furien.ini | Afiseaza codul
furiens.amxx 			//baza

nademodes.amxx			//moduri grenazi

players_models.amxx		//modele playeri

bet.amxx			      //pariuri

NewBombEvents.amxx		//bomba cu sunete

c4timer.amxx			//timp bomba HUD

nobombkill.amxx			//bomba nu te omoara

simple_no_team_flash.amxx	//no flash coechipieri

multijump.amxx			//jump 2x

give_money.amxx			//poti transfera bani

furienfirstkill.amxx		//bonus bani primul kill

f_weapons.amxx			//meniu arme anti-furien

fmu_heartbeat.amxx		//batai de inima

switch.amxx			      //swap CT win & T win 5 rounds

fmu_aim_messages.amxx		//arata informatii team/enemy

team_join.amxx			//nu poti schimba echipa

precache.amxx			//download textura cer

no_kill_end.amxx		      //no kill la sfarsitul rundei

semiclip.amxx			//treci prin coechipieri	

roundsound.amxx			//win souds

shop.amxx

furien_shop.amxx

furien_defusekit.amxx

furien_health.amxx

furien_armor.amxx

furien_nightvision.amxx

furien_superknife.amxx
Last edited by Stex on 23 Jul 2014, 12:33, edited 1 time in total.
RoyalServer 2
User avatar
Gabriel eXtream
Membru, skill +2
Membru, skill +2
Posts: 953
Joined: 20 Aug 2012, 16:43
Detinator Steam: Da
CS Status: Can't be touched
Reputatie: Fost Moderator ajutator
Nume anterior: BlueSky#, EcHoO.
0.3 / 3
Utilizator neserios ( tepar )
Fond eXtream: 0
Location: Bucuresti
Has thanked: 67 times
Been thanked: 125 times

22 Jul 2014, 18:22

in amxx.cfg baga mp_playerid 2

Bafta
Stex
Membru, skill 0
Membru, skill 0
Posts: 6
Joined: 22 Jul 2014, 08:05
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com...!
Detinator server CS: Cs.aGamers.Ro
Fond eXtream: 0
Has thanked: 4 times
Contact:

23 Jul 2014, 08:44

EcHoO. wrote:in amxx.cfg baga mp_playerid 2

Bafta
Este pus, dar degeaba.

Edit: Mersi, am resozlvat. Desi era pus in amxx.cfg tot se vedea, dar cand l-am pus din consola a mers. Mersi ! :)
Post Reply

Return to “Probleme la servere dedicate de Counter-Strike”

  • Information
  • Who is online

    Users browsing this forum: Petal [Bot] and 148 guests