Post: Slow Motion... [SCRIPT]
08-23-2011, 09:00 PM #1
Default Avatar
Newelly
Guest
(adsbygoogle = window.adsbygoogle || []).push({}); Just a nice simple code to infect with slow motion
    
doSMo()
{
if(self.slowmo == false)
{
self setclientdvar("timescale", ".5");
self iPrintln("^1Slow Motion : ^7On");
self.slowmo = true;
}
else
{
self setClientdvar("timescale", "1");
self iPrintln("^1Slow Motion : ^7Off");
self.slowmo = false;
}
}


//Thanks Amanda for this

//Im sure i got it from amanda's patch i may have been wrong ...
(adsbygoogle = window.adsbygoogle || []).push({});
08-23-2011, 09:05 PM #2
Correy
I'm the Original
Originally posted by Newelly View Post
Just a nice simple code to infect with slow motion
    
doSMo()
{
if(self.slowmo == false)
{
self setclientdvar("timescale", ".5");
self iPrintln("^1Slow Motion : ^7On");
self.slowmo = true;
}
else
{
self setClientdvar("timescale", "1");
self iPrintln("^1Slow Motion : ^7Off");
self.slowmo = false;
}
}


//Thanks Amanda for this

//Im sure i got it from amanda's patch i may have been wrong ...


definitly from my patch, i couldn't be bothered coding a toggle timescale so i made toggle fast and slow in separate ones plus before this i didn't see this type in no patch. but i know it's from mine
08-23-2011, 09:09 PM #3
Default Avatar
Newelly
Guest
Originally posted by Corrrey View Post
definitly from my patch, i couldn't be bothered coding a toggle timescale so i made toggle fast and slow in separate ones plus before this i didn't see this type in no patch. but i know it's from mine


ah nevermind im sure i got it from amanda i could be wrong it could be from your patch but i never got it from there i got it from amanda because i dont have quicksilver edit or anything, if anything amanda got it from you but credit is with amanda because thats where i got it from
08-23-2011, 09:11 PM #4
Karoolus
I'm the W@W Menu Guy !
    toggleslowmo()
{
if(self.slowmo == false)
{
self setclientdvar("timescale", .5);
self iPrintln("Slowmo ^2ON");
self.slowmo = true;
}
else
{
self setClientdvar("timescale", 1);
self iPrintln("Slowmo ^1OFF");
self.slowmo = false;
}
}


C/P from my WAW patch..
slowmo script is the same for everyone /facepalm

it does look a LOT like mine.. only the text has been changed (i've had that happen before :p)
08-23-2011, 09:27 PM #5
Originally posted by Karoolus View Post
    toggleslowmo()
{
if(self.slowmo == false)
{
self setclientdvar("timescale", .5);
self iPrintln("Slowmo ^2ON");
self.slowmo = true;
}
else
{
self setClientdvar("timescale", 1);
self iPrintln("Slowmo ^1OFF");
self.slowmo = false;
}
}


C/P from my WAW patch..
slowmo script is the same for everyone /facepalm

it does look a LOT like mine.. only the text has been changed (i've had that happen before :p)


This is so old it really doesn't need credit. It could just as well of been taken from Mossy v4,5,6 etc..
08-23-2011, 09:47 PM #6
Default Avatar
Newelly
Guest
Originally posted by x. View Post
This is so old it really doesn't need credit. It could just as well of been taken from Mossy v4,5,6 etc..


well yeah but i didnt know really thought i would put where i got it from as some credits if not im classed as a fag to most :y:
08-23-2011, 10:05 PM #7
Choco
Respect my authoritah!!
This really can be done with any dvar, and this is pretty old :p

The following user thanked Choco for this useful post:

Blackstorm

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo