PDA

View Full Version : Changing parajump time restriction....



Shinmen
Jul 13 2009, 12:30
I have been running the Domination mission types on our server and love them. One thing I want to change is the 30 min delay to use parajump. I have been on other servers that have reduced the wait time and was hoping someone could help/direct me to changing this myself.

I tried to change it using notepad but just hangs my server on load. Any help would be appreciated.

Shinmen
Jul 14 2009, 15:19
Anyone?

Tankbuster
Jul 14 2009, 17:04
What did you change?
If I remember correctly from the Domination game in Armed Assault, it was in the init file.
Also, I prefer using arma edit to edit the files. It helps with syntax. Notepad is a bit too basic for file editing for me

Shinmen
Jul 15 2009, 00:57
Thx, I will give that a try.

Minhelm
Jul 15 2009, 13:26
i_common.sqf
line 381
have fun :)

// if you set d_para_timer_base to a value > 0, for example 1800, HALO parajump is not available for 30 minutes once you've parajumped from the base flag (if enabled)
d_para_timer_base = 1800;
d_next_jump_time = -1;