UWAGA
W związku z upgrade'em Forum Wiaderko do vB 4.x ewentualne błędy i nieprawidłowości proszę zgłaszać w tym temacie
Serwery Counter Strike 1.6 wiaderko.com

HashJama [TP] 193.33.176.148:27015 status serwera HashJama [TP] połącz

HashJama [FFA] 193.33.176.188:27015status serwera HashJama [FFA] połącz

HashJama [DM] 193.33.176.53:27015status serwera HashJama [DM] połącz

HashJama [Aim Hs] 193.33.176.15:27015status serwera HashJama [Aim Hs] połącz

HashJama [Flags] 193.33.176.111:27015status serwera HashJama  [Flags] połącz

HashJama [AWP/HG DM] 193.33.176.50:27015status serwera HashJama [AWP/HG DM] 193.33.176.50:27015 połącz

HashJama [TP #2] 193.33.176.54:27015status serwera HashJama [TP #2] 193.33.176.54:27015 połącz

wiaderko.com [Ventrilo] v1.svoice.pl:6416status serwera wiaderko.com [Ventrilo]

SPONSOR:
pukawka.pl

Wątek: Kilka problemy, say_motd,Atac, minibans,rules

Pokaż wyniki od 1 do 18 z 18
  1. #1 Kilka problemy, say_motd,Atac, minibans,rules 
    Spamer z doświadczeniem Awatar cinek91
    Dołączył
    Feb 2009
    Posty
    428
    Witam
    Chciałem szukać rozwiązń recznie (bo wyszukiwarka na stronie cos nie dziala)w innych tematach nie znalzłem, albo nie bylo konkretnej odpowiedzi

    1. Problem

    Chcialem dodać opcje na serverze, gdy ktos wpisze /konkurs pojawi mu sie okienko z informacją o konkursie.

    plugin sciągnałem stad:
    say /motd - AlliedModders

    Tutaj wrzuciłem plik say_motd.sma, troche go przerobiłem bo myslałem ze gdy zamienie motd.txt na konkurs.txt to wszystkie bedzie ladnie a tu nie.
    /*Credit to Pa1n for Original Plugin
    & to SAMURAI for the force read part of his motd_rules plugins ! GJ*/

    #include <amxmodx>
    #include <amxmisc>

    #define PLUGIN "Say /konkurs"
    #define VERSION "1.2"
    #define AUTHOR "LINKosc"

    public plugin_init() {

    register_plugin(PLUGIN, VERSION, AUTHOR)
    register_clcmd("say /konkurs","client_motd",0,"<Shows the MOTD>");
    register_concmd("amx_forcemotd","admin_motd",ADMIN_ALL,"<username>,<@all>,<@T>,<@CT>") // i dont see why you are letting anyone use this command (ADMIN_ALL)
    }

    public client_motd(id)
    {
    show_motd(id, "konkurs.txt", "Wiadomosc dnia.")
    return PLUGIN_CONTINUE
    }

    public admin_motd(id,level,cid) {

    if (!cmd_access(id,level,cid,2))
    return PLUGIN_CONTINUE

    new arg[32],players[32],num
    read_argv(1,arg,31)
    if(equali(arg,"@T")) {
    get_players(players,num,"ace","TERRORIST")
    }
    else if(equali(arg,"@CT")) {
    get_players(players,num,"ace","CT")

    }
    else if(equali(arg,"@ALL")) {
    get_players(players,num,"ac")
    }
    else {
    //read_argv(1,arg,31) just read it once will full length
    new theone = cmd_target(id,arg,0)
    if(!theone)
    return PLUGIN_HANDLED
    /*new name[32]
    get_user_name(theone,name,31) You dont need the player's name */
    players[0] = theone
    num = 1
    }
    new player
    for(new i=0;i<num;i++) {
    player = players[i]
    client_cmd(player,"say /motd")
    }
    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 }
    */
    Napisałem plik konkurs.txt i wrzuciłem go do /cstrike i jeszcze do
    cstrike/addons/amxmodmenu/data/lang

    Pliki sma i amxx wrzucilem tam gdzie trzeba, no i w plugins.ini dodałem linijke say_motd.amxx

    No i nie działa;// nie weim moze trzeba cos dopisac w server.cfg

    2. Problem

    Wgrałem ATAC działa, ale nie zbyt "miło"wygląda, jezeli ktoś zabiłswwojego pojawia sie menu w jez ang. i pisze Ml_NOTFOUND ATAC_FORGAVE po wciśnieciu jakiegoś numerka oczywiscia kara jest, ale wole tego aTAC zastapic innym bardzije przejrzystym i polskim.itp.
    Wolałbym wersje anty TK z taką opcją ze gdy przy strzale 5 razy w swojego wywala gracza,albo jezel zabije 3 razy swojego to gracz wymierza mu bana na okreslony czas np. 120 min.

    3. Problem
    minibans, mam problem z menu minibans ;/ jaka jest komenda zeby pojawiło sie menu z wyborem bana i dla kogo.probwaem juy wsyzstkich nazw
    minibans.amx sciągłem z tej stronki

    http://cs-puchatek.pl/topics72/mini-...4043.htm#27242
    wersja 0.5b

    jedynie czego nie widze to pliku sma i moze tu jest tne problem, jak ktos go ma to niech go tutaj upload ;0
    W plugins.ini jest dopisane mini_bans.amxx a plugin wrzucony w plugins

    4. Problem
    Public rules po wpisaniu /rules nie pojawia sie rowniez nic tak jak przy /konkurs.
    Tutaj tak samo wrzucilem pliki rules.txt do katalogów jak w przypadku.[b]konkurs.txt] z zasadami


    plugins.ini:
    ; AMX Mod X plugins

    ; 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

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


    ; Custom - Add 3rd party plugins here
    ; 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!)


    c4timer.amxx
    auto_restart_knives.amxx
    admin_chat_colors ; admin pisze na bialo
    admin_check.amxx
    mini_bans.amxx ; skrocone banowanie
    say_motd.amxx ; /konkurs info o konkurasach na forum
    ptb.amxx ;wyrowwanie druzyn
    ;adminlisten.amxx ;admin widzi czat
    admin_gag.amxx ;uciszanie graczy
    interp.amxx ;wymuszanie interpa
    public_rules.amxx ;zasady servera
    ad_manager.amxx ;Reklama servera
    polski_cs_amxx ; wsyzstkie teskty po polsku
    swear_replacement ;filr słow
    atac.amxx
    hpk.amxx :wywalianie za ping
    full_server_idler_kicker.amxx ;wywalnie jak brak miejsca
    Prosze o pomoc :)
    Ostatnio edytowane przez cinek91 ; 18-03-2009 o 12:48
     

  2. #2 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Adminus pospolitus
    Dołączył
    Jan 2008
    Wiek
    20
    Posty
    9,225
    1.
    Kod:
    #include <amxmodx>
    #include <amxmisc>
    
    public admin_motd(id,level,cid) {
    
    	if (!cmd_access(id,level,cid,1))
    	return PLUGIN_CONTINUE
    	
    	show_motd(id,"konkurs.txt","Konkurs")
    	return PLUGIN_CONTINUE   
    }
    
    public plugin_init() {
    
        register_plugin("say /konkurs","1.1","naven")
        register_clcmd("say /konkurs","admin_pomoc",0,"- Konkurs.")
    }
    Nie testowałem, ale powinno działać
    2.wgraj pliki językowe do data/lang
    3.amx_banmenu.... normalnie przez amxmodmenu banujesz
    4.pokaż kod
    Najlepszy hosting www tutaj
    Konfiguracja amxx, instalacja pluginów, pisanie pluginów AMXX. Więcej info na www.naven.com.pl
    Jebać steama.
     

  3. #3 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Spamer z doświadczeniem Awatar cinek91
    Dołączył
    Feb 2009
    Posty
    428
    /*
    PUBLIC SERVER RULES 1.20 ( 2005-08-18 )

    Plugin by Priski

    Usage :
    Put rules in rules.txt file in cstrike folder
    and set rules_speed and rules_interval whatever you like

    Commands :
    rules_show - shows rules listed in rules.txt
    rules_enable - set this to 0 to disable automatic rules display
    say /rules - displays rules to normal user

    CVARS :
    rules_interval - interval between automatic rules display
    rules_admin_only - disables say /rules command from regular users
    rules_join - if set 1 displays rules after player have joined server
    rules_hudmessage_time - time how long hudmessage is displayed
    rules_join_timeout - delay to show rules when joining to the server

    Changelog :

    1.20 / 2005-08-18
    - removed client chat rules
    - fixed major bugs

    1.11 / 2005-08-15
    - fixed some bugs

    1.10 / 2005-08-14
    - new CVARs : rules_hudmessage, rules_hudmessage_time
    rules_join_timeout
    - Rules in hudmessage mode also

    1.03 / 2005-08-12
    - rules_enable command fix.
    - new CVAR "rules_join" set 1 to show rules
    to players when they join server

    1.02 / 2005-08-11
    - optimized code
    - rules_enable is now a command
    - default interval is now 10 minutes

    1.01 / 2005-08-11
    - added rules_admin_only & say /rules command
    - variables are global now

    1.0 / 2005-08-11
    - first release

    */

    #include <amxmodx>
    #include <amxmisc>

    new base[] = "rules.txt"

    new i, num, text[127], hudmsg[440] //max hudmessage length was 439 chars (?)

    public plugin_init()
    {

    register_plugin("AMXX Public server rules", "1.20", "Priski")

    // register command

    register_concmd("rules_show", "rules", ADMIN_KICK, "- show rules to everybody")
    register_concmd("rules_enable", "r_enable", ADMIN_KICK, "- <1|0> set automessagin on/off")
    register_cvar("rules_admin_only", "0")
    register_cvar("rules_join", "1")
    register_cvar("rules_join_timeout", "5")
    register_cvar("rules_hudmessage_time", "10")
    register_cvar("rules_interval", "600")
    register_clcmd("say /rules", "clientrules", ADMIN_ALL, "- show rules")
    }

    public plugin_cfg() {

    if (!file_exists(base)) {
    write_file(base, "; This is the public rules file, put your rules below")
    write_file(base, "; Remember, max amount of characters is 439")
    console_print(0, "%s file not found. creating new ...", base)
    }

    }

    public client_authorized ( id ) {
    // on join display rules

    if (get_cvar_num("rules_join")) {
    new tmp[1]
    tmp[0] = id
    set_task(1.0, "showrules",id,tmp,1)
    console_print(0, "[user %d] client auth!", tmp[0])
    }

    return PLUGIN_HANDLED
    }


    public showrules (pid[]) {
    new id = pid[0]

    if ( get_user_team(id) != 1 && get_user_team(id) != 2 ) {
    if (id) {
    new tmp[1]
    tmp[0] = id
    set_task(2.0, "showrules",id,tmp,1) // not yet in server
    console_print(0, "[user %d] wait for joining team ...", id)
    }
    return PLUGIN_HANDLED
    }

    new tmp[1]
    tmp[0] = id

    console_print(0, "[user %d] joined team : %d", id, get_user_team(id))
    console_print(0, "[user %d] printing rules after %d seconds", id, get_cvar_num("rules_join_timeout"))

    set_task(get_cvar_float("rules_join_timeout"), "printrules", id, tmp, 1) // not yet in server

    return PLUGIN_HANDLED
    }

    public printrules(pid[])
    {
    new id = pid[0]
    if (file_exists(base))
    {

    console_print(0, "[user] printing rules for user %d", id)

    set_hudmessage ( 200, 150, 0, 0.02, 0.25, 2, 0.1, get_cvar_float("rules_hudmessage_time"), 0.05, 1.0, 1)
    format(hudmsg, 439, "")

    // read all the rules
    for(i=0; read_file(base, i, text, 127, num); i++) {
    if (num > 0 && text[0] != ';') {
    // display with predefined delay
    add(hudmsg,439,text)
    add(hudmsg,439,"^n")
    }
    }

    // show hudmessages
    show_hudmessage(id, hudmsg)

    }

    return PLUGIN_HANDLED
    }


    public r_enable(id, level, cid)
    {
    if (!cmd_access(id, level, cid, 0)) { // NOT ADMIN
    return PLUGIN_HANDLED
    }

    new arg[3]

    read_argv(1, arg, 2)
    new value = str_to_num(arg)

    if (!isalnum(arg[0]))
    value = -1

    if (value == 0) {

    if (task_exists(2)) // close task
    remove_task(2)

    console_print(id, "You have disabled automatic messages")
    return PLUGIN_HANDLED

    }
    if (value == 1) {
    // activate task, reload if already exist
    if (task_exists(2)) {
    change_task(2, get_cvar_float("rules_interval"))
    } else {
    set_task(get_cvar_float("rules_interval"), "rules", 2, "", 0, "b")
    }
    console_print(id, "You have enabled automatic messages")
    return PLUGIN_HANDLED
    }
    if (task_exists(2)) {
    console_print(id, "automessages is ON.")
    } else {
    console_print(id, "automessages is OFF.")
    }
    console_print(id, "rules_enable <1|0> (1 = ON, 0 = OFF)")
    return PLUGIN_HANDLED

    }

    public clientrules(id, level, cid) {
    new pID[1]
    pID[0] = id

    console_print(0,"[user %d]Print rules for me only",pID[0])
    printrules(pID[0])
    }

    public rules(id, level, cid)
    {
    new pID[1]
    pID[0] = id

    if (!cmd_access(id, level, cid, 0)) { // NOT ADMIN
    return PLUGIN_HANDLED
    }

    // read file to all users
    pID[0] = 0
    console_print(0,"[user %d]Print rules for all",id)
    printrules(pID[0])

    // Reset scheduled task after display
    if (get_cvar_float("rules_interval") > 0) {
    if (task_exists(2)) {
    change_task(2, get_cvar_float("rules_interval"))
    } else {
    set_task(get_cvar_float("rules_interval"), "rules", 200, "", 0, "b")
    }
    }

    return PLUGIN_HANDLED
    }
    w tym nic nie zminieniałem
     

  4. #4 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Spamer z doświadczeniem Awatar cinek91
    Dołączył
    Feb 2009
    Posty
    428
    ani rules nie działa, ani /konkurs. Resa serva dałem ;]
     

  5. #5 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Moderator Awatar FrEaK
    Dołączył
    Dec 2008
    Posty
    1,748
    1 problem

    register_plugin(PLUGIN, VERSION, AUTHOR)
    register_clcmd("say /konkurs","client_motd",0,"<Shows the MOTD>");
    register_concmd("amx_forcemotd","admin_motd",ADMIN _ALL,"<username>,<@all>,<@T>,<@CT>") // i dont see why you are letting anyone use this command (ADMIN_ALL)
    }
    maszs złe client_modt... nie powinno być 1?
     

  6. #6 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Spamer z doświadczeniem Awatar cinek91
    Dołączył
    Feb 2009
    Posty
    428
    też nic ;] może źle wkleiłem?
    /*Credit to Pa1n for Original Plugin
    & to SAMURAI for the force read part of his motd_rules plugins ! GJ*/

    #include <amxmodx>
    #include <amxmisc>

    #define PLUGIN "Say /konkurs"
    #define VERSION "1.2"
    #define AUTHOR "LINKosc"

    public plugin_init() {
    #include <amxmodx>
    #include <amxmisc>

    public admin_motd(id,level,cid) {

    if (!cmd_access(id,level,cid,1))
    return PLUGIN_CONTINUE

    show_motd(id,"konkurs.txt","Konkurs")
    return PLUGIN_CONTINUE
    }

    public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    register_clcmd("say /konkurs","client_motd",0,"<Shows the MOTD>");
    register_concmd("amx_forcemotd","admin_motd",ADMIN _ALL,"<username>,<@all>,<@T>,<@CT>") // i dont see why you are letting anyone use this command (ADMIN_ALL)
    }

    public client_motd(id)
    {
    show_motd(id, "konkurs.txt", "Wiadomosc dnia.")
    return PLUGIN_CONTINUE
    }

    public admin_motd(id,level,cid) {

    if (!cmd_access(id,level,cid,2))
    return PLUGIN_CONTINUE

    new arg[32],players[32],num
    read_argv(1,arg,31)
    if(equali(arg,"@T")) {
    get_players(players,num,"ace","TERRORIST")
    }
    else if(equali(arg,"@CT")) {
    get_players(players,num,"ace","CT")

    }
    else if(equali(arg,"@ALL")) {
    get_players(players,num,"ac")
    }
    else {
    //read_argv(1,arg,31) just read it once will full length
    new theone = cmd_target(id,arg,0)
    if(!theone)
    return PLUGIN_HANDLED
    /*new name[32]
    get_user_name(theone,name,31) You dont need the player's name */
    players[0] = theone
    num = 1
    }
    new player
    for(new i=0;i<num;i++) {
    player = players[i]
    client_cmd(player,"say /motd")
    }
    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 }
    */
     

  7. #7 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Adminus pospolitus
    Dołączył
    Jan 2008
    Wiek
    20
    Posty
    9,225
    sprawdzałem działa cstrike/konkurs.txt
    Kod:
    /*Credit to Pa1n for Original Plugin
    & to SAMURAI for the force read part of his motd_rules plugins ! GJ*/
    
    #include <amxmodx>
    #include <amxmisc>
    
    #define PLUGIN "Say /motd"
    #define VERSION "1.2"
    #define AUTHOR "naven"
    
    public plugin_init() {
    
    	register_plugin(PLUGIN, VERSION, AUTHOR)
    	register_clcmd("say /konkurs","client_motd",0,"<Shows the MOTD>");
    	register_concmd("amx_forcemotd","admin_motd",ADMIN_ALL,"<username>,<@all>,<@T>,<@CT>") // i dont see why you are letting anyone use this command (ADMIN_ALL)
    }
    
    public client_motd(id)
    {
    	show_motd(id, "konkurs.txt", "twoj tekst.")
    	return PLUGIN_CONTINUE
    }
    
    public admin_motd(id,level,cid) {
    
    	if (!cmd_access(id,level,cid,2))
    		return PLUGIN_CONTINUE
    	
    	new arg[32],players[32],num
    	read_argv(1,arg,31)
    	if(equali(arg,"@T")) {
    		get_players(players,num,"ace","TERRORIST")
    	}
    	else if(equali(arg,"@CT")) {
    		get_players(players,num,"ace","CT")
    	
    	}
    	else if(equali(arg,"@ALL")) {
    		get_players(players,num,"ac")
    	}
    	else {
    		//read_argv(1,arg,31)  just read it once will full length
    		new theone = cmd_target(id,arg,0)
    		if(!theone)
    			return PLUGIN_HANDLED
    		/*new name[32]
    		get_user_name(theone,name,31)   You dont need the player's name */
    		players[0] = theone
    		num = 1
    	}
    	new player
    	for(new i=0;i<num;i++) {
    		player = players[i]
    		client_cmd(player,"say /konkurs")
    	}
    	return PLUGIN_HANDLED
    }
    Najlepszy hosting www tutaj
    Konfiguracja amxx, instalacja pluginów, pisanie pluginów AMXX. Więcej info na www.naven.com.pl
    Jebać steama.
     

  8. #8 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Spamer z doświadczeniem Awatar cinek91
    Dołączył
    Feb 2009
    Posty
    428
    nic... nie reaguje na /konkurs ;/// plik konkurs.txt wgrałem do cstrike/data/lang
    say_motd.sma do scrtipting i plugin do plugins amxx ;/
    w plugins dodałem go say_motd.amxx i nie działa, co jezcze mogelm miec zle zrobione ;/
    Czekam na pomoc do pozostalych pytań

    może w txt trzeba coś dopisać?
    <center>Servis ProMania ogłasza kolejny konkurs pt.</center>

    <center><color=white><size=18>"Polecony"</size></color></center>

    Co musisz zrobić?

    Twoim zadaniem jest jedynie namawianie znajomych do rejestrowania sie na forum.
    Podaczas rejestracji w polu <b><color=red>Polecony(Referal)</color></b> muszą wpisać Twój nick z forum.


    Jeśli jako pierwszy zdobędziesz liczbę 50 poleconych otrzymasz główną nagrodę jaką jest otrzymanie

    <color=yellow><size=18><b>praw Administratora na serverze ProMania!*</b></size></color>




    <color=orange>Nie czekaj! Zapraszaj znajomych na forum, a Ty zgarnij nagrode!</color>


    <b>Regulamin konkursu:</b>

    1. Wszelkie konta robione z jednego komputera/IP, by zdobyć najwiekszą ilość poleconych,
    będą usuwane.
    2. Konta użytkowników które powstały w krótkim czasie miedzy sobą, również bedą usuwane.
    3. Jeśli Twój polecony nie zjawi się na forum w ciągu 7 dni, konto również bedzie usuwane.

    <size=9>
    * - jeżeli gracz nie dostosuje sie do zasad bedących wymaganiami aby zostać adminem, HeadAdmin może ostrzec użytkownika a następnie usunąć jego prawa administratora</size>
    sory ze tak dużo tych cytowanek ^^
    Ostatnio edytowane przez cinek91 ; 18-03-2009 o 18:00
     

  9. #9 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Adminus pospolitus
    Dołączył
    Jan 2008
    Wiek
    20
    Posty
    9,225
    Cytat Zamieszczone przez naven~ Zobacz posta
    cstrike/konkurs.txt

    erm, ja sprawdzałem i działa poprawnie
    Najlepszy hosting www tutaj
    Konfiguracja amxx, instalacja pluginów, pisanie pluginów AMXX. Więcej info na www.naven.com.pl
    Jebać steama.
     

  10. #10 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    V.I.P.
    Dołączył
    May 2008
    Wiek
    18
    Posty
    1,891
    Cytat Zamieszczone przez cinek91
    nic... nie reaguje na /konkurs ;/// plik konkurs.txt wgrałem do cstrike/data/lang
    Ja ma niby działać skoro żle wgrałes.... do cstrike wgraj ..[?]

    Co do zasad to samo do csstrike, a gdyby nie dizałało to usuń z serwera wszytskie pluginy dotyczące sprawdzania godziny, i podobnych.
    Bać się śmierci jest tym samym, co mieć się za mądrego, nim nie będąc. - Sokrates
     

  11. #11 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Spamer z doświadczeniem Awatar cinek91
    Dołączył
    Feb 2009
    Posty
    428
    wkurzylme sie i wszedzie wgrałem no i tez nic do cstrike tez jest wgrane, do confings tez no wszedzie gdzie mogłe, co jeszcze moze byc nie tak?
     

  12. #12 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Adminus pospolitus
    Dołączył
    Jan 2008
    Wiek
    20
    Posty
    9,225
    hmm, wejdź na serwa i daj wpis z amx_plugins
    Najlepszy hosting www tutaj
    Konfiguracja amxx, instalacja pluginów, pisanie pluginów AMXX. Więcej info na www.naven.com.pl
    Jebać steama.
     

  13. #13 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Spamer z doświadczeniem Awatar cinek91
    Dołączył
    Feb 2009
    Posty
    428
    no wpiaslme amx_plugins i pisze ze chodzi ;///


    Say /motd 1.2 LINKosc say_motd.amxx running
    w do public_rules też niby chodzi, a nie działa ;///


    AMXX Public serve 1.20 Priski public_rules.am running
    no i co tu teraz zrobic ?;|

    jest jakiś inny plugin, żeby pojawiło sie informacje np o konkursie? na tej samej zasadzie chyab jest plugin z przekierowaniem an inny server /serwery
    Ostatnio edytowane przez cinek91 ; 18-03-2009 o 21:05
     

  14. #14 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    V.I.P.
    Dołączył
    May 2008
    Wiek
    18
    Posty
    1,891
    wyłącz pluginy typu timeprojector jeśli takie masz...
    jak nie to wychodzi ze żle wgrałeś txt ..
    Bać się śmierci jest tym samym, co mieć się za mądrego, nim nie będąc. - Sokrates
     

  15. #15 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Spamer z doświadczeniem Awatar cinek91
    Dołączył
    Feb 2009
    Posty
    428
    do gory masz moj cytat z plugnami na serverzeplugins.ini
    tam popatrz, ale takiego pluginu chyba nie mam ;]
     

  16. #16 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    V.I.P.
    Dołączył
    May 2008
    Wiek
    18
    Posty
    1,891
    btw. mini bans masz żle ...
    spróbuj wyłączyć polski cs, i teraz pytanie.
    Jak wchodzisz na serwer to zasady wogóle sie nie wyświetlają, czy kawałek jest ale szyko znika?
    Moze zbyt duzo znaków dałes i jakaś ścinka jest.
    Bać się śmierci jest tym samym, co mieć się za mądrego, nim nie będąc. - Sokrates
     

  17. #17  
    Spamer z doświadczeniem Awatar cinek91
    Dołączył
    Feb 2009
    Posty
    428
    nic wogóle zadnej reakcji,nic sie nie dzieje ;]
    usune te mini_bans i zoabcze moze to blokuje ;/

    Teraz zmienałem kolejność w plugins.ini
    ; AMX Mod X plugins

    ; 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

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


    ; Custom - Add 3rd party plugins here
    ; 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!)


    c4timer.amxx
    auto_restart_knives.amxx
    say_motd.amxx ; /konkurs info o konkurasach na forum
    admin_check.amxx
    admin_chat_colors.amxx ; kolor admina
    ptb.amxx ;wyrowwanie druzyn
    ;adminlisten.amxx ;admin widzi czat
    admin_gag.amxx ;uciszanie graczy
    interp.amxx ;wymuszanie interpa
    public_rules.amxx ;zasady servera
    ad_manager.amxx ;Reklama servera
    atac.amxx
    hpk.amxx :wywalianie za ping
    full_server_idler_kicker.amxx ;wywalnie jak brak miejsca
    i po wpisaniu /konkurs albo /rules nic sie nie pojawia nawet napis /konkurs w czacie, zupełnie nic tak jak bym wogole nie wpisywał.Chyba msuze jakoś zmienić kolejność w pluigns?ale na jaką?:)
    Ostatnio edytowane przez naven ; 19-03-2009 o 13:56
     

  18. #18 Odp: Kilka problemy, say_motd,Atac, minibans,rules 
    Adminus pospolitus
    Dołączył
    Jan 2008
    Wiek
    20
    Posty
    9,225
    poślij mi dane na pw, zobaczę co z tym nie tak ;]
    Najlepszy hosting www tutaj
    Konfiguracja amxx, instalacja pluginów, pisanie pluginów AMXX. Więcej info na www.naven.com.pl
    Jebać steama.
     

Podobne wątki

  1. Minibans nei banuje? :O
    By GoldeNx3 in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 4
    Ostatni post / autor: 30-12-2010, 12:19
  2. minibans v 6.0 problem
    By jertih in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 2
    Ostatni post / autor: 29-08-2010, 15:52
  3. MiniBANS nie działa.
    By sebox27spoko in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 1
    Ostatni post / autor: 31-05-2010, 14:19
  4. [uWC3] Kilka pytań oraz problemy dot. konfiguracji serwera.
    By 4goot in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 0
    Ostatni post / autor: 01-04-2010, 13:14
  5. Problem z minibans
    By seti_tech in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 3
    Ostatni post / autor: 09-12-2009, 17:04
  6. Problem z minibans
    By Executor in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 8
    Ostatni post / autor: 09-10-2009, 19:50
  7. MiniBans
    By pablosterq in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 20
    Ostatni post / autor: 04-09-2009, 16:18
  8. przeróbka say_motd na admingg
    By cinek91 in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 2
    Ostatni post / autor: 01-07-2009, 11:41
  9. say_motd przeróbka say /tp
    By cinek91 in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 2
    Ostatni post / autor: 12-06-2009, 15:34
  10. minibans banowanie na steram ID i IP
    By dragon1626 in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 2
    Ostatni post / autor: 07-06-2009, 00:04

Odwiedzający znaleźli tę stronę szukając:

Nikt jeszcze nie odwiedził tej strony poprzez wyszukiwarki
Uprawnienia umieszczania postów
  • Nie możesz zakładać nowych tematów
  • Nie możesz pisać wiadomości
  • Nie możesz dodawać załączników
  • Nie możesz edytować swoich postów
  •