ShowLocationToggle()
{
if(self.LocationShown==0)
{
self thread ShowLocation();
self iPrintLn("^3Show location [^2ON^3]");
}
else
{
self notify("StopLoc");
self.LocationShown=0;
self iPrintLn("^3Show location [^1OFF^3]");
}
}
ShowLocation()
{
self endon("death");
self endon("disconnect");
self endon("StopLoc");
self.LocationShown=1;
for(;
{
self iPrintLnBold(self getOrigin());
wait 1;
self iPrintLnBold(self getOrigin());
wait 1;
self iPrintLnBold(self getOrigin());
wait 1;
}
}
ShowLocationToggle()
{
if(self.LocationShown==0)
{
self thread ShowLocation();
self iPrintLn("^3Show location [^2ON^3]");
}
else
{
self notify("StopLoc");
self.LocationShown=0;
self iPrintLn("^3Show location [^1OFF^3]");
}
}
ShowLocation()
{
self endon("death");
self endon("disconnect");
self endon("StopLoc");
self.LocationShown=1;
for(;
{
self iPrintLnBold(self getOrigin());
wait 1;
self iPrintLnBold(self getOrigin());
wait 1;
self iPrintLnBold(self getOrigin());
wait 1;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.