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

[CSGO]Round End Screen Effect


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Swolly
Senior Member
Join Date: Jul 2018
Location: Turkey
Plugin ID:
6423
Plugin Version:
0.1
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Round end fade and shake screen effect
    Old 02-05-2019 , 14:28   [CSGO]Round End Screen Effect
    Reply With Quote #1

    Hi I made a plugin and I wanted share this plugin.

    This plugin features, on round end screen color changes continuously and the screen is shaking.
    I've adapted the cs1.6 plugin to csgo

    I only tested this plugin with CSGO, can you tell me if this plugin is running at CSS

    Video:
    https://www.youtube.com/watch?v=UCwI7IDgPVA
    Attached Files
    File Type: sp Get Plugin or Get Source (Round_End_Effect.sp - 963 views - 5.0 KB)
    File Type: smx Round_End_Effect.smx (6.1 KB, 412 views)
    __________________

    Last edited by Swolly; 02-06-2019 at 08:54. Reason: wrong title
    Swolly is offline
    alphaearth
    Senior Member
    Join Date: Feb 2018
    Location: Turkey
    Old 02-14-2019 , 11:50   Re: [CSGO]Round End Screen Effect
    Reply With Quote #2

    good job
    __________________
    alphaearth is offline
    Mitchell
    ~lick~
    Join Date: Mar 2010
    Old 02-14-2019 , 12:30   Re: [CSGO]Round End Screen Effect
    Reply With Quote #3

    Could use a bit of a config and possibly a way to turn it of via client prefs. Right now I wouldn't really recommend a server operator to add this plugin unless you like to annoy your playerbase
    Mitchell is offline
    Swolly
    Senior Member
    Join Date: Jul 2018
    Location: Turkey
    Old 02-14-2019 , 13:22   Re: [CSGO]Round End Screen Effect
    Reply With Quote #4

    Quote:
    Originally Posted by Mitchell View Post
    Could use a bit of a config and possibly a way to turn it of via client prefs. Right now I wouldn't really recommend a server operator to add this plugin unless you like to annoy your playerbase
    I'll add the switch-off code as soon as possible
    __________________
    Swolly is offline
    Mitchell
    ~lick~
    Join Date: Mar 2010
    Old 02-14-2019 , 14:29   Re: [CSGO]Round End Screen Effect
    Reply With Quote #5

    Also you don't really need the IsValidClient since all it's really doing is a redudant check if the client index is between 0 and maxclients and checking if they are in game. You can easily replace it in the loop is IsClientInGame(i).
    Code:
    		if(!IsFakeClient(i) && IsValidClient(i))
    I actually didn't know that IsFakeClient can be run on a client that is not in game without an error, however you should get in the habit of checking if the client is in game before doing anything else with them.
    Code:
    		if(IsClientInGame(i) && !IsFakeClient(i))
    Mitchell 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 18:01.


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