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

[CS:GO] Ghosts on Death - Death effect special Halloween!


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Plugin ID:
5870
Plugin Version:
1.1.1
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Apply a ghost effect on death event made by particles and materials.
    Old 10-18-2017 , 15:31   [CS:GO] Ghosts on Death - Death effect special Halloween!
    Reply With Quote #1

    Description:

    Apply a ghost effect on death event made by particles and materials. Particles and materials made by iEx, also he allowed me to sell this plugin but I prefer to release it for everyone (and as start of my new serious code style).


    Note: I made this plugin with a more professional code style (correctly variables named, calls, comments, etc) because since now I am studying programming in an official classroom and I intend to become a real programmer. After now no more spanish/spaghetti code from my side, because in the past I made the code faster because it was only a hobby for me, but now it will be my real job.

    I will rewrite more of my plugins with a serious code style soon. Advice to improve my current serious code style are stremly welcome, I want to do it the most professional that it can.


    Media:
    Spoiler



    Cvars:
    Code:
    sm_ghost_time "0.0" // Ghost appear time, 0.0 = Disappear in next round start.
    sm_ghost_warmup "0" // Ghost appear in warmup? 1 = yes, 0 = no"
    sm_ghost_warmup_time "10.0" // Ghost appear time in warmup. 0.0 = Forever.
    sm_ghost_team_color "1" //Set ghost color depending on client team? 1 = yes, 0 = no, use random.

    Server to test it yourself:




    Commands:

    sm_ghost - Disable the ghost effect per client.

    sm_ghosts - Disable ghosts in general (Root admin needed).


    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; 10-23-2017 at 07:36.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Muscle Brazil
    Senior Member
    Join Date: Apr 2009
    Location: Brazil
    Old 10-18-2017 , 16:45   Re: [CS:GO] Ghosts on Death - Death effect special Halloween!
    Reply With Quote #2

    Nice plugin works on my server +rep
    Muscle Brazil is offline
    freak.exe_uLow
    AlliedModders Donor
    Join Date: Jul 2012
    Location: Germany
    Old 10-18-2017 , 16:46   Re: [CS:GO] Ghosts on Death - Death effect special Halloween!
    Reply With Quote #3

    Nice release
    freak.exe_uLow is offline
    Ejziponken
    AlliedModders Donor
    Join Date: Apr 2008
    Old 10-18-2017 , 17:33   Re: [CS:GO] Ghosts on Death - Death effect special Halloween!
    Reply With Quote #4

    Wait is the player becoming the ghost? (so he can control it)? Or is just an effect when u kill someone? I wonder how it would work on deathmatch? xD
    Ejziponken is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 10-18-2017 , 17:42   Re: [CS:GO] Ghosts on Death - Death effect special Halloween!
    Reply With Quote #5

    Quote:
    Originally Posted by Muscle Brazil View Post
    Nice plugin works on my server +rep
    Quote:
    Originally Posted by freak.exe_uLow View Post
    Nice release
    Thank you so much
    Quote:
    Originally Posted by Ejziponken View Post
    Wait is the player becoming the ghost? (so he can control it)? Or is just an effect when u kill someone? I wonder how it would work on deathmatch? xD
    Its a effect when the player die (like in the picture in the first post). Currently is not thinking for a gamemode with repeated deaths because the ghost effect dont have lifetime (ghost removed on round start by default). I will see how to adapt the plugin for gamemodes like deathmatch.

    EDIT: Done! Check first post for the cvars
    __________________
    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; 10-19-2017 at 04:02.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    rogeraabbccdd
    Veteran Member
    Join Date: Jun 2015
    Location: de_dust2
    Old 10-18-2017 , 20:54   Re: [CS:GO] Ghosts on Death - Death effect special Halloween!
    Reply With Quote #6

    Nice to see you post your ghost plugin here, I also made one by myself in July.
    I'm waiting for iEx to reply my message. I hope he will also allow me to post my version here.

    Quote:
    Originally Posted by Ejziponken View Post
    Wait is the player becoming the ghost? (so he can control it)? Or is just an effect when u kill someone? I wonder how it would work on deathmatch? xD
    My version support deathmatch. I think it's possible to control the ghost, maybe we can use some code like redie plugin and attach particle on player.

    *** EDIT ***
    Check my version
    https://forums.alliedmods.net/showthread.php?p=2555350
    __________________

    Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
    I only read messages in Chinese and English.

    GitHub | Discord:Kento#2118

    Last edited by rogeraabbccdd; 10-19-2017 at 01:51.
    rogeraabbccdd is offline
    Cruze
    Veteran Member
    Join Date: May 2017
    Old 10-19-2017 , 01:22   Re: [CS:GO] Ghosts on Death - Death effect special Halloween!
    Reply With Quote #7

    nice release!
    Can you make a ConVar that makes ghost dissapear after X seconds?
    __________________
    Taking paid private requests! Contact me
    Cruze is offline
    rogeraabbccdd
    Veteran Member
    Join Date: Jun 2015
    Location: de_dust2
    Old 10-19-2017 , 01:51   Re: [CS:GO] Ghosts on Death - Death effect special Halloween!
    Reply With Quote #8

    iEx allowed me to post my version here.
    So here's my thread.
    https://forums.alliedmods.net/showthread.php?p=2555350

    Quote:
    Originally Posted by Cruze View Post
    nice release!
    Can you make a ConVar that makes ghost dissapear after X seconds?
    Check my version.
    __________________

    Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
    I only read messages in Chinese and English.

    GitHub | Discord:Kento#2118
    rogeraabbccdd is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 10-19-2017 , 02:09   Re: [CS:GO] Ghosts on Death - Death effect special Halloween!
    Reply With Quote #9

    Quote:
    Originally Posted by rogeraabbccdd View Post
    iEx allowed me to post my version here.
    So here's my thread.
    https://forums.alliedmods.net/showthread.php?p=2555350


    Check my version.
    I thought that you would post it here instead of open a new thread of a duplicated plugin xD

    Anyway I will add the improvements to my version and I will add your credits too, and give you full access to the github repository if you want.
    __________________
    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; 10-19-2017 at 02:15.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    ASKER_CZ
    BANNED
    Join Date: Nov 2016
    Old 10-19-2017 , 02:10   Re: [CS:GO] Ghosts on Death - Death effect special Halloween!
    Reply With Quote #10

    pls stop making this plugin public :/
    ASKER_CZ 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 05:42.


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