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

[CS:GO] Hitman Mod (v1.15 1/5/2017)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Rachnus
Senior Member
Join Date: Jun 2016
Location: Funland
Plugin ID:
5568
Plugin Version:
1.15
Plugin Category:
General Purpose
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    A gamemode for CSGO that replicates hitman features
    Old 03-19-2017 , 20:32   [CS:GO] Hitman Mod (v1.15 1/5/2017)
    Reply With Quote #1


    Description:
    A gamemode where 1 random person is selected as the Hitman and rest are known as 'Targets'
    The Hitman will get 1 random target to kill, and after he killed that target, he will get a new one.

    Hitman
    Objective: Eliminate all his targets
    Shooting any nonsilenced weapons will reveal the Hitman to every player through walls (Excluding knife and tripmines)
    If the Hitman is seen without a disguise, it will also reveal him to every player through walls
    Killing/Hurting targets will backfire depending on the convar hitmancsgo_penalty_type

    Hitman features:
    • Hold WALK (Shift) to slow down gametime (Focus)
    • Able to disguise from a assassinated players ragdoll by pressing USE (E)
    • Able to move props/ragdolls by holding SECONDARY ATTACK (Rightclick)
    • The Hitmans decoy grenade repositions his glow
    • The Hitmans C4 acts as tripmines, placed by pressing PRIMARY ATTACK (Leftclick), Shooting them or walking past will trigger them, mine will not get triggered by hitman
    • The Hitman has no spread on all of his weapons that he is spawned with
    • Able to see his target through walls

    Targets
    Objective: Find and kill the Hitman before he kills you

    Targets features:
    • Able to move props by holding SECONDARY ATTACK (Rightclick)
    • The targets decoy grenades removes any disguises wherever its thrown

    Basic Preview:

    https://www.youtube.com/watch?v=IzyI_ZMv2FM

    Commands:

    hitmancsgo.smx
    • sm_hmgorefresh - Refreshes the hitmancsgo_weapons config
    • sm_help - Prints useful hitman help commands to client
    • sm_hitmaninfo - Prints hitman info to player
    • sm_targetinfo - Prints target info to player
    • sm_hmgonotify - Enables/Disables help notifications

    hitmancsgo-mysql.smx
    • sm_tophitmen - Views the hitmen with best stats (Usage sm_tophitmen <steamid|name|#userid>) or just sm_tophitmen

    Hitman Weapons Config:
    How the ratio works is that it will give 1 weapon_decoy per 5 players with 1 ammo
    Here is a list of all weapon names supported: https://developer.valvesoftware.com/...nsive_Entities

    Default example:
    PHP Code:
    "weapons"
    {
        
    "hitman"
        
    {
            
    "weapon_awp"
            
    {
                
    "clip"        "10"
                "ammo"        "30"
            
    }
            
    "weapon_usp_silencer"
            
    {
                
    "clip"        "12"
                "ammo"        "90"
            
    }
            
    "weapon_decoy"
            
    {
                
    "ammo"        "3"
            
    }
            
    "weapon_c4"
            
    {
                
    "ammo"        "5"
            
    }
        }
        
    "targets"
        
    {
            
    "weapon_m4a1"
            
    {
                
    "clip"        "30"
                "ammo"        "90"
            
    }
            
    "weapon_p250"
            
    {
                
    "clip"        "13"
                "ammo"        "65"
            
    }
            
    "random"
            
    {
                
    "weapon_decoy"
                
    {
                    
    "ratio"        "5"
                    "ammo"        "1"
                
    }
            }
        }

    MySQL Setup:
    hitmancsgo-mysql.smx is required for stats to work, not needed for base plugin to work though
    Insert in addons/sourcemod/configs/databases.cfg
    PHP Code:
    "hitmancsgo"
    {
        
    "driver"            "mysql"
        "host"                "(iptowebserver)"
        "database"            "sourcemod"
        "user"                "(username)"
        "pass"                "(password)"

    ConVars:
    Spoiler


    Changelog:
    Spoiler


    Dependencies:
    DHooks extension is required for no spread. This extension is included in the download link though

    Todo:
    Nothing

    Bugs:
    None for now, if you have any bugs add me and I will try to fix ASAP steam link below

    Credits:
    Servers running this plugin:
    • 185.158.112.65:27015 (Russian)

    DOWNLOAD
    __________________
    Github: https://github.com/jimppan
    Steam: http://steamcommunity.com/id/jimppan
    _____________________________________________ _________
    Taking private requests

    Last edited by Rachnus; 02-21-2024 at 13:56. Reason: Update
    Rachnus is offline
    Drixevel
    AlliedModders Donor
    Join Date: Sep 2009
    Location: Somewhere headbangin'
    Old 03-19-2017 , 20:38   Re: [CS:GO] Hitman Mod (v1.0 3/20/2017)
    Reply With Quote #2

    cool stuff
    Drixevel is offline
    Masterofks
    AlliedModders Donor
    Join Date: Sep 2016
    Location: Poland
    Old 03-21-2017 , 19:19   Re: [CS:GO] Hitman Mod (v1.01 3/21/2017)
    Reply With Quote #3

    Nice
    Masterofks is offline
    Cripix
    Senior Member
    Join Date: Sep 2016
    Location: French, Bordeaux
    Old 03-28-2017 , 05:56   Re: [CS:GO] Hitman Mod (v1.01 3/21/2017)
    Reply With Quote #4

    Install this extension

    DHooks
    __________________
    My jailbreak Server :
    Cripix is offline
    Rodya
    Senior Member
    Join Date: Mar 2017
    Location: Russia
    Old 03-28-2017 , 06:02   Re: [CS:GO] Hitman Mod (v1.01 3/21/2017)
    Reply With Quote #5

    Quote:
    Originally Posted by Cripix View Post
    Install this extension

    DHooks
    Some....
    Rodya is offline
    Rodya
    Senior Member
    Join Date: Mar 2017
    Location: Russia
    Old 03-28-2017 , 06:07   Re: [CS:GO] Hitman Mod (v1.01 3/21/2017)
    Reply With Quote #6

    Okay,im fix problems in logs..
    There was a problem
    Spoiler

    Last edited by Rodya; 03-28-2017 at 06:09.
    Rodya is offline
    Rodya
    Senior Member
    Join Date: Mar 2017
    Location: Russia
    Old 03-28-2017 , 06:37   Re: [CS:GO] Hitman Mod (v1.01 3/21/2017)
    Reply With Quote #7

    Oppps.. sorry my problems i fix) Sorry
    I go test mod))
    Rodya is offline
    Rodya
    Senior Member
    Join Date: Mar 2017
    Location: Russia
    Old 03-28-2017 , 07:16   Re: [CS:GO] Hitman Mod (v1.01 3/21/2017)
    Reply With Quote #8

    Sorry I From RussiaDD
    1 PROBLEMS. When the player comes,but it's not in the team,sometimes it happens that it selects a Hitman.
    Only Google Translit
    And Yes.. in some cases the skin of the Hitman works? Because other players can't see skin,even if I start to shoot and so on.

    Last edited by Rodya; 03-28-2017 at 07:21.
    Rodya is offline
    Rodya
    Senior Member
    Join Date: Mar 2017
    Location: Russia
    Old 03-28-2017 , 09:53   Re: [CS:GO] Hitman Mod (v1.01 3/21/2017)
    Reply With Quote #9

    Maybe create folder "translations" ? )
    Rodya is offline
    Rachnus
    Senior Member
    Join Date: Jun 2016
    Location: Funland
    Old 03-28-2017 , 10:11   Re: [CS:GO] Hitman Mod (v1.01 3/21/2017)
    Reply With Quote #10

    Quote:
    Originally Posted by Rodya View Post
    Maybe create folder "translations" ? )
    No
    __________________
    Github: https://github.com/jimppan
    Steam: http://steamcommunity.com/id/jimppan
    _____________________________________________ _________
    Taking private requests
    Rachnus 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 08:19.


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