Jump to content

Search the Community

Showing results for tags 'arata'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Administration
    • Register
    • Docs
    • Announcements
    • Security
  • Community
    • Projects
    • Feedback
    • Servers management
  • Counter-Strike: 2
    • Discussions
  • Counter-Strike: 1.6
    • Servers
    • Discussions
    • Tutorials
    • AMX Mod X
    • Resources
  • Metin2
    • Metin2 Plague
  • PHOTOSHOP
    • Area for Photoshop
  • OLDS ⚬ IT
    • Resurse Jocuri
    • Resurse Webmasteri
    • Operating Systems
  • ZONA INTERZISA
    • Vechi

Categories

  • Counter-Strike: 1.6
    • Servers
    • Client

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Tara


Oras


Steam

Found 2 results

  1. Nume: simpleConsole Versiune: 1.2 (update+anti spam) Autor: @DemOnJR Descriere: Arata mesaj in consola printr-o comanda in chat! Poze: V1.1 - V1.2 (inca nu am poza) Download: nu necesita aveti mai jos cod v1.2 (arata consola automat, daca clientul nu are blocata comanda cmd prin protectia de cs + anti spam) #include <amxmodx> #include <cstrike> #define PLUGIN "simpleConsole" #define VERSION "1.0" #define AUTHOR "DemOnJR" new Float:spamTime[33]; new iMes = 0 public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("say /comanda", "consola") register_clcmd("say_team /comanda", "consola") // daca mai vreti sa adaugai o comanda utilizati modelul de mai sus } public consola(id) { new Float:ttime = get_gametime() if (spamTime[id] <= ttime) { spamTime[id] = ttime + 10 iMes = 0 console_print(id, "========================") console_print(id, "text") console_print(id, "text") console_print(id, "text") console_print(id, "========================") // daca mai vreti sa adaugati un mesaj utizilizati modelul de mai sus client_cmd(id, "toggleconsole") iMes++ } else if (iMes == 1) { client_print(id, print_chat, "[SPAM]Verifica consola, asteapta 10 secunde!") iMes++ } } v1.1 (arata consola automat, daca clientul nu are blocata comanda cmd prin protectia de cs) v1.0 (arata un mesaj simplu atunci cand folositi comanda in chat)
  2. The Panels page on the Preferences dialog allows you to configure display and behavioral options of file panels. The options specific to local or remote file panels can be set on dedicated subpages. Tutorial oferit de: https://winscp.net/eng/docs/ui_pref_panels

×
×
  • Create New...