Have a question about modding, modelling or skinning? Have a tutorial to post? Post here!
	Moderator: Core Staff
			
		
		
			- 
				
								Turbo2233								  
			
 
						- CJ Fan

 			
		- Posts: 116
 		- Joined: December 8th, 2011, 1:38 pm
 		
		
											- Location: unknown
 
							
						
		
		
						
						
													
							
						
									
						Post
					
								by Turbo2233 » February 22nd, 2012, 2:03 pm
			
			
			
			
			hi guys i am trying to change admin player to opfor i got a script but i dont know the name of opfor characters i have posted below part of code i need to change to opfor
thanks
     
Code: Select all
   if(game["allies"] == "marines")
        {
                if(game["allies_soldiertype"] == "desert")
                {
                        self detachAll();
                        character\character_mp_usmc_sniper::main();
             
	                self detachAll();
                        character\character_mp_usmc_woodland_sniper::main();
                
        
        else if(game["allies"] == "sas")
        
                if(game["allies_soldiertype"] == "urban")
                                        self detachAll();
                        character\character_mp_sas_urban_recon::main();
              
                        self detachAll();
                        character\character_mp_usmc_woodland_recon::main();
 
			
			
									
									
						 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			
								ThaWalrus								  
			 
									
						
		
						
						
		
		
						
						
													
							
						
									
						Post
					
								by ThaWalrus » February 22nd, 2012, 4:03 pm
			
			
			
			
			Whats your question?
Try to add some punctuation, uppercases and paragraphs 

.
Greetz Wallie
 
			
			
									
									
						 
		 
				
		
		 
	 
	
				
		
		
			- 
				
								Turbo2233								  
			
 
						- CJ Fan

 			
		- Posts: 116
 		- Joined: December 8th, 2011, 1:38 pm
 		
		
											- Location: unknown
 
							
						
		
		
						
						
													
							
						
									
						Post
					
								by Turbo2233 » February 22nd, 2012, 4:07 pm
			
			
			
			
			ThaWalrus wrote:Whats your question?
Try to add some punctuation, uppercases and paragraphs 

.
Greetz Wallie
 
i want a opfor model instead of marriens and sas
 
			
			
									
									
						 
		 
				
		
		 
	 
	
				
		
		
			- 
				
								Turbo2233								  
			
 
						- CJ Fan

 			
		- Posts: 116
 		- Joined: December 8th, 2011, 1:38 pm
 		
		
											- Location: unknown
 
							
						
		
		
						
						
													
							
						
									
						Post
					
								by Turbo2233 » March 2nd, 2012, 2:30 pm
			
			
			
			
			so can anyone help me with this i am stuck and need help i need to change them to opfor 
Code: Select all
character\character_mp_usmc_sniper::main();
character\character_mp_usmc_woodland_sniper::main();
 character\character_mp_sas_urban_recon::main();
character\character_mp_usmc_woodland_recon::main();