AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   HEADSHOT! = weed sprites! ;) (https://forums.alliedmods.net/showthread.php?t=311262)

TiEsTo GnS 10-09-2018 16:24

HEADSHOT! = weed sprites! ;)
 
1 Attachment(s)
---HEADSHOT=WEED SPRITES!---

hello i thing some players find this plugin or simillar

when u kill from headshot,appear weed sprites!

just compile it!
---------------------------------------------------------------

#include <amxmodx>
#include <fakemeta>

#define PLUGIN "GnS-headshot-Weed"
#define VERSION "1.1"
#define AUTHOR "GnS"

new xSprHs[3]

static sprites_maconhas[][] =
{
"sprites/HsGnSWeed/r.spr",
"sprites/HsGnSWeed/y.spr",
"sprites/HsGnSWeed/g.spr"
}

public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)

register_event("DeathMsg", "xDeathMsg", "a")
}

public plugin_precache()
{
for(new i = 0; i < sizeof(sprites_maconhas); i++)
{
xSprHs[i] = precache_model(sprites_maconhas[i])
}
}

public xDeathMsg()
{
new xHs = read_data(3)

if(xHs)
{
new xVictim = read_data(2)

static Float:originF[3]
pev(xVictim, pev_origin, originF)

xEffectDrugs(originF, 27, 50, 50, 1, 30, 50)
}
}

xEffectDrugs(const Float:originF[3], head, sprites, life, scale, velo, decals)
{
engfunc(EngFunc_MessageBegin, MSG_PVS, SVC_TEMPENTITY, originF, 0)
write_byte(TE_SPRITETRAIL)
engfunc(EngFunc_WriteCoord, originF[0]) // X
engfunc(EngFunc_WriteCoord, originF[1]) // Y
engfunc(EngFunc_WriteCoord, originF[2]+head) // Z
engfunc(EngFunc_WriteCoord, originF[0]) // X
engfunc(EngFunc_WriteCoord, originF[1]) // Y
engfunc(EngFunc_WriteCoord, originF[2]+head) // Z
write_short(xSprHs[0])
write_byte(sprites) // How sprites want to show up..
write_byte(life) // life
write_byte(scale) // scale
write_byte(velo) // velo
write_byte(decals) // decals
message_end()

engfunc(EngFunc_MessageBegin, MSG_PVS, SVC_TEMPENTITY, originF, 0)
write_byte(TE_SPRITETRAIL)
engfunc(EngFunc_WriteCoord, originF[0]) // X
engfunc(EngFunc_WriteCoord, originF[1]) // Y
engfunc(EngFunc_WriteCoord, originF[2]+head) // Z
engfunc(EngFunc_WriteCoord, originF[0]) // X
engfunc(EngFunc_WriteCoord, originF[1]) // Y
engfunc(EngFunc_WriteCoord, originF[2]+head) // Z
write_short(xSprHs[1])
write_byte(sprites) // How sprites want to show up...
write_byte(life) // life
write_byte(scale) // scale
write_byte(velo) // velo
write_byte(decals) // decals
message_end()

engfunc(EngFunc_MessageBegin, MSG_PVS, SVC_TEMPENTITY, originF, 0)
write_byte(TE_SPRITETRAIL)
engfunc(EngFunc_WriteCoord, originF[0]) // X
engfunc(EngFunc_WriteCoord, originF[1]) // Y
engfunc(EngFunc_WriteCoord, originF[2]+head) // Z
engfunc(EngFunc_WriteCoord, originF[0]) // X
engfunc(EngFunc_WriteCoord, originF[1]) // Y
engfunc(EngFunc_WriteCoord, originF[2]+head) // Z
write_short(xSprHs[2])
write_byte(sprites) // How sprites want to show up...
write_byte(life) // life
write_byte(scale) // scale
write_byte(velo) // velo
write_byte(decals) // decals
message_end()
}



---welcome ;)

iceeedr 10-09-2018 17:06

Re: HEADSHOT! = weed sprites! ;)
 
Beautiful stolen plugin.

https://www.csrevo.com/2017/01/plugin-hs-maconhas.html

TiEsTo GnS 10-09-2018 17:08

Re: HEADSHOT! = weed sprites! ;)
 
Quote:

Originally Posted by iceeedr (Post 2619086)
Beautiful stolen plugin.

I KNOW

MHM nice

tarsisd2 10-09-2018 17:53

Re: HEADSHOT! = weed sprites! ;)
 
plz stop posting useless stuff, don't even post it right don't know how to use code, and the plugins are not even yours

TiEsTo GnS 10-09-2018 18:24

Re: HEADSHOT! = weed sprites! ;)
 
Quote:

Originally Posted by tarsisd2 (Post 2619093)
plz stop posting useless stuff, don't even post it right don't know how to use code, and the plugins are not even yours

where i say plugin its mine?
bad?codes? if you not see god its not my problem

easy post :)
nice plugin
so players find it.
now enjoy all.
and dont publish stupid words
welcome.

iceeedr 10-09-2018 18:27

Re: HEADSHOT! = weed sprites! ;)
 
You say he's yours here.

Code:

#define PLUGIN "GnS-headshot-Weed"
#define VERSION "1.1"
#define AUTHOR "GnS"

For God's sake, put the sma as an attachment do not do such a crap.
Now take embarrassment, and erase all this junk.

tarsisd2 10-09-2018 18:37

Re: HEADSHOT! = weed sprites! ;)
 
Quote:

Originally Posted by TiEsTo GnS (Post 2619095)
where i say plugin its mine?
bad?codes? if you not see god its not my problem

easy post :)
nice plugin
so players find it.
now enjoy all.
and dont publish stupid words
welcome.

PHP Code:

#define AUTHOR "GnS" 

here says that you are the author.

bad?code? you don't even know what i'm talking about SO FORGET IT".

doesn't matter if it is an easy post, nice plugin, you can't post whatever you want, there are rules,
1- you can't post other plugins without their permission.
2- you are NOT able to support the plugin with bugfixes.
3- read forum rules.

TiEsTo GnS 10-09-2018 22:00

Re: HEADSHOT! = weed sprites! ;)
 
k but i no put for make me the autor,i put my name clan for adv np be happy :D

TiEsTo GnS 10-09-2018 22:01

Re: HEADSHOT! = weed sprites! ;)
 
Quote:

Originally Posted by tarsisd2 (Post 2619098)
PHP Code:

#define AUTHOR "GnS" 

here says that you are the author.

bad?code? you don't even know what i'm talking about SO FORGET IT".

doesn't matter if it is an easy post, nice plugin, you can't post whatever you want, there are rules,
1- you can't post other plugins without their permission.
2- you are NOT able to support the plugin with bugfixes.
3- read forum rules.

okey.
np

Natsheh 10-10-2018 02:17

Re: HEADSHOT! = weed sprites! ;)
 
This plugin may get approved in the earliest 2004 if you made a decent thread however you are giving more reasons to get yourself banned, such as posting a plugin that youre not the author of and admitting publishing for advertising purpose.


All times are GMT -4. The time now is 09:23.

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