Posts: 52
	Threads: 3
	Joined: Oct 2006
	
Reputation: 
0
	 
	
	
		Take a closer look at SetTimerEx in sa-mp wiki. (SetTimer is for Timers without parameters)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 531
	Threads: 99
	Joined: Sep 2010
	
Reputation: 
0
	 
	
	
		If im correct them timers are gonna call on all the functions.. in the end your going to prison that sucks
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 52
	Threads: 3
	Joined: Oct 2006
	
Reputation: 
0
	 
	
	
		SetTimer does not accept additional paremeters! (playerid in this example)
You have to replace it with SetTimerEx, look at the wiki how to do this.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,466
	Threads: 7
	Joined: Jun 2009
	
Reputation: 
0
	 
	
	
		return 1;
Add a return 1; under the functions.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,466
	Threads: 7
	Joined: Jun 2009
	
Reputation: 
0
	 
	
	
		So you mean they got teled back into the prison straight away?