Poll

Do you Support?

Yes!!!
14 (66.7%)
No.
3 (14.3%)
Maybe.
4 (19%)

Total Members Voted: 21

Author Topic: Timescale Event idea/request  (Read 1427 times)

You need admin to begin with to change timescale, I dont know what you people are talking about. I support this fully.

Make a F.E.A.R. type multiplayer minigame with this, the slowdowns should last for a little while. Would play.

Actually, this might be useful.
I might look into making events, and if possible, make this. It would use a slider for the timescale, to make things simpler, if possible, right?
Any luck katadeus!!!

Code: [Select]
registerOutputEvent(Self,setTimescale,"float 0.2 2.0 0.2 1");

function fxDTSBrick::setTimescale(%brick,%num)
{
%brickowner = %brick.getGroup();
if(%brickowner.isAdmin)
serverCmdtimescale(%num);
}
Not too hard, the event won't run if the brick's owner is not an admin, super admin, or host.

Guys I'm not gonna be home for 4 or 5 days cause I'm going camping!!

Ooohh definitely want this! Some OnPlayerTouch timescale slow mo action for scenes  :cookieMonster:

the nuke idea was pretty good too

Saying that is stupid. You could say the default gun is abusable. The spray can could be abusable. The brick tool could be abusable.
The difference here is that the gun and spray can don't affect every single person in the entire server no matter how far away you are.

But since an admin check is already part of the serverCmd...
registerOutputEvent(Self,setTimescale,"float 0.2 2.0 0.2 1");

function fxDTSBrick::setTimescale(%brick,%num)
{
   %brickowner = %brick.getGroup().client;
   if(%brickowner.isAdmin)
      serverCmdtimescale(%brickowner,%num);
}
Fixed

/support
I think this has been suggested before but people didn't make it clear what they meant.

Any luck katadeus!!!
Nope, been lazy, and a couple people beat me to it. Heh.

I'm back and any modder out there willing to make it!!!!

/support
But i think there should be a event that only affects the player but not everyone in the server like the boomerang from TY 1 that slows enemy's down.

It'd really have to be an admin only event, or it'll be abuseable as forget.

Lol.
People are still asking for it when it's already been posted.

Edit: nvm, dunno if headcrab zombie wants me to mention it or not...
This sort of thing is already here, HZ made it for me on request. But it's extremely abusive, can cause all sorts of chaos. lol
« Last Edit: August 12, 2011, 02:13:33 PM by Mysteroo »

Edit: nvm, dunno if headcrab zombie wants me to mention it or not...
This sort of thing is already here, HZ made it for me on request. But it's extremely abusive, can cause all sorts of chaos. lol
Thanks mysteroo I'm locking topic now!!!