Posts: 1,057
	Threads: 90
	Joined: May 2009
	
Reputation: 
0
	 
	
	
		Do you have 'new CreateObject and AddStaticVehicle'? If yes, remove it.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 72
	Threads: 17
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		I've added #define <a_samp>
which has created more errors:
XXX\pawno\M-RP\gamemodes\mrp.pwn(44518) : error 074: #define pattern must start with an alphabetic character
XXX\pawno\M-RP\gamemodes\mrp.pwn(44519) : error 021: symbol already defined: "CreateObject"
XXX\pawno\M-RP\gamemodes\mrp.pwn(44590) : error 021: symbol already defined: "AddStaticVehicle"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Then on each line, it starts:
CreateObject(then continues with the co-ordinates and object id's, ect)
and
AddStaticVehicle(car id and co-ordinates).
Help?
Thanks,
Robert
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,220
	Threads: 154
	Joined: Jul 2009
	
Reputation: 
0
	 
	
	
		Would be nice if you show us your includes, stocks, defines and OnGameModeInit.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 7
	Threads: 3
	Joined: Nov 2010
	
Reputation: 
0
	 
	
	
		Did you add it under the callback OnGameModeInit?
And show the script please.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 672
	Threads: 89
	Joined: Jan 2010
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Mihai_Marius   | 
 Its 
 not define...
Also Put CreateObject and CreateVehicle under  
U can use CTRL+F to find it faster!
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 672
	Threads: 89
	Joined: Jan 2010
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Mihai_Marius   | 
 Its 
 not define...
Also Put CreateObject and AddStaticVehicle under  
U can use CTRL+F to find it faster!