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

Request plugin kill effect. (green flame) click for photo


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
wizzkidon
Senior Member
Join Date: Jan 2017
Old 02-03-2017 , 06:45   Request plugin kill effect. (green flame) click for photo
Reply With Quote #1

Anyone know where i can find this plugin?
Spoiler

Last edited by wizzkidon; 02-03-2017 at 06:45.
wizzkidon is offline
TanKerr
Member
Join Date: Feb 2017
Location: Morocco
Old 02-07-2017 , 15:48   Re: Request plugin kill effect. (green flame) click for photo
Reply With Quote #2

For The Green Sprite You Can Create One And Remplace this
PHP Code:
#include <amxmodx>
#include <fakemeta>

#define PLUGIN "Death Sprite"
#define VERSION "1.0"
#define AUTHOR "DarkGL"

#define write_coord_f(%1) engfunc(EngFunc_WriteCoord,%1)

new const szSprite[] = "sprites/skull.spr"

new pSprite;

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_event("DeathMsg""DeathMsg""a")
}

public 
plugin_precache(){
    
pSprite precache_model(szSprite)
}

public 
DeathMsg()
{   
    new 
vid read_data(2)
    new 
kid read_data(1)
    
    if(!
is_user_connected(vid) || vid == kid || !is_user_connected(kid))     return ;
    
    new 
Float:fOrigin[3];
    
pev(vid,pev_origin,fOrigin);
    
    
fOrigin[2] += 35.0;
    
    
message_begin(MSG_BROADCAST,SVC_TEMPENTITY )
    
write_byte(TE_SPRITE)
    
write_coord_f(fOrigin[0])
    
write_coord_f(fOrigin[1])
    
write_coord_f(fOrigin[2])
    
write_short(pSprite
    
write_byte(10
    
write_byte(255)
    
message_end()
    

Attached Files
File Type: sma Get Plugin or Get Source (skull.sma - 1223 views - 918 Bytes)
File Type: zip sprites.zip (20.6 KB, 587 views)
TanKerr is offline
sanimare
Senior Member
Join Date: Sep 2010
Old 07-29-2017 , 17:37   Re: Request plugin kill effect. (green flame) click for photo
Reply With Quote #3

If someone still looking for this plugin, or sprite, he can google this and find it: Эффекты убийств [Light Version]
sanimare is offline
bakugan
Member
Join Date: Dec 2023
Location: Bulgaria
Old 01-26-2024 , 15:16   Re: Request plugin kill effect. (green flame) click for photo
Reply With Quote #4

The plugin is not working unfortunately
__________________
WebSite

Last edited by bakugan; 01-26-2024 at 15:36.
bakugan is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 01-27-2024 , 08:21   Re: Request plugin kill effect. (green flame) click for photo
Reply With Quote #5

Quote:
Originally Posted by bakugan View Post
The plugin is not working unfortunately
download this
__________________
mlibre is offline
endlessx
Junior Member
Join Date: Sep 2023
Old 01-29-2024 , 04:42   Re: Request plugin kill effect. (green flame) click for photo
Reply With Quote #6

It's possible to make this flame only who have BMB from terro?
endlessx is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 01-29-2024 , 10:46   Re: Request plugin kill effect. (green flame) click for photo
Reply With Quote #7

Quote:
Originally Posted by endlessx View Post
It's possible to make this flame only who have BMB from terro?
you mean the team
__________________
mlibre 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 06:40.


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