Jump to content
  • 0

epoch Origins 1.7.9.5


Backtrack

Question

9 answers to this question

Recommended Posts

  • 0

You have to edit server_publishVehicle2.sqf and server_publishVehicle3.sqf to remove the origins symbol.

under this

	diag_log ("PUBLISH: " + str(_activatingPlayer) + " Upgraded " + (_class) + " with ID " + str(_uid));

add this

_oriarray =["ori_ZAZ968M","ori_taviander","ori_buchanka","ori_m3","ori_maniac","ori_KaTransp","ori_ScrapRaft"];				
	if (typeOF _object in _oriarray) then {																					
		_object animate ["tropa",1];																							
		if (typeOF _object == "ori_ScrapRaft") then {_object animate ["OriModOhrana",1];};										
	}; 

Vehicle which you has spawned with infistar won't work.

 

Link to comment
Share on other sites

  • 0

sry, i miss dayz_server\system\server_monitor.sqf

above

_lockable = 0;

add

_oriarray = ["ori_ZAZ968M","ori_taviander","ori_buchanka","ori_m3","ori_maniac","ori_KaTransp","ori_ScrapRaft"];
            if (typeOF _object in _oriarray) then {													
                _object animate ["tropa",1];														
                if (typeOF _object == "ori_ScrapRaft") then {
					_object animate ["OriModOhrana",1];
				};	
            }; 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...