| |
|
Spectrumw
|
  |
| Joined: 04 Aug 2009 |
| Total Posts: 13510 |
|
| |
|
| |
|
|
| 01 Aug 2011 02:55 PM |
Yeah,
From this:
"Like, I can write down usernames of people i DONT want it to shoot, instead of putting down every possible username is existence?"
I conclude that there is a bit that says, IF HUMANOIDS .NAME IS BLAH THEN KILL.
Change the == sign to a ~= sign
If not steal, the line from most Find-Nearest-Torso functions in the Script from a Zombie, which says
IF ME THEN FORGET THIS AS A TARGET,
and change it to:
IF SOMEONE WITH THIS .NAME THEN FORGET ABOUT IT
GL, --Brian
|
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 03:16 PM |
Holy Carp,
That model is a mess!
IF GunLeft is the laser, firing AND it uses the FireScript as its targeting method then change this line:"
if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
to something like this (*mAY CONTAIN SYNTAX ERROS):
if (temp ~= nil) and (human ~= nil) and (human.Health > 0) and temp.Name ~= "NAME-NOT-TO-KILL" then
bUT THERE ARE LIKE 100 SCRIPTS IN THAT MODEL. wHO kNOWS?
--bRIAN
|
|
|
| Report Abuse |
|
|
Spectrumw
|
  |
| Joined: 04 Aug 2009 |
| Total Posts: 13510 |
|
|
| 01 Aug 2011 03:28 PM |
"Awesome! when your finshied, send me the link please!"
I find funny how you assumed that I was gonna do it. I said that I can, not that I will. |
|
|
| Report Abuse |
|
|