←  Problemy z pluginami

AMXX.pl: Support AMX Mod X i SourceMod

»

System żyć do deathrun.

  • +
  • -
MKS^.-KS.eu - zdjęcie MKS^.-KS.eu 15.02.2014

Witam potrzebuję plugin który respi graczy jeśli zabiją terrorystę.

Jeżeli go mam to proszę powiedzcie który bo od niedawna bawię się z serwerami DR.

 

Pluginy na serwerze:

; -----------------------------------------
Amx Mod X 1.8.2 | HLDS 2013 | Pukawka.pl
; -----------------------------------------
AMX Mod X plugins
 
; Admin Base - Always one has to be activated
amxbans_core.amxx
amxbans_main.amxx
;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
 
ad_manager.amxx               ;reklama
hpk.amxx                      ;high ping kicker
alt_end_round_sounds.amxx     ;rsy
invisNew.amxx                 ;wywalanie wody i graczy
DeathrunManager.amxx          ;silnik
drfps.amxx                    ;ustawienia fps
bunnyhop_pl.amxx              ;auto BH
bestspeed.amxx                ;prędkość i najlepszy wynik
respawn.amxx                  ;Respawnienie
//deathrun_sklep.amxx         ;SKLEP
Deathrun_Shop.amxx            ;Nowy SKLEP
Deathrun_wyscig.amxx          ;wyscigi
 
 
deathrun_stats.amxx           ;timer/staty
freezetraps.amxx              ;granaty zamrazające
specinfo.amxx
Rangi_Deathrun.amxx
Muzyka_na_wbicie_nowej_rangi.amxx
 
public fwPlayerFinished(id) 
{
if(is_user_connected(id) && cs_get_user_team(id) == CS_TEAM_CT)
{
new iRet = iFind(id);
if(iRet == -1) ArrayPushCell(arKolejka,id);
 
if(is_user_alive(ArrayGetCell(arKolejka,0))) fm_set_user_rendering(ArrayGetCell(arKolejka,0), kRenderFxGlowShell, 0, 255, 0, kRenderNormal, 40);
}
}
kolejka_do_tt.amxx            ;kolejka
vip.amxx
 
autorespawn.amxx  
   ;on
cs_team_semiclip.amxx
Free_OnlyKnife.amxx
DeathrunMenager.amxx
ne_unlimitedammo.amxx
team_limiter.amxx
Deathrun_wyscig.amxx
roundsound.amxx
 
z góry dzięki za pomoc.
 
Odpowiedz

Daj buziaka - zdjęcie Daj buziaka 17.02.2014

respawn.amxx                  ;Respawnienie

 

ten plugin jest od respienia graczy.

o co dokładnie Ci chodzi ? bo nie za bardzo Cię rozumiałem.

opisz więcej swoją sytuacje.

Odpowiedz

  • +
  • -
MKS^.-KS.eu - zdjęcie MKS^.-KS.eu 18.02.2014

Już to naprawiłem. Miałem po prostu respawn.amxx i autorespawn.amxx, a przez to gracze odradzali się 2, a nawet czasami 3 razy. Do zamknięcia.

Odpowiedz