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

HEADSHOT! = weed sprites! ;)


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff       
TiEsTo GnS
Junior Member
Join Date: Aug 2018
Old 10-09-2018 , 16:24   HEADSHOT! = weed sprites! ;)
#1

---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 FloatriginF[3]
pev(xVictim, pev_origin, originF)

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

xEffectDrugs(const FloatriginF[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 ;)
Blocked Attachments
File Type: zip HsGnSWeed.ZIP

Last edited by TiEsTo GnS; 10-09-2018 at 16:49. Reason: update
TiEsTo GnS is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 10-09-2018 , 17:06   Re: HEADSHOT! = weed sprites! ;)
#2

Beautiful stolen plugin.

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


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
TiEsTo GnS
Junior Member
Join Date: Aug 2018
Old 10-09-2018 , 17:08   Re: HEADSHOT! = weed sprites! ;)
#3

Quote:
Originally Posted by iceeedr View Post
Beautiful stolen plugin.

I KNOW
MHM nice
TiEsTo GnS is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 10-09-2018 , 17:53   Re: HEADSHOT! = weed sprites! ;)
#4

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
tarsisd2 is offline
TiEsTo GnS
Junior Member
Join Date: Aug 2018
Old 10-09-2018 , 18:24   Re: HEADSHOT! = weed sprites! ;)
#5

Quote:
Originally Posted by tarsisd2 View Post
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.
TiEsTo GnS is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 10-09-2018 , 18:27   Re: HEADSHOT! = weed sprites! ;)
#6

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.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 10-09-2018 , 18:37   Re: HEADSHOT! = weed sprites! ;)
#7

Quote:
Originally Posted by TiEsTo GnS View Post
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.
tarsisd2 is offline
TiEsTo GnS
Junior Member
Join Date: Aug 2018
Old 10-09-2018 , 22:00   Re: HEADSHOT! = weed sprites! ;)
#8

k but i no put for make me the autor,i put my name clan for adv np be happy
TiEsTo GnS is offline
TiEsTo GnS
Junior Member
Join Date: Aug 2018
Old 10-09-2018 , 22:01   Re: HEADSHOT! = weed sprites! ;)
#9

Quote:
Originally Posted by tarsisd2 View Post
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
TiEsTo GnS is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 10-10-2018 , 02:17   Re: HEADSHOT! = weed sprites! ;)
#10

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.
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 10-10-2018 at 02:19.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
Closed Thread


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 10:29.


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