Raised This Month: $ Target: $400
 0% 

Subplugin Submission [T] List of Modified + Requested Plugins


Post New Thread Reply   
 
Thread Tools Display Modes
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 12-03-2014 , 03:19   Re: [ZP] List of Modified + Requested Plugin (17/11/2014)
Reply With Quote #521

Nevermind. ;)
zmd94 is offline
choloo
Senior Member
Join Date: Nov 2014
Location: Groznyj, Chechnya
Old 12-05-2014 , 00:01   Re: [ZP] List of Modified + Requested Plugin (17/11/2014)
Reply With Quote #522

Hi, I need Lava Splash effect on my server, like Sniper Mod (ZM) I want this effect on every AWP kill on my CSDM server ! Thank you
Maybe can help you aNNakin's source (in this sma there's lightning & that effect, I need only the effect with bloods particles).
Picture with the effect:
[img]http://s9.************/hofd2r8az/lava.jpg[/img]
Attached Files
File Type: sma Get Plugin or Get Source (cfg_slayteam.sma - 398 views - 4.8 KB)

Last edited by choloo; 12-05-2014 at 00:11.
choloo is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 12-05-2014 , 01:21   Re: [ZP] List of Modified + Requested Plugin (17/11/2014)
Reply With Quote #523

Alright, I will do my best to help you. ;)

Last edited by zmd94; 12-05-2014 at 01:27.
zmd94 is offline
choloo
Senior Member
Join Date: Nov 2014
Location: Groznyj, Chechnya
Old 12-05-2014 , 01:27   Re: [ZP] List of Modified + Requested Plugin (17/11/2014)
Reply With Quote #524

When you shot with awp and kill someone that (killed) will explode with this effect, understand me now? I want
for all players who will have awp and kill someone, will be that effect!

Last edited by choloo; 12-05-2014 at 01:27.
choloo is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 12-05-2014 , 02:02   Re: [ZP] List of Modified + Requested Plugin (17/11/2014)
Reply With Quote #525

New update!
Quote:
Lava Effect v1.0
Now, there will be a lava effect when someone is eliminating other enemies by using AWP weapon. ;)

Screenshot:



Attached Files
File Type: sma Get Plugin or Get Source (c_11.sma - 957 views - 2.3 KB)

Last edited by zmd94; 12-05-2014 at 02:04.
zmd94 is offline
choloo
Senior Member
Join Date: Nov 2014
Location: Groznyj, Chechnya
Old 12-05-2014 , 02:23   Re: [ZP] List of Modified + Requested Plugin (5/12/2014)
Reply With Quote #526

Is what I want but I need to modify some parts...I want only lava effect, without lightning and thunder
What I should delete? Something like this?
new const g_iSound[] = "ambience/thunder_clap.wav"

and this:
g_Light = precache_model ( "sprites/lgtning.spr" );
choloo is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 12-05-2014 , 02:47   Re: [ZP] List of Modified + Requested Plugin (5/12/2014)
Reply With Quote #527

So, you want to remove the sound also?
zmd94 is offline
choloo
Senior Member
Join Date: Nov 2014
Location: Groznyj, Chechnya
Old 12-05-2014 , 02:53   Re: [ZP] List of Modified + Requested Plugin (5/12/2014)
Reply With Quote #528

yes, I want just that sprite effect - lava
choloo is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 12-05-2014 , 02:59   Re: [ZP] List of Modified + Requested Plugin (5/12/2014)
Reply With Quote #529

Then, just try this code:
PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin("Lava Effect""1.0""zmd94")
    
    
register_event("DeathMsg""event_deathMsg""a""1>0")
}

public 
event_deathMsg()
{
    static 
iKilleriKiller read_data(1)
    static 
iVictimiVictim read_data(2)
    
    if(!
is_user_aliveiKiller ) || iVictim == iKiller)
        return
    
    new 
iWeapon32 ]
    
read_data4iWeaponcharsmaxiWeapon ))
    
    if(
equali(iWeapon"awp"))
    {
        new 
i_Origin]

        
get_user_origin iVictimi_Origin );
        
Blood i_Origin );
    }
}

Blood iorigin] )
{
    
message_begin MSG_BROADCASTSVC_TEMPENTITY );
    
write_byte TE_LAVASPLASH );
    
write_coord iorigin] );
    
write_coord iorigin] );
    
write_coord iorigin] );
    
message_end ( );


Last edited by zmd94; 12-05-2014 at 03:01.
zmd94 is offline
choloo
Senior Member
Join Date: Nov 2014
Location: Groznyj, Chechnya
Old 12-05-2014 , 03:20   Re: [ZP] List of Modified + Requested Plugin (5/12/2014)
Reply With Quote #530

Thank you man!! Nice work!
choloo is offline
Reply



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 13:50.


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