doLS()
{
self endon( "disconnect" );
self notifyOnPlayerCommand( "n", "+actionslot 1" );
while(1)
{
self waittill ( "n" );
self playSound("claymore_activated");
self setclientDvar("laserForceOn", 1);
self iPrintlnBold("^2Laser Sight On");
wait 0.05;
self waittill ( "n" );
self playSound("claymore_activated");
self setclientDvar("laserForceOn", 0);
self iPrintlnBold("^2Laser Sight Off");
wait 0.05;
}
}
