Skocz do zawartości

Nowy szablon forum

mygo.pl

Stworzyliśmy dla Was nowy wygląd forum. Z pewnością znajdziesz rzeczy, które wg Ciebie mogą zostać zmienione - wspomnij o tym w specjalnym wątku.

Czytaj więcej

Jak założyć własną sieć

serwerów CS

Zastanawiasz się nad prowadzeniem własnej sieci serwerów? Przeczytaj podstawowe informacje, na które należy zwrócić uwagę, przy takim projekcie.

Czytaj więcej

Tworzymy spis sieci

dodaj swoją

Dodaj sieć do której należysz, pozwoli to na promocję i budowę ogólnopolskiej bazy sieci CS.

Czytaj więcej

Masterx

Użytkownik
  • Postów

    266
  • Dołączył

  • Ostatnia wizyta

  • Wygrane w rankingu

    10

Treść opublikowana przez Masterx

  1. // Custom Chat Colors is written by Dr. McKay (http://www.doctormckay.com) // Simple Chat Colors (Redux) is written by Antithasys // The configuration is very similar, so I've stolen Redux's documentation :P // // How to edit this file: // "admin_colors" <-- Leave this alone // { <-- Add all groups/steamids after first bracket (Leave this alone) // // "STEAM_0:1:1234567" <-- Here is a steamid example with a tag (don't duplicate steamids) // { // "namecolor" "#RRGGBB" <-- This is the color for the name (#RRGGBB in hex notation or #RRGGBBAA with alpha) // "textcolor" "#RRGGBBAA" <-- This is the color of the text // } // // "groupname" <-- This can either be a steamid for a specific player, or a group name // { <-- Open the group // "flag" "z" <-- This is the flag(s) assoicated with the group. This field doesn't matter if the group name is a steamid // "tag" "[admin]" <-- This is the text for the tag // "tagcolor" "O" <-- This is the color for the tag // "namecolor" "G" <-- This is the color for the name // "textcolor" "T" <-- This is the color of the text // } <-- Close the group // } <-- Add all groups/steamids before last bracket (Leave this alone) // // NOTE: // If you don't enter a steamid then the group name does not matter, it's just for your reference. // // For colors, either a hex notation of a color (#RRGGBB or #RRGGBBAA) or one of the supported shortcuts (O - Olive, G - Green, T - Team) is required // // --------ORDER OF OPERATIONS-------- // // The order in which you place items in the config file matters. Here is what determins what color they get: // 1. SteamID // If there is a steamid present, it will always override everything. If you put a steamid in twice // then the first entry (top to bottom) will be used. (I think, just don't do it!) // 2. Groups // The plugin will search (top to bottom) for a postitive match for the flag string. The player' flags // will be compared with the group flag character (NOTE: only one flag per group! "a" is okay, "ab" is NOT), // and if the player has the flag, it will stop there. // For example. Admins with the "ad" flags and donators with the "a" flag. If you place the "a" flag group // above the "d" group then the admin will get the "a" colors. Order matters. // // ---------DO NOT EDIT ABOVE THIS LINE--------- "admin_colors" { "Admins" { "flag" "z" "tag" "[Właściciel] " "tagcolor" "{0E}" "namecolor" "{02}" "textcolor" "{04}" } "Admin" { "flag" "q" "tag" "[Admin] " "tagcolor" "{10}" "namecolor" "{04}" "textcolor" "{0C}" } "Moderator" { "flag" "j" "tag" "[Moderator] " "tagcolor" "{10}" "namecolor" "{04}" "textcolor" "{0C}" } "Junior" { "flag" "s" "tag" "[Kid Moderator] " "tagcolor" "{10}" "namecolor" "{04}" "textcolor" "{0C}" } "Girl" { "flag" "r" "tag" "[♥Girl♥] " "tagcolor" "{03}" "namecolor" "{0E}" "textcolor" "{09}" } "Vip" { "flag" "o" "tag" "★Vip★ " "tagcolor" "{10}" "namecolor" "{04}" "textcolor" "{0C}" } } U mnie to tak wygląda. Wystarczy, że pozmieniasz sobie flagi i prefixy na dowolne. Ten plugin wymaga zainstalowanego https://forums.alliedmods.net/showthread.php?t=198501
  2. Ten plugin pozwala na dodanie prefixów: https://forums.alliedmods.net/showthread.php?p=1721580
  3. Prosze https://forums.alliedmods.net/showthread.php?t=264131 - z łatwością można dodać własną piosenkę
  4. @up Poradnik od pukawki: http://faq.pukawka.pl/csgo.html#smadmin
  5. Innego niż ten nie znajdziesz https://forums.alliedmods.net/showthread.php?t=247917 Chyba, że przerobisz sobie jakiś istniejący plugin np. sklep od zephyrusa
  6. https://wiki.alliedmods.net/Timers_(SourceMod_Scripting) Wszystko opisane wraz z automatycznym zamknięciem.
  7. Plugin zawiera zony. https://forums.alliedmods.net/showthread.php?t=265456
  8. Masterx

    Skinchooser

    //Configure your menu here "Arms" { "Modele HadAdmina" { "Admin" "z" "Team1" { "Rece Banana" { "arms" "models/player/custom_player/kuristaja/banana_joe/banana_joe_arms.mdl" } "Rece Crysis" { "arms" "models/player/custom_player/kuristaja/nanosuit/nanosuit_arms.mdl" } } "Team2" { "Rece Banana" { "arms" "models/player/custom_player/kuristaja/banana_joe/banana_joe_arms.mdl" } } } "Modele VIP" { "Admin" "o" "Team1" { "Rece Deadpool" { "arms" "models/player/custom_player/kuristaja/deadpool/deadpool_arms.mdl" } "Rece Batman" { "arms" "models/player/custom_player/kuristaja/ak/batman/batman_arms.mdl" } } "Team2" { "Rece Deadpool" { "arms" "models/player/custom_player/kuristaja/deadpool/deadpool_arms.mdl" } "Rece Batman" { "arms" "models/player/custom_player/kuristaja/ak/batman/batman_arms.mdl" } } } "Modele publiczne" { "Admin" "" "Team1" { "Rece Wieznia" { "arms" "models/player/custom_player/kuristaja/jailbreak/prisoner3/prisoner3_arms.mdl" } } "Team2" { "Rece Straznika" { "arms" "models/player/custom_player/kuristaja/jailbreak/guard5/guard5_arms.mdl" } } } } //If you use Fastdownload make sure all your path and material files are on your webserver!!! A teraz :D ?
  9. Masterx

    Skinchooser

    //Configure your menu here "Arms" { "Modele HadAdmina" { "Admin" "z" "Team1" { "Rece Banana" { "arms" "models/player/custom_player/kuristaja/banana_joe/banana_joe_arms.mdl" } "Rece Crysis" { "arms" "models/player/custom_player/kuristaja/nanosuit/nanosuit_arms.mdl" } } "Team2" { "Rece Banana" { "arms" "models/player/custom_player/kuristaja/banana_joe/banana_joe_arms.mdl" } } } "Modele VIP" { "Admin" "o" "Team1" { "Rece Deadpool" { "arms" "models/player/custom_player/kuristaja/deadpool/deadpool_arms.mdl" } "Rece Batman" { "arms" models/player/custom_player/kuristaja/ak/batman/batman_arms.mdl" } } "Team2" { "Rece Deadpool" { "arms" "models/player/custom_player/kuristaja/deadpool/deadpool_arms.mdl" } "Rece Batman" { "arms" "models/player/custom_player/kuristaja/ak/batman/batman_arms.mdl" } } } "Modele publiczne" { "Admin" "" "Team1" { "Rece Wieznia" { "arms" "models/player/custom_player/kuristaja/jailbreak/prisoner3/prisoner3_arms.mdl" } } "Team2" { "Rece Straznika" { "arms" "models/player/custom_player/kuristaja/jailbreak/guard5/guard5_arms.mdl" } } } } //If you use Fastdownload make sure all your path and material files are on your webserver!!! Spróbuj teraz zmienić powyższy kod na to co masz w default_arm.
  10. Masterx

    Skinchooser

    Podaj zawartość pliku default_skins i default_arms
  11. Masterx

    Skinchooser

    Można prosić link do pluginu, plik konfiguracyjny. Wróżbitą nie jestem.
  12. Spróbuj pluginu z tego tematu https://forums.alliedmods.net/showthread.php?t=170375
  13. Tagi są już domyślnie ustawione w pluginie. Co do zmiany mapy to polecam https://forums.alliedmods.net/showthread.php?t=156974?t=156974
  14. Masterx

    Modele

    Upewnij się, że dobrze masz skonfigurowany fd. Spróbuj usunąć wszystkie materialsy i models z plików gry i ściągnąć od nowa z twojego serwera. Jeśli problem występuje znaczy to, że masz źle skonfigurowany fd lub nie wszystkie pliki ci się pobierają, może czegoś nie wrzuciłeś.
  15. Sekunda szukania w google. Komendę wpisujesz do server.cfg mp_round_restart_delay 12.0 Maksymalna wartość 12s round_restart.smx
  16. Warto zawsze spojrzeć do pliku sp i tam masz wszystko wypisane np. Include colors i wtedy musisz zobaczyć czy posiadasz taką bibliotekę jak nie to wpisujesz w Google i powinno odrazu wyskoczyć. Ten link który podałeś jest pod amxx a ty szukasz pod sourcemoda.
  17. Podaj listę pluginow, jeśli masz zainstalowanego sourcemoda zobacz czy nie tworzą się jakieś error logi. Może nie zaktualizowałes serwra.
  18. Nie wygasł http://steamcommunity.com/sharedfiles/filedetails/?l=polish&id=249376192
  19. Brakowało ci biblioteki colors Vip_Hanys.smx
  20. Musiałbyś sam napisać taki plugin. Może podaj dokładnie co miałby robić, jakie funkcje pełnić to znajdę podobny.
×
×
  • Dodaj nową pozycję...