Raised This Month: $12 Target: $400
 3% 

[CSS] entWatch - Events for custom map weapons


Post New Thread Reply   
 
Thread Tools Display Modes
Author
zaCade
Junior Member
Join Date: Aug 2013
Plugin ID:
4147
Plugin Version:
3.0.3
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
    8 
    Plugin Description:
    A Sourcemod plugin designed for displaying a chat/hud message when special items are picked up, dropped and used.
    Old 03-31-2014 , 06:40   [CSS] entWatch - Events for custom map weapons
    Reply With Quote #1

    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

    Last edited by zaCade; 06-01-2016 at 03:24.
    zaCade is offline
    zaCade
    Junior Member
    Join Date: Aug 2013
    Old 03-31-2014 , 06:41   Re: [CSS] entWatch - Events for custom map weapons
    Reply With Quote #2

    Ill post a tutorial for map configs here later on
    zaCade is offline
    Nymphali
    Junior Member
    Join Date: Aug 2013
    Old 04-02-2014 , 16:57   Re: [CSS] entWatch - Events for custom map weapons
    Reply With Quote #3

    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é."
    	}
    }

    Last edited by Nymphali; 04-20-2014 at 16:01.
    Nymphali is offline
    melaf
    Senior Member
    Join Date: Aug 2011
    Old 05-01-2014 , 07:14   Re: [CSS] entWatch - Events for custom map weapons
    Reply With Quote #4

    Add new maps:
    • ze_pirates_port_royal_v3_5
    • ze_mountain_escape_v5_zf
    • ze_ffxii_paramina_rift_v1_2
    __________________
    melaf is offline
    melaf
    Senior Member
    Join Date: Aug 2011
    Old 05-06-2014 , 15:06   Re: [CSS] entWatch - Events for custom map weapons
    Reply With Quote #5

    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 теперь выключена."
    	}
    }
    __________________

    Last edited by melaf; 05-10-2014 at 23:07.
    melaf is offline
    Nymphali
    Junior Member
    Join Date: Aug 2013
    Old 05-09-2014 , 18:42   Re: [CSS] entWatch - Events for custom map weapons
    Reply With Quote #6

    Can you add the DJ in Lila Panic script ? I think it was in the original plugin (i made the script)

    Last edited by Nymphali; 05-09-2014 at 18:43.
    Nymphali is offline
    lingzhidiyu
    Senior Member
    Join Date: Mar 2014
    Old 05-19-2014 , 08:08   Re: [CSS] entWatch - Events for custom map weapons
    Reply With Quote #7

    csgo support?
    lingzhidiyu is offline
    melaf
    Senior Member
    Join Date: Aug 2011
    Old 07-07-2014 , 11:25   Re: [CSS] entWatch - Events for custom map weapons
    Reply With Quote #8

    a block on a special weapon at what time given?
    __________________
    melaf is offline
    drummer1249
    Junior Member
    Join Date: Apr 2014
    Old 07-24-2014 , 22:46   Re: [CSS] entWatch - Events for custom map weapons
    Reply With Quote #9

    Is there any chance of a temp ban being implemented as opposed to just the perma ban?
    drummer1249 is offline
    zaCade
    Junior Member
    Join Date: Aug 2013
    Old 07-31-2014 , 11:37   Re: [CSS] entWatch - Events for custom map weapons
    Reply With Quote #10

    @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.

    Last edited by zaCade; 07-31-2014 at 11:38.
    zaCade is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


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


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