Post: Mustang and Sally gun script?
06-16-2015, 07:58 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Is there a script for mustang and sally gsc???
(adsbygoogle = window.adsbygoogle || []).push({});
06-16-2015, 09:55 PM #2
HiddenHour
I defeated!
Originally posted by Elitexboxer View Post
Is there a script for mustang and sally gsc???


Didn't test this.

    mustangSally()
{
self endon("disconnect");
self endon("death");
self endon("stopMNS")

if(self.mns == false)
{
self.mns = true;
self iprintln("^2Mustang and Sally Given");

self giveWeapon("fnp45_dw_mp", 0, true(39, 0, 0, 0, 0));
self switchToWeapon("fnp45_dw_mp");

for(;Winky Winky
{
if(self GetCurrentWeapon() == "fnp45_dw_mp")
{
self waittill("weapon_fired");
forward = anglestoforward(self getplayerangles());
start = self geteye();
end = vectorscale(forward, 9999);
magicbullet("m32_mp", start, bullettrace(start, start + end, false, undefined)["position"], self);
}
wait 0.01;
}
}
else
{
self.mns = false;
self iprintln("^1Mustang and Sally Taken");

self takeAllWeapons();
self giveWeapon("fnp45_dw_mp");
self switchToWeapon("fnp45_dw_mp");

self notify("stopMNS");
}

}
06-16-2015, 10:09 PM #3
Originally posted by TheHiddenHour View Post
Didn't test this.

    mustangSally()
{
self endon("disconnect");
self endon("death");
self endon("stopMNS")

if(self.mns == false)
{
self.mns = true;
self iprintln("^2Mustang and Sally Given");

self giveWeapon("fnp45_dw_mp", 0, true(39, 0, 0, 0, 0));
self switchToWeapon("fnp45_dw_mp");

for(;Winky Winky
{
if(self GetCurrentWeapon() == "fnp45_dw_mp")
{
self waittill("weapon_fired");
forward = anglestoforward(self getplayerangles());
start = self geteye();
end = vectorscale(forward, 9999);
magicbullet("m32_mp", start, bullettrace(start, start + end, false, undefined)["position"], self);
}
wait 0.01;
}
}
else
{
self.mns = false;
self iprintln("^1Mustang and Sally Taken");

self takeAllWeapons();
self giveWeapon("fnp45_dw_mp");
self switchToWeapon("fnp45_dw_mp");

self notify("stopMNS");
}

}


Error on line 2192
06-16-2015, 10:12 PM #4
HiddenHour
I defeated!
Originally posted by Elitexboxer View Post
Error on line 2192


DrackI'll actually let you do some work and figure it out lol
06-16-2015, 10:26 PM #5
Originally posted by TheHiddenHour View Post
DrackI'll actually let you do some work and figure it out lol


Tried everything that I know about GSC lol
06-16-2015, 10:44 PM #6
HiddenHour
I defeated!
Originally posted by Elitexboxer View Post
Tried everything that I know about GSC lol


I'm a bit rustled tears
    self endon("stopMNS");


Edit: Hit n run eh? Well fak u too m8.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo