Posts: 94
	Threads: 15
	Joined: May 2011
	
Reputation: 
0
	 
 
	
	
		Hello.
I have ravens roleplay. And i have download new maps, but its a CreateObject.txt file, so how can i add it to the roleplay, so i can use it?
-Orbison
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,152
	Threads: 11
	Joined: Feb 2010
	
Reputation: 
0
	 
 
	
	
		Copy the objects from the objects.txt and paste it into the script under the OnGameModeInit line.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 94
	Threads: 15
	Joined: May 2011
	
Reputation: 
0
	 
 
	
	
		Do you mean, i can make new pwn+amx file? Or do i need to paste it in the gm script?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 438
	Threads: 82
	Joined: Apr 2011
	
Reputation: 
0
	 
 
	
	
		first convert your map to objects and copy/paste in to OnGameModeInit 
example::::
public OnGameModeInit()
{
    CreateObject(8417, 3168.894287, -2006.877686, 229.010910, 0.0000, 0.0000, 0.0000);
    CreateObject(18450, -1027.567017, 189.684677, 28.302891, 0.3976, 345.0000, 358.5161);