ToggleTimescale2()
{
for(;
{
if ( self FragButtonPressed() && self useButtonpressed() )
{
setDvar("Timescale", "0.5");
self iPrintln("Timescale [^2ON^7]");
}
else
{
setDvar("Timescale", "1");
self iPrintln("Timescale [^1OFF^7]");
}
wait 0.05;
}
}
ToggleTimescale2()
{
for(;
{
if ( !self.timescale)
{
if ( self FragButtonPressed() && self useButtonpressed() )
{
setDvar("Timescale", "0.5");
self iPrintln("Timescale [^2ON^7]");
}
else
{
setDvar("Timescale", "1");
self iPrintln("Timescale [^1OFF^7]");
}
wait 0.05;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.