Posts: 947
	Threads: 58
	Joined: Nov 2011
	
Reputation: 
0
	 
 
	
	
		Title says it all.
How can i shake player's screen? i tried using SetPlayerDrunkLevel but that shakes very slowly, is there any other way to do it more faster?
Thanks.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 738
	Threads: 13
	Joined: Mar 2012
	
Reputation: 
0
	 
 
	
	
		Try using camera functions.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 947
	Threads: 58
	Joined: Nov 2011
	
Reputation: 
0
	 
 
	
	
		what camera fucntions? 
Anybody knows how to do this?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,793
	Threads: 196
	Joined: Jan 2010
	
Reputation: 
0
	 
 
	
	
		Increase the drunk level?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,524
	Threads: 109
	Joined: Sep 2009
	
Reputation: 
0
	 
 
	
	
		He means shaking it like an earthquake, try setting the player drunk level repeatedly (on a low interval timer), I think this may work.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 176
	Threads: 13
	Joined: May 2012
	
Reputation: 
0
	 
 
	
	
		Just set the level to increase when your player drinks an alcoholic beverage, if you need a code, reply and I am sure I can make one.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,236
	Threads: 310
	Joined: Jan 2011
	
Reputation: 
0
	 
 
	
	
		I believe I once achieved this by setting a player's drunk level to about 2020 on a fast timer (levels under 2000 stop the camera from swaying), but I doubt it would work for players with certain a FPS.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,236
	Threads: 310
	Joined: Jan 2011
	
Reputation: 
0
	 
 
	
	
		I did some testing with that, sucked. Oh well.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 947
	Threads: 58
	Joined: Nov 2011
	
Reputation: 
0
	 
 
	
	
		It does not shake like i want it to, i want it to shake fast because i have a new idea of creating realistic vehicle handling that shake player(s) screen when they go over certain amount of speed...
I hope you catch my drift.