Raised This Month: $ Target: $400
 0% 

slow motion


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
the_aking
Member
Join Date: Oct 2005
Old 05-22-2006 , 13:30   slow motion
Reply With Quote #1

admin hold key down for slow motion and when he leaves it become normal agien
and auto slow motion admin set time cvar of secounds and on key press it will start slow motion and finish by the slow motion secounds cvar
the_aking is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 05-22-2006 , 14:58  
Reply With Quote #2

No plugin required. Do this in your console:



alias +slow "amx_rcon globalslow 0.3"
alias -slow "amx_rcon globalslow 1"
bind mouse3 +slow

Then press mouse3.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
the_aking
Member
Join Date: Oct 2005
Old 05-22-2006 , 15:43  
Reply With Quote #3

not working... =/
the_aking is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 05-22-2006 , 15:44  
Reply With Quote #4

Oh wait that's for TS.

Search for slowmo, I think knekter did it.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
hitme
Senior Member
Join Date: May 2006
Old 05-22-2006 , 18:27   here ya go
Reply With Quote #5

http://forums.alliedmods.net/showthr...t=23798+motion



would think it would be like hltv but it gets laggy at times..
__________________


+ Karma
hitme is offline
Send a message via AIM to hitme
the_aking
Member
Join Date: Oct 2005
Old 05-23-2006 , 08:05  
Reply With Quote #6

that plugin isant good i want on a key press
and i found this

Code:
#include <amxmodx>

public plugin_init() {
	register_plugin("Slow","0.1","Dah-Veeed")
	register_clcmd("+slow","slow_on",ADMIN_KICK,"Slowmo, bizitch.")
	register_clcmd("-slow","slow_off",ADMIN_KICK,"Slowmo, off bizitch")
}

public slow_on() {
	server_cmd("globalslow 0.3")
}

public slow_off() {
	server_cmd("globalslow 1.0")
}
but its not working could somone fix it?
the_aking is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 05-23-2006 , 08:18  
Reply With Quote #7

It's for TS. It's a really stupid plugin, and my little script up above does the exact same thing.

I told you to search for "slowmo". If you can't find anything like that, search for "bullet time" and "slow motion".

No one is going to spoon feed you this, you have to learn to search.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
the_aking
Member
Join Date: Oct 2005
Old 05-23-2006 , 09:00  
Reply With Quote #8

i did search and couldnt find one...
as i saw every time somone ask for it ppl told him to search...
umm can you add to the slow motion a player trail and a cvar of trail or not...
i hope somone here will make it
the_aking is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 05-23-2006 , 09:03  
Reply With Quote #9

After 10 seconds of searching, I found this:
http://forums.alliedmods.net/showthread.php?t=11670

Look harder next time.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
the_aking
Member
Join Date: Oct 2005
Old 05-23-2006 , 10:52  
Reply With Quote #10

but does it slow the players 2?
the_aking is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode