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

[CS:Go] LastCt for JailBreak Server


Post New Thread Reply   
 
Thread Tools Display Modes
Author
iTaGhost
New Member
Join Date: Oct 2015
Plugin ID:
5031
Plugin Version:
1.0.0
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Script to CsGo server for JailBreak Mod which notify all player when there is only one CT
    Old 02-04-2016 , 16:36   [CS:Go] LastCt for JailBreak Server
    Reply With Quote #1

    Description :
    This script notify all player (with 3 method: ChattMessage, MenuMessagge, CenterMessagge) into the server when are alive last Ct, this plugin is more used in JailBreak server.

    Config :
    Code:
    // Enable or disable notify via Admin message
    // -
    // Default: "1"
    sm_LastCt_CenterMessage "1"
    
    // Enable or disable notify via chat message
    // -
    // Default: "1"
    sm_LastCt_ChatMessage "1"
    
    // Enable or disable notify via Menu message
    // -
    // Default: "1"
    sm_LastCt_MenuMessage "1"
    
    // Enable or disable notify via Menu message
    // -
    // Default: "1"
    sm_LastCt_Sound "1"
    
    // Enable or disable if are alive 1 CT
    // -
    // Default: "1"
    sm_lastct "1"
    If you want change the music, add you file mp3 into the sound/mis/ folder and rename "lastct.mp3"

    How Install :
    Dowload the file on : GitHub
    Replace the folders into the csgo folder of your server :
    * Place the lastct.smx in your sourcemod/plugins/ folder.
    * Place the lastct.phrase.txt in your sourcemod/translation/ folder.
    * Place the lastct.mp3 in your sound/mis/ folder.

    if you like and would donate
    Attached Files
    File Type: zip [CSGO-JB] LastCt.zip (74.5 KB, 332 views)

    Last edited by iTaGhost; 02-04-2016 at 16:58. Reason: Add link to GitHub
    iTaGhost is offline
    Unbelievable
    Senior Member
    Join Date: Jan 2016
    Old 02-05-2016 , 02:24   Re: [CS:Go] LastCt for JailBreak Server
    Reply With Quote #2

    Seems like something good to have on jb.

    Last edited by Unbelievable; 02-05-2016 at 02:25.
    Unbelievable is offline
    mazdarx8
    Veteran Member
    Join Date: Aug 2014
    Old 02-05-2016 , 04:33   Re: [CS:Go] LastCt for JailBreak Server
    Reply With Quote #3

    Possible to add this to a deathrun server too ?
    mazdarx8 is offline
    Ownkruid
    Senior Member
    Join Date: Nov 2013
    Old 02-05-2016 , 07:00   Re: [CS:Go] LastCt for JailBreak Server
    Reply With Quote #4

    Code:
    public OnMapStart() 
    { 
        AddFileToDownloadsTable("misc/lastct.mp3"); 
        PrecacheSoundAny("misc/lastct.mp3");
    }
    Should be

    Code:
    public OnMapStart() 
    { 
        AddFileToDownloadsTable("sound/misc/lastct.mp3"); 
        PrecacheSoundAny("sound/misc/lastct.mp3");
    }
    __________________




    Ownkruid is offline
    iTaGhost
    New Member
    Join Date: Oct 2015
    Old 02-05-2016 , 09:41   Re: [CS:Go] LastCt for JailBreak Server
    Reply With Quote #5

    Quote:
    Originally Posted by mazdarx8 View Post
    Possible to add this to a deathrun server too ?
    Yes, it should work; if you need a new featurs just write



    Quote:
    Originally Posted by Ownkruid View Post
    Code:
    public OnMapStart() 
    { 
        AddFileToDownloadsTable("misc/lastct.mp3"); 
        PrecacheSoundAny("misc/lastct.mp3");
    }
    Should be

    Code:
    public OnMapStart() 
    { 
        AddFileToDownloadsTable("sound/misc/lastct.mp3"); 
        PrecacheSoundAny("sound/misc/lastct.mp3");
    }
    This is source of EmitSoundAny and the author usage this : https://forums.alliedmods.net/showthread.php?t=237045
    iTaGhost 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 14:05.


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