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

Possible create Hit damage plugin WEAPON: SSG 08 [CSGO]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
sixten_8_9@
Senior Member
Join Date: Jun 2009
Location: Sweden
Old 10-19-2013 , 23:10   Possible create Hit damage plugin WEAPON: SSG 08 [CSGO]
Reply With Quote #1

possible to create plugin there only
SSG 08

do this in damage:

Left Leg: 25
Right Leg: 25
Right Arm: 25
Left Arm: 25
Stomach: 50
Chest: 50
Head: 100

------------
Why do i search for this plugin oki: sometimes ssg 08 do 75 in damage with one shot.
__________________
My Nick name is Nouton^
i have played cs for around 12years+
have build servers for about 12years
my website and my servers are: http://Nouton.se

i host at home did build my own server station for around 1300$.

Last edited by sixten_8_9@; 11-04-2018 at 13:15.
sixten_8_9@ is offline
Pyro_
Senior Member
Join Date: Oct 2013
Old 10-21-2013 , 20:28   Re: Possible create Hit damage plugin WEAPON: SSG 08 [CSGO]
Reply With Quote #2

You might want to take a look at SDKHook TraceAttack, I would show you how to do it, if I knew; but I do know that it can detect the hitbox, change the damage and I believe check the weapon.
Pyro_ is offline
sixten_8_9@
Senior Member
Join Date: Jun 2009
Location: Sweden
Old 11-24-2013 , 06:45   Re: Possible create Hit damage plugin WEAPON: SSG 08 [CSGO]
Reply With Quote #3

FOUND THIS CODE

Reducing damage from a headshot -


Quote:
#include <sourcemod>
#include <sdkhooks>

public OnClientPutInServer(client) {

SDKHook(client, SDKHook_TraceAttack, TraceAttack);
}

public Action:TraceAttack(victim, &attacker, &inflictor, &Float:damage, &damagetype, &ammotype, hitbox, hitgroup) {

if (hitgroup == 1) {
damage *= 0.50;
return Plugin_Changed;
}

return Plugin_Continue;
}
Can some one help me update it to this

CSGO WEAPON:SSG 08


do this in damage:

Left Leg: 25
Right Leg: 25
Right Arm: 25
Left Arm: 25
Stomach: 50
Chest: 50
Head: 100
__________________
My Nick name is Nouton^
i have played cs for around 12years+
have build servers for about 12years
my website and my servers are: http://Nouton.se

i host at home did build my own server station for around 1300$.

Last edited by sixten_8_9@; 11-04-2018 at 13:15.
sixten_8_9@ is offline
sixten_8_9@
Senior Member
Join Date: Jun 2009
Location: Sweden
Old 11-04-2018 , 12:36   Re: Possible create Hit damage plugin WEAPON: SSG 08 [CSGO]
Reply With Quote #4

upp again searching for it... OBS!! want head damage to stay the same as orginal. but the rest the same as first post.
__________________
My Nick name is Nouton^
i have played cs for around 12years+
have build servers for about 12years
my website and my servers are: http://Nouton.se

i host at home did build my own server station for around 1300$.
sixten_8_9@ 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 17:51.


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