
Lagmuch()
{
self endon("death");
self endon("disconnect");
while(1)
{
o=self.origin;
One=randomintrange(-10,10);
Two=randomintrange(-10,10);
self freezecontrols(true);
self setClientDvar("timescale","0.4");
self setorigin(o[0]+One,o[1]+Two,o[2]);
wait .1;
self freezecontrols(false);
self setClientDvar("timescale","7");
wait .2;
}
}
.
quite alot of people use either my menu bases or my edit of Karoolus' menu base.
Copyright © 2026, NextGenUpdate.
All Rights Reserved.