AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CSS] entWatch - Events for custom map weapons (https://forums.alliedmods.net/showthread.php?t=237880)

zaCade 03-31-2014 06:40

[CSS] entWatch - Events for custom map weapons
 
DOWNLOAD IS ON GITHUB

Title:

entWatch

Current Build:
3.0.3

Video:

http://youtu.be/3gAZfPmj0K0

Github:
https://github.com/zaCade/entWatch

Supported Games:
- Counter Strike Source

Commands:
- sm_hud > Used to toggle the side display.
- sm_status > Used to see your restriction status.

Admin Commands:
- sm_eban > Used to restrict people from picking up special items.
- sm_eunban > Used to unrestrict people from picking up special items.
- sm_etransfer > Used to transfer special items from one to anothers

Known Bugs:
none.

Current Supported Languages:
- English
- French
- Russian

Current Supported Maps:
- ze_biohazard_manor_v4a_004
- ze_christmas_infection_v2_3
- ze_crashbandicoot_v1fix
- ze_cyberderp_v1_4
- ze_ffvii_mako_reactor_v5_3
- ze_ffxii_paramina_rift_v1_1
- ze_ffxii_westersand_v7_2
- ze_lila_panic_escape_v3_1
- ze_lotr_minas_tirith_v3_3
- ze_lotr_minas_tirith_v3_5
- ze_mountain_escape_v5_12a
- ze_paranoid_rezurrection_v11_9
- ze_pirates_port_royal_v3_3
- ze_predator_ultimate_v3
- ze_tesv_skyrim_v4fix
- ze_ut2004_convoy_v2_1

zaCade 03-31-2014 06:41

Re: [CSS] entWatch - Events for custom map weapons
 
Ill post a tutorial for map configs here later on

Nymphali 04-02-2014 16:57

Re: [CSS] entWatch - Events for custom map weapons
 
Very nice zuff. I translated in french the "Phrases.txt". But you may need to replace each "en" by "fr" (i don't know how it work).

Code:

"Phrases"
{
        "welcome"
        {
                "fr"        "La map actuelle fonctionne avec ce plugin."
        }
        "use"
        {
                "fr"        "a utilisé"
        }
        "pickup"
        {
                "fr"        "a pris"
        }
        "drop"
        {
                "fr"        "a jeté"
        }
        "death"
        {
                "fr"        "est mort avec"
        }
        "disconnect"
        {
                "fr"        "s'est deconnecté avec"
        }
        "cookies loading"
        {
                "fr"        "Merci d'attendre. Vos réglages sont en cours de chargement."
        }
        "status restricted"
        {
                "fr"        "Vous êtes actuellement restreint."
        }
        "status unrestricted"
        {
                "fr"        "Vous n'êtes pas restreint."
        }
        "display enabled"
        {
                "fr"        "Le hud est maintenant activé."
        }
        "display disabled"
        {
                "fr"        "Le hud est maintenant désactivé."
        }
}


melaf 05-01-2014 07:14

Re: [CSS] entWatch - Events for custom map weapons
 
Add new maps:
  • ze_pirates_port_royal_v3_5
  • ze_mountain_escape_v5_zf
  • ze_ffxii_paramina_rift_v1_2

melaf 05-06-2014 15:06

Re: [CSS] entWatch - Events for custom map weapons
 
Russian translation

Code:

"Phrases"
{
        "welcome"
        {
                "ru"        "Текущая карта работает с этим плагином."
        }
        "use"
        {
                "ru"        "использовал"
        }
        "pickup"
        {
                "ru"        "подобрал"
        }
        "drop"
        {
                "ru"        "выбросил"
        }
        "death"
        {
                "ru"        "умер и сбросил"
        }
        "disconnect"
        {
                "ru"        "отключился из игры с"
        }
        "cookies loading"
        {
                "ru"        "Пожалуйста ждите. Ваши параметры настройки все еще загружаются."
        }
        "status restricted"
        {
                "ru"        "Вам запрещено юзать спец. оружие."
        }
        "status unrestricted"
        {
                "ru"        "Вам разрешено юзать спец. оружие."
        }
        "display enabled"
        {
                "ru"        "Информация Hud теперь включена."
        }
        "display disabled"
        {
                "ru"        "Информация Hud теперь выключена."
        }
}


Nymphali 05-09-2014 18:42

Re: [CSS] entWatch - Events for custom map weapons
 
Can you add the DJ in Lila Panic script ? I think it was in the original plugin (i made the script)

lingzhidiyu 05-19-2014 08:08

Re: [CSS] entWatch - Events for custom map weapons
 
csgo support?

melaf 07-07-2014 11:25

Re: [CSS] entWatch - Events for custom map weapons
 
a block on a special weapon at what time given?

drummer1249 07-24-2014 22:46

Re: [CSS] entWatch - Events for custom map weapons
 
Is there any chance of a temp ban being implemented as opposed to just the perma ban?

zaCade 07-31-2014 11:37

Re: [CSS] entWatch - Events for custom map weapons
 
@lingzhidiyu
I currently have no idea if this works on a CSGO server since i dont have one to test it on. I dont see why it wouldnt work. U could try running it and report any errors you might find here so i can take a look at it.

@melaf
Honestly i have no clue what exactly u mean. Please try explaining abit more in detail.

@drummer1249
This idea has been considered before already. And honestly i never got around to adding it. Ill try adding it in the next update im planning on making. :)


All times are GMT -4. The time now is 15:15.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.