Posts: 164
	Threads: 14
	Joined: Aug 2009
	
Reputation: 
0
	 
	
	
		I was trying my npc system, when I use setplayerpos with timer, (and if timer's interval is lower than 1000 ms) setplayerpos will work per second and it will not use my timer's interval.
It was working in 0.3a, i don't know what will be in 0.3b.
Sorry for my english.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 164
	Threads: 14
	Joined: Aug 2009
	
Reputation: 
0
	 
	
	
		I'm already using 0.3c!
It was working in 0.3a. It doesn't work in 0.3c.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,571
	Threads: 49
	Joined: Dec 2009
	
Reputation: 
0
	 
	
	
		Would you mind showing us your code?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 164
	Threads: 14
	Joined: Aug 2009
	
Reputation: 
0
	 
	
	
		Please, someone must confirm this! It is really important for me.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 918
	Threads: 125
	Joined: Nov 2010
	
	
 
	
	
		Well, replace 1 with 1.0. Its a float.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 918
	Threads: 125
	Joined: Nov 2010
	
	
 
	
	
		@lorenc.
Well I had this problem once and I had to make it a decimal.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,496
	Threads: 78
	Joined: Jun 2008
	
Reputation: 
0
	 
	
	
		I think it is nothing to do with the integer, as it should be automatically converted into a float value when they are passed into the function.