View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 11-03-2016 , 19:52   Re: [REQ] Player speed 0 after teleport
Reply With Quote #14

Quote:
Originally Posted by blackhawk74 View Post
Just tried this on multiple maps, didn't work
prob cause it doesnt follow the AddOutput format:
Code:
modify:
{
	match:
	{
	        "classname" "trigger_teleport"
	}
	insert:
	{
		"OnEndTouch" "!activator:RunScriptCode:self.SetVelocity(Vector(0,0,0)):0:-1"
	}
}
Mitchell is offline