Posts: 51
	Threads: 12
	Joined: Jun 2010
	
Reputation: 
0
	 
 
	
	
		Hello all,
Is there any possible way that I could make someone speed up when they run? Like make them run 2x faster? I'm trying to make it so that administrators can run really fast, not sure if it's possible, probably not.
Eh, just a thought.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 925
	Threads: 36
	Joined: Dec 2009
	
Reputation: 
0
	 
 
	
	
		PLay with the SetPlayerVelocity
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 51
	Threads: 12
	Joined: Jun 2010
	
Reputation: 
0
	 
 
	
	
		I don't think that'd work, that only works for a specific direction, I want them to maintain the same smooth speed in all directions even when they turn a corner etc.
Thanks for your help anyway!
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 715
	Threads: 47
	Joined: Mar 2011
	
Reputation: 
0
	 
 
	
	
		use an Adrenaline Pill, create the pickup on the player he will pick it up and he will run faster
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 51
	Threads: 12
	Joined: Jun 2010
	
Reputation: 
0
	 
 
	
	
		How would I create one of those?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,129
	Threads: 36
	Joined: Jan 2009
	
	
 
 
	
	
	
		
	Posts: 51
	Threads: 12
	Joined: Jun 2010
	
Reputation: 
0
	 
 
	
	
		Yeah, I got that part. But on the part where it says OnPlayerPickUpPickup I don't know what to do, SetPlayerAdrenaline? It doesn't exist.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,129
	Threads: 36
	Joined: Jan 2009
	
	
 
	
	
		No, the adrenaline pill automatically has an effect on the player.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 925
	Threads: 36
	Joined: Dec 2009
	
Reputation: 
0
	 
 
	
	
		You could get player pos and create the picukp in his location.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 51
	Threads: 12
	Joined: Jun 2010
	
Reputation: 
0
	 
 
	
	
		I've got;
pickup = CreatePickup(1241, 23, 1759.0189,-1895.1260,13.5622,-1);
But when I walk over it nothing happens.