Posts: 139
	Threads: 29
	Joined: Aug 2010
	
Reputation: 
0
	 
	
	
		Maybe those names are wrong...
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,304
	Threads: 58
	Joined: Sep 2008
	
Reputation: 
0
	 
	
	
		Place "#include <a_samp>" ONLY ONCE in your script, at the top.
Also, you're having a second "OnGameModeInit", you can only have each callback, functions & that crap ONCE in your script. Merge those callbacks.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 139
	Threads: 29
	Joined: Aug 2010
	
Reputation: 
0
	 
	
	
		I can't figure it out for some reason. Or the compiler crashes, or it gives shitloads of other errors I don't understand. Could anybody show me where I need to place those lines?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 81
	Threads: 0
	Joined: May 2010
	
Reputation: 
0
	 
	
	
		put the #include <a_samp> on top of your script.
then check if you have 2 OnGameModeInIt and remove one of them (merge one to another.)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 139
	Threads: 29
	Joined: Aug 2010
	
Reputation: 
0
	 
	
	
		Could somebody please help? =<
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,843
	Threads: 8
	Joined: Nov 2008
	
Reputation: 
0
	 
	
	
		I THINK that error means you've missed a ';'
Show us lines 1236 through to 1242