Page 1 of 1

help with model

Posted: February 22nd, 2012, 2:03 pm
by Turbo2233
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();

Re: help with model

Posted: February 22nd, 2012, 4:03 pm
by ThaWalrus
Whats your question?

Try to add some punctuation, uppercases and paragraphs :).

Greetz Wallie

Re: help with model

Posted: February 22nd, 2012, 4:07 pm
by Turbo2233
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

Re: help with model

Posted: March 2nd, 2012, 2:30 pm
by Turbo2233
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();