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

Weapons Swtich Reload Silence Progress Bar For CS Source


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Martin
BANNED
Join Date: Mar 2009
Location: China
Plugin ID:
2481
Plugin Version:
Plugin Category:
General Purpose
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Old 08-07-2011 , 00:32   Weapons Swtich Reload Silence Progress Bar For CS Source
    Reply With Quote #1

    Weapons Swtich Reload Silence Progress Bar For CS Source.

    It was cost my little time to make it.I hope everybody would like it and reference.

    It displays the Progress BarTime for all weapons switching.
    It displays the Progress BarTime for all guns reloading except shotguns.
    For M4a1 / Usp ,it will display Add / Detach the silencer Progress BarTime.

    Click image for larger version

Name:	未标题-4 拷贝.jpg
Views:	2579
Size:	91.7 KB
ID:	90149
    Click image for larger version

Name:	未标题-5 拷贝.jpg
Views:	2301
Size:	58.9 KB
ID:	90150
    Attached Files
    File Type: inc entity_prop_stocks.inc (32.4 KB, 810 views)
    File Type: sp Get Plugin or Get Source (weapons_ReloadSwitchSilence_BarTime.sp - 1027 views - 3.5 KB)

    Last edited by Martin; 08-07-2011 at 00:57.
    Martin is offline
    Send a message via ICQ to Martin
    Despirator
    Senior Member
    Join Date: Jun 2011
    Location: Kazakhstan ->Shymkent
    Old 08-07-2011 , 07:55   Re: Weapons Swtich Reload Silence Progress Bar For CS Source
    Reply With Quote #2

    awesome, thank you
    Despirator is offline
    SilvErr
    BANNED
    Join Date: May 2011
    Old 08-12-2011 , 15:05   Re: Weapons Swtich Reload Silence Progress Bar For CS Source
    Reply With Quote #3

    Can't download .smx -> "Plugin failed to compile! Please try contacting the author."

    When i try to compile on http://www.sourcemod.net/compiler.php


    Code:
    SourcePawn Compiler 1.3.7
    Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC
    
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(45) : error 017: undefined symbol "GetWeaponNextPrimaryAttack"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(52) : error 017: undefined symbol "GetClientNextAttack"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(58) : error 017: undefined symbol "GetWeaponNextPrimaryAttack"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(75) : error 017: undefined symbol "GetClientActiveWeapon"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(78) : error 017: undefined symbol "GetClientActiveWeapon"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(107) : error 017: undefined symbol "GetClientWeaponIndex"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(108) : error 017: undefined symbol "CSW_XM1014"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(116) : error 017: undefined symbol "GetClientWeaponIndex"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(117) : error 017: undefined symbol "GetViewModelSequence"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(118) : error 017: undefined symbol "CSW_USP"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(122) : error 017: undefined symbol "CSW_M4A1"
    
    11 Errors.
    SilvErr is offline
    KyleS
    SourceMod Plugin Approver
    Join Date: Jul 2009
    Location: Segmentation Fault.
    Old 08-12-2011 , 15:20   Re: Weapons Swtich Reload Silence Progress Bar For CS Source
    Reply With Quote #4

    Quote:
    Originally Posted by SilvErr View Post
    Can't download .smx -> "Plugin failed to compile! Please try contacting the author."

    When i try to compile on http://www.sourcemod.net/compiler.php
    There's a custom include.
    KyleS is offline
    Despirator
    Senior Member
    Join Date: Jun 2011
    Location: Kazakhstan ->Shymkent
    Old 08-12-2011 , 15:53   Re: Weapons Swtich Reload Silence Progress Bar For CS Source
    Reply With Quote #5

    will you add Cvars?
    Despirator is offline
    GoD-Tony
    Veteran Member
    Join Date: Jul 2005
    Old 08-14-2011 , 05:57   Re: Weapons Swtich Reload Silence Progress Bar For CS Source
    Reply With Quote #6

    I like this idea, but I'm hesitating to use your plugin because of the way OnGameFrame is used. Are you able to find a more efficient way to achieve this?
    GoD-Tony is offline
    Martin
    BANNED
    Join Date: Mar 2009
    Location: China
    Old 08-15-2011 , 02:36   Re: Weapons Swtich Reload Silence Progress Bar For CS Source
    Reply With Quote #7

    Quote:
    Originally Posted by SilvErr View Post
    Can't download .smx -> "Plugin failed to compile! Please try contacting the author."

    When i try to compile on http://www.sourcemod.net/compiler.php


    Code:
    SourcePawn Compiler 1.3.7
    Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC
     
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(45) : error 017: undefined symbol "GetWeaponNextPrimaryAttack"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(52) : error 017: undefined symbol "GetClientNextAttack"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(58) : error 017: undefined symbol "GetWeaponNextPrimaryAttack"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(75) : error 017: undefined symbol "GetClientActiveWeapon"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(78) : error 017: undefined symbol "GetClientActiveWeapon"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(107) : error 017: undefined symbol "GetClientWeaponIndex"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(108) : error 017: undefined symbol "CSW_XM1014"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(116) : error 017: undefined symbol "GetClientWeaponIndex"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(117) : error 017: undefined symbol "GetViewModelSequence"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(118) : error 017: undefined symbol "CSW_USP"
    /home/groups/sourcemod/upload_tmp/phpjKpfFE.sp(122) : error 017: undefined symbol "CSW_M4A1"
     
    11 Errors.
    It‘s many Funtions in entity_prop_stocks.inc Please Download it and use local compiler.
    Martin is offline
    Send a message via ICQ to Martin
    klausenbusk
    AlliedModders Donor
    Join Date: Jan 2011
    Old 08-21-2011 , 15:53   Re: Weapons Swtich Reload Silence Progress Bar For CS Source
    Reply With Quote #8

    Thanks for "bar" code
    klausenbusk is offline
    Mitchell
    ~lick~
    Join Date: Mar 2010
    Old 08-21-2011 , 21:43   Re: Weapons Swtich Reload Silence Progress Bar For CS Source
    Reply With Quote #9

    Quote:
    Originally Posted by klausenbusk View Post
    Thanks for "bar" code
    ha.

    oh and thanks, i always wondered how to do the code, just didnt feel like searching for the right parts etc. Thanks!
    Mitchell is offline
    soulreaper1o1
    SourceMod Donor
    Join Date: Sep 2011
    Old 10-03-2011 , 22:04   Re: Weapons Swtich Reload Silence Progress Bar For CS Source
    Reply With Quote #10

    can somone plz upload the plugin...i keep getting errors whn i compile
    what exactly do i do with this file entity_prop_stocks.inc ?

    Last edited by soulreaper1o1; 10-12-2011 at 04:07.
    soulreaper1o1 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 11:57.


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