Post: Forcing gun lasers
11-12-2015, 10:59 PM #1
BullyWiiPlaza
Climbing up the ladder
(adsbygoogle = window.adsbygoogle || []).push({}); I've seen people use a mod to force lasers on all weapons, even the ones who can't normally have them. Does anyone have the script? Here is what I tried but it didn't work (nothing happened):
    toggleLaserSights()
{
modName = "Laser Sights";

if(!self.laserSights)
{
self.laserSights = true;
self iPrintln("Laser Sights ^2ON");
self thread enableLaserSights();

return;
}

self.laserSights = false;
self iPrintln("Laser Sights ^1OFF");
disableLaserSights();
}

enableLaserSights()
{
self endon("disconnect");
self endon("stopLaserSights");

while(true)
{
setLaserSights(true);

wait 0.1;
}
}

disableLaserSights()
{
self notify("stopLaserSights");
setLaserSights(false);
}

setLaserSights(enabled)
{
currentWeapon = self getCurrentWeapon();

if(enabled)
{
currentWeapon laserOn();
}
else
{
currentWeapon laserOff();
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
11-13-2015, 01:56 PM #2
Its in certain eboots

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo