+ Reply to Thread
Results 1 to 3 of 3
  1. [Plugin] NIGHT TIME

    #1
    Banned Dracke ♪'s Avatar
    Member since
    Nov 2015
    Location
    Italia- Sicilia
    Posts
    619
    Last username
    Smok3.n *MaLBoro||Wargods*
    Mentioned
    0 Post(s)
    Achievements Total Posts 2 Total Posts 1 Days Since Last Visited 3 Days Since Last Visited 2 Days Since Last Visited 1 Days Registered 3 Days Registered 2 Days Registered 1

    [Plugin] NIGHT TIME

    Descriere: Cu ajutorul acestui plugin face ca serverul de cs sa aibe un program de noapte si unul de zi. În programul de noapte se joaca doar o singura harta . Când vine ziua, serverul va trece la setarile initiale, urmând sa se joace mai multe harti.Este un plugin foarte folositoar mai ales pentru modurile CS , DR.

    Plugin:Nigh Time
    Versiune: 1.0
    Autor: -
    Download link:
    SMA

    #include <amxmodx>

    new a[6]

    public plugin_init()
    {
    register_plugin("Map Scheduler", "1.0", "Author")

    set_task(60.0, "task_check_time", 38427236, _, _, "b")
    }

    public task_check_time()
    {
    get_time("%H:%M", a, 5)

    if (equal(a, "23:59"))
    {
    chat_color(0, "!g[AMXX] !nEste ora !g23:59 !nserverul trece pe setarile de noapte.")
    }

    if (equal(a, "00:00"))
    {
    server_cmd("amx_map de_dust2")
    server_cmd("amx_rcon mp_timelimit 0")
    server_cmd("amx_pausecfg stop adminvote")
    server_cmd("amx_pausecfg stop mapchooser")
    server_cmd("amx_pausecfg stop mapsmenu")
    }
    if (equal(a, "10:00"))
    {
    server_cmd("amx_map de_inferno")
    server_cmd("amx_rcon mp_timelimit 30")
    }

    }

    stock chat_color(const id, const input[], any:...)
    {
    new count = 1, players[32]

    static msg[191]

    vformat(msg, 190, input, 3)

    replace_all(msg, 190, "!g", "^4")
    replace_all(msg, 190, "!n", "^1")
    replace_all(msg, 190, "!t", "^3")
    replace_all(msg, 190, "!t2", "^0")

    if (id) players[0] = id; else get_players(players, count, "ch")
    {
    for (new i = 0; i < count; i++)
    {
    if (is_user_connected(players[i]))
    {
    message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
    write_byte(players[i])
    write_string(msg)
    message_end()
    }
    }
    }
    }


    Instalare:
    1.Adaugati NightTimeMap.amxx in addons/amxmodx/plugins .
    2.Adaugati NightTimeMap.sma in addons/amxmodx/scripting.
    3.Intrati in addons/amxmox/configs/plugins.inisi adaugati urmatoarea linie:
    Code:
    You have to register to be able to see this link. Register HERE! If you are already a member please log in! If you still you are not able to see the link you need to activate your account or an administrator need to activate your account!
    Cvar-uri:
    Night_start 22 <-- Ora la care începe programul de noapte
    Night_stop 8 <-- Ora la care se sfârseste programul de noapte
    Night_schimba 1 <-- Metoda prin care se schimba harta 1 = runda urmatoare / 0 = Dupa 5 secunde.
    Night_harta fy_snow <-- Harta ce se va juca noaptea
    Night_harta_2 de_dust2 <-- Harta ce va urma dupa; încheierea programului de noapte
    Night_prefix NightTimeMap <-- Prefixul mesajelor din chat

    Vor aparea in chat mesaje sub forma:

    [NightTimeMap] Programul de noapte a inceput! Runda viitoare se va schimba harta!
    [NightTimeMap] Noua hata va fi fy_snow !
    Last edited by ~TraNda~; 11-08-2017 at 05:23 AM.
    Like ~TraNda~ a dat Like acetui post

  2. [Plugin] NIGHT TIME

    #2
    VIP ~TraNda~'s Avatar
    Member since
    Feb 2014
    Location
    WarGods
    Posts
    12,099
    Last username
    LiOn. ~JoK3r ~
    Blog Entries
    4
    Mentioned
    95 Post(s)
    Achievements Days Registered 4 Mentions Received 2 Mentions Received 1 Mentions Given 4 Mentions Given 3 Mentions Given 2 Mentions Given 1 Threads Rating Received 1
    Doneaza
    Sustine Comunitatea WarGods!
    Fii unul de-al nostru! Doneaza
    Doneaza in Cont Bancar
    Click aici pentru a face o Donatie

    Am actualizat link-ul de download.
    -------------

    TraNda - WarGods | R.R.M - AngeL - LiOn. - pichacku - Jok3r - UnicA

    P A C E

    DISCORD: unknown.cfg


  3. [Plugin] NIGHT TIME

    #3
    VIP ~TraNda~'s Avatar
    Member since
    Feb 2014
    Location
    WarGods
    Posts
    12,099
    Last username
    LiOn. ~JoK3r ~
    Blog Entries
    4
    Mentioned
    95 Post(s)
    Achievements Days Registered 4 Mentions Received 2 Mentions Received 1 Mentions Given 4 Mentions Given 3 Mentions Given 2 Mentions Given 1 Threads Rating Received 1
    Doneaza
    Sustine Comunitatea WarGods!
    Fii unul de-al nostru! Doneaza
    Doneaza in Cont Bancar
    Click aici pentru a face o Donatie

    Update


    SMA

    #include <amxmodx>

    new a[6]

    public plugin_init()
    {
    register_plugin("Map Scheduler", "1.0", "Author")

    set_task(60.0, "task_check_time", 38427236, _, _, "b")
    }

    public task_check_time()
    {
    get_time("%H:%M", a, 5)

    if (equal(a, "23:59"))
    {
    chat_color(0, "!g[AMXX] !nEste ora !g23:59 !nserverul trece pe setarile de noapte.")
    }

    if (equal(a, "00:00"))
    {
    server_cmd("amx_map de_dust2")
    server_cmd("amx_rcon mp_timelimit 0")
    server_cmd("amx_pausecfg stop adminvote")
    server_cmd("amx_pausecfg stop mapchooser")
    server_cmd("amx_pausecfg stop mapsmenu")
    }
    if (equal(a, "10:00"))
    {
    server_cmd("amx_map de_inferno")
    server_cmd("amx_rcon mp_timelimit 30")
    }

    }

    stock chat_color(const id, const input[], any:...)
    {
    new count = 1, players[32]

    static msg[191]

    vformat(msg, 190, input, 3)

    replace_all(msg, 190, "!g", "^4")
    replace_all(msg, 190, "!n", "^1")
    replace_all(msg, 190, "!t", "^3")
    replace_all(msg, 190, "!t2", "^0")

    if (id) players[0] = id; else get_players(players, count, "ch")
    {
    for (new i = 0; i < count; i++)
    {
    if (is_user_connected(players[i]))
    {
    message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
    write_byte(players[i])
    write_string(msg)
    message_end()
    }
    }
    }
    }
    -------------

    TraNda - WarGods | R.R.M - AngeL - LiOn. - pichacku - Jok3r - UnicA

    P A C E

    DISCORD: unknown.cfg


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Partners
Humble Monthly Bundle
Voucher PC-Garage