Post: Need some assistants with GSC
10-06-2015, 05:42 AM #1
Convive
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); 1:So im trying to call blood splatter near player death so if you shoot with eb it will looks semi real real because blood splatter will go off in the person.

2: Trying to make eb work with only one gunn so i can basically bind Prone and Aim in and whatever of my liking i may choose different at times.

3:Have to get my Hitmarker eb working
    else if(self.ebRange == "Everywhere")
{
self notify("NewRange");
self thread radiusShot(10);
self.ebRange = "Hitmarker";
}

Ive tryed doing this but i freeze.
    else if(self.ebRange == "Everywhere")
{
self notify("NewRange");
self thread radiusShot(10,500);
self.ebRange = "Hitmarker";
}
(adsbygoogle = window.adsbygoogle || []).push({});
10-06-2015, 08:35 AM #2
Chris
Former Staff
Originally posted by Zaroff View Post
1:So im trying to call blood splatter near player death so if you shoot with eb it will looks semi real real because blood splatter will go off in the person.

2: Trying to make eb work with only one gunn so i can basically bind Prone and Aim in and whatever of my liking i may choose different at times.

3:Have to get my Hitmarker eb working
    else if(self.ebRange == "Everywhere")
{
self notify("NewRange");
self thread radiusShot(10);
self.ebRange = "Hitmarker";
}

Ive tryed doing this but i freeze.
    else if(self.ebRange == "Everywhere")
{
self notify("NewRange");
self thread radiusShot(10,500);
self.ebRange = "Hitmarker";
}

4th and last: Also if possible i wanted to know if it would be possible to have a name verification so the binds are setup so only people PSN name will actually activate the binds for that player with that psn. So if your name isnt on my list you cant use the binds.


Thread moved to Black Ops 2 GSC Mods and Scripts Questions section.
10-06-2015, 08:37 AM #3
Convive
Bounty hunter
Originally posted by Chris View Post
Thread moved to Black Ops 2 GSC Mods and Scripts Questions section.


Oh im very sorry. I apologize. I didn't even notice! Thanks you for moving it!
10-06-2015, 11:02 AM #4
I think you use it in this kinda format

radiusShot(self.origin, 200, 500, 100, self);
or
location = something something;
radiusShot(location, 200, 500, 100, self);

if this even helps
10-06-2015, 11:34 AM #5
Convive
Bounty hunter
Originally posted by OfficialCoolJay View Post
I think you use it in this kinda format

radiusShot(self.origin, 200, 500, 100, self);
or
location = something something;
radiusShot(location, 200, 500, 100, self);

if this even helps


so radiusShot(self.origin, 200, self (what here)
10-06-2015, 11:53 AM #6
pretty sure u need to have x,y,z

radiusShot(self.origin, x y, z, self);

and don't put self thread before it, unnecessary.
10-06-2015, 12:02 PM #7
Originally posted by Zaroff View Post
1:So im trying to call blood splatter near player death so if you shoot with eb it will looks semi real real because blood splatter will go off in the person.

2: Trying to make eb work with only one gunn so i can basically bind Prone and Aim in and whatever of my liking i may choose different at times.

3:Have to get my Hitmarker eb working
    else if(self.ebRange == "Everywhere")
{
self notify("NewRange");
self thread radiusShot(10);
self.ebRange = "Hitmarker";
}

Ive tryed doing this but i freeze.
    else if(self.ebRange == "Everywhere")
{
self notify("NewRange");
self thread radiusShot(10,500);
self.ebRange = "Hitmarker";
}


Just use devours superman lobby for the eb but then put the blood splatter Smile
10-06-2015, 12:19 PM #8
Convive
Bounty hunter
Originally posted by NotThisGuy View Post
Just use devours superman lobby for the eb but then put the blood splatter Smile


I have my eb set up i want it for hit markers. like so it doesnt kill them. ill grab his source quickly and see what i can rip quickly lul i hate ripping but i cant seams to get it
10-06-2015, 09:49 PM #9
Convive
Bounty hunter
Does anyone know how to setup the eb to work with blood splat its not that big of a deal with making eb work with just one gun but you can see what eb making eb work with one gun lookes like in Conditionals azza patches
10-06-2015, 10:22 PM #10
itsSorrow
In my man cave
Originally posted by Zaroff View Post
Does anyone know how to setup the eb to work with blood splat its not that big of a deal with making eb work with just one gun but you can see what eb making eb work with one gun lookes like in Conditionals azza patches


Set a blood effect after the callback player damage.

Originally posted by Zaroff View Post
I have my eb set up i want it for hit markers. like so it doesnt kill them. ill grab his source quickly and see what i can rip quickly lul i hate ripping but i cant seams to get it


Set the radius to 1

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo