What's new

Discussion Slow Motion Problems

  • Thread starter mattfish234
  • Start date
  • Views 933
mattfish234

mattfish234

Newbie
Messages
13
Reaction score
0
Points
35
Sin$
7
I was just wondering had anyone else had problems with getting the slow-motion DVAR working. Ive added the code:

Code:
self setClientDvar("timescale", 0.5)

This just dosent work. I've tried patch_mp.ff's with slow motion that other people have had working. I just wondering if slow-mo has been patched. But i don't think so because ive been in slow-motion lobbys when it wasen't working for me. :frown: Sorry if there are multiple threads about this i just wanted to start a fresh topic with some intelligent people giving me answers. :smile:

-thanks
 
Defying

Defying

I can't draw.
Messages
3,995
Reaction score
1,105
Points
485
Sin$
0
Instead of
Code:
self setClientDvar("timescale", 0.5)
try
Code:
setDvar("timescale", 0.5);

:smile:
 
ActionScript

XG R4PiDzZ

XG R4PiDzZ
Grizzled Veteran Programmer Modder
Messages
2,649
Reaction score
1,405
Points
475
Sin$
0
As far as I know the ClientDvar for timescale doesn't work.

Use:
Code:
setDvar("timescale", 0.5);
 
Alle

Alle

Your Boy
Platinum Record Experienced Veteran Grizzled Veteran
Messages
3,176
Reaction score
361
Points
355
Sin$
0
Both of them are right. It's not a client dvar which is why.its infeftable even out of a lobby
 
mattfish234

mattfish234

Newbie
Messages
13
Reaction score
0
Points
35
Sin$
7
ok thanks guys for the really helpfully replys. I've got it working so thanks alot. :smile:
 
W

WickedModz

Newbie
Messages
62
Reaction score
0
Points
45
Sin$
7
and for low gravity??... im trying to set a gtnw gametype with slow motion but i cant find low gravity...
 
Top Bottom
Login
Register