Raised This Month: $32 Target: $400
 8% 

[CS:S] Cs 1.6 HnS Style


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Plugin ID:
2732
Plugin Version:
Beta 2.8
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Hide And Seek of cs 1.6 style for SourceMod
    Old 12-25-2011 , 11:03   [CS:S] Cs 1.6 HnS Style
    Reply With Quote #1

    Curent Version: Beta 2.8

    Description:

    Hide And Seek of cs 1.6 style for SourceMod

    Requirements:
    SDK Hooks
    [CS:S] Flashbang Tools


    Cvars:
    cshns_greneffect_trails 1 - Enables/Disables Grenade Trails
    cshns_greneffect_smoke_freeze 1 -Enables/Disables a smoke grenade to be a freeze grenade
    cshns_greneffect_smoke_freeze_distance 600.0 - Freeze grenade distance
    cshns_greneffect_smoke_freeze_duration 7.0 - Freeze grenade duration in seconds
    sm_cshns_time 180.0 - Time for slay all CT
    sm_cshns_time_freeze 10.0 - Time freeze for CT in round start
    sm_cshns_countdown 10 - Time for the countdown

    Funtions:

    -freeze grenades
    -Ts cant damage CTs
    -Cts blinded and cant move the first X secons of the round
    -Cant pick weapons
    -CTs only have knife
    -Ts start with knife, 2 flashbang and 1 smokegrenade
    -Ts can blind Ts with flshbang
    -If CTs win the teams are exchanged
    -last X seconds the team CT die if not killed all the Ts
    -the last X seconds start a countdown
    -Removed buyzones, hostages and bombs of the map
    -mp_freezetime forced to zero
    -If terrorists wins, then alive terrorists will get one kill point
    -mp_roundtime equal to sm_cshns_time cvar

    Credits:

    Code of freeze grenades by http://forums.alliedmods.net/showthread.php?t=159579


    Note: Beta version then report bugs you find


    Donations (optional):

    If you apreciate my work, you can donate me via paypal or with a trade offer


    Download:

    Main repository
    Direct download
    Code changes
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 12-20-2015 at 08:33. Reason: new version
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Glite
    Senior Member
    Join Date: Sep 2011
    Location: Ukraine
    Old 12-25-2011 , 12:54   Re: [CS:S] Cs 1.6 HnS Style
    Reply With Quote #2

    You need to add functions that removes buyzones, hostages, bombs and any props(i think it needed), maybe doors, weapons at round start.
    Anyway, nice work!

    Last edited by Glite; 12-25-2011 at 13:40.
    Glite is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 12-25-2011 , 13:54   Re: [CS:S] Cs 1.6 HnS Style
    Reply With Quote #3

    Code:
    -last 180 seconds the team CT die if not killed all the Ts
    This works or not work? I tell it because I have another code method for this fuction that works fine...
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 12-25-2011 at 13:57.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Glite
    Senior Member
    Join Date: Sep 2011
    Location: Ukraine
    Old 12-25-2011 , 13:59   Re: [CS:S] Cs 1.6 HnS Style
    Reply With Quote #4

    Quote:
    Originally Posted by Franc1sco View Post
    Code:
    -last 180 seconds the team CT die if not killed all the Ts
    This works or not work? I tell it because I have another code method for this fuction that works fine...
    Works, but throw error:

    HTML Code:
    L 12/25/2011 - 20:46:57: [SM] Native "KillTimer" reported: Invalid timer handle fe00c3 (error 3)
    L 12/25/2011 - 20:46:57: [SM] Displaying call stack trace for plugin "hns.smx":
    L 12/25/2011 - 20:46:57: [SM]   [0]  Line 427, hns.sp::Event_RoundStart()
    Glite is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 12-25-2011 , 14:04   Re: [CS:S] Cs 1.6 HnS Style
    Reply With Quote #5

    Quote:
    Originally Posted by Glite View Post
    Works, but throw error:

    HTML Code:
    L 12/25/2011 - 20:46:57: [SM] Native "KillTimer" reported: Invalid timer handle fe00c3 (error 3)
    L 12/25/2011 - 20:46:57: [SM] Displaying call stack trace for plugin "hns.smx":
    L 12/25/2011 - 20:46:57: [SM]   [0]  Line 427, hns.sp::Event_RoundStart()
    Ok then new version on way
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 12-25-2011 at 14:05.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Glite
    Senior Member
    Join Date: Sep 2011
    Location: Ukraine
    Old 12-25-2011 , 14:06   Re: [CS:S] Cs 1.6 HnS Style
    Reply With Quote #6

    Tested again, works only first round after server start, later throws this error. Maybe need to try new method.

    Last edited by Glite; 12-25-2011 at 14:06.
    Glite is offline
    Despirator
    Senior Member
    Join Date: Jun 2011
    Location: Kazakhstan ->Shymkent
    Old 12-25-2011 , 14:22   Re: [CS:S] Cs 1.6 HnS Style
    Reply With Quote #7

    Quote:
    Beta version then report bugs you find
    your english is awfull

    btw: good job, some people were eager to find that plugin
    Despirator is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 12-25-2011 , 14:43   Re: [CS:S] Cs 1.6 HnS Style
    Reply With Quote #8

    Quote:
    Originally Posted by Despirator View Post
    your english is awfull
    the google traductor is bad

    btw: big thanks for your freeze grenade plugin, you are a very good scripter
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 12-25-2011 at 14:50.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 12-25-2011 , 14:46   Re: [CS:S] Cs 1.6 HnS Style
    Reply With Quote #9

    New version! beta 2.4

    change log:

    -CTs not slay fixed
    -Change the prefix of the cvars to cshns
    -Added countdown
    -Added new cvars: sm_cshns_time_freeze, sm_cshns_time, sm_cshns_countdown
    -Removed buyzones, hostages and bombs of the map
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 12-25-2011 at 14:46.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Glite
    Senior Member
    Join Date: Sep 2011
    Location: Ukraine
    Old 12-25-2011 , 15:20   Re: [CS:S] Cs 1.6 HnS Style
    Reply With Quote #10

    Quote:
    Originally Posted by Franc1sco View Post
    -CTs not slay fixed
    -Removed buyzones, hostages and bombs of the map
    Yeah, now it slaying CTs!
    Also you need to add "func_bomb_target" not "weapon_c4" to remove list.
    Glite 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 01:18.


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