Jump to content

fudou20044

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by fudou20044

  1. Good evening. Thank you for your reply. I do not have or anything you want to custom the program of this particular automatic lubrication. I want to use as it is. If you are making your own for the first time the server now, I was able to open the server finally. On the server which I made, I would like to (free) automatic lubrication and bring the car to a gas station. Map is Cherunasu. One that is successful now is working to put the safe zone and mission. I'm sorry how to write code is poor. Is not too much knowledge. \Arma 2 Operation Arrowhead\MPMissions\DayZ_Epoch_11.Chernarus I put the SQF set of files that you downloaded in here to create a folder called service point in the above folder. It does not work and I'm going to have edited as is written here the init file in the folder of the above, and try to play on the server. This is a state in which menu and character not even heard even if you turn the mouse wheel at a gas station. Sorry to trouble you, because was found to be difficult to read I would write the code here, but I think can to see if you can and as this is allowed to UP loaded as is the init file. Thank you.

    新しいテキスト ドキュメント (8).txt

  2. Hello. I can not much English, but in Japanese, thank you. Find the site here, and I want to use on the server automatic lubrication. I As far as reading the description here \ Arma 2 Operation Arrowhead \ MPMissions \ DayZ_Epoch_11.Chernarus Create a folder of service_point here, I put the automatic lubrication spf in the forum here in. And the init 2 Operation Arrowhead \ MPMissions \ DayZ_Epoch_11.Chernarus \ Arma if (isServer) then {[] execVM "service_point \ service_point.sqf"; call compile preprocessFileLineNumbers "\ z \ addons \ dayz_server \ missions \ DayZ_Epoch_11.Chernarus \ dynamic_vehicle.sqf"; / / Compile vehicle configs / / Add trader citys _nil = [] execVM "\ z \ addons \ dayz_server \ missions \ DayZ_Epoch_11.Chernarus \ mission.sqf"; _serverMonitor = [] execVM "\ z \ addons \ dayz_code \ system \ server_monitor.sqf"; }; if (! isDedicated) then {     / / ... Some other stuff ...     / / Add the next line somewhere in this block     execVM "service_point \ service_point.sqf"; / / Conduct map operations 0 fadeSound 0; waitUntil {! isNil "dayz_loadScreenMsg"}; dayz_loadScreenMsg = (localize "STR_AUTHENTICATING"); / / Run the player monitor _id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}]; _playerMonitor = [] execVM "\ z \ addons \ dayz_code \ system \ player_monitor.sqf"; / / Anti Hack [] ExecVM "\ z \ addons \ dayz_code \ system \ antihack.sqf"; / / Lights / / [False, 12] execVM "\ z \ addons \ dayz_code \ compile \ local_lights_init.sqf"; }; if (! isDedicated) then {[] execVM "service_point \ service_point.sqf"; }; if (! isDedicated) then {[] execVM "service_point \ service_point_refuel.sqf"; }; if (! isDedicated) then {[] execVM "\ z \ addons \ dayz_server \ service_point \ service_point.sqf"; }; if (! isDedicated) then {[] execVM "\ z \ addons \ dayz_server \ service_point \ service_point_refuel.sqf"; }; # Include "\ z \ addons \ dayz_code \ system \ REsec.sqf" / / Start Dynamic Weather execVM "\ z \ addons \ dayz_code \ external \ DynamicWeatherEffects.sqf"; # Include "\ z \ addons \ dayz_code \ system \ BIS_Effects \ init.sqf" [] ExecVM "service_point \ service_point.sqf"; [] ExecVM "\ z \ addons \ dayz_server \ service_point \ service_point.sqf"; [] ExecVM "service_point \ service_point.sqf"; [] ExecVM "\ z \ addons \ dayz_server \ service_point \ service_point_refuel.sqf"; And I wrote the code to use the above, but the menu does not even come out you go until gas station playing on your own server. And I have added the code to various similar program because not familiar None did not respond. (Please through programs other than automatic lubrication. I have to write a noob at all,. Because it is not want to touch it except for the time being) I hope you tell me in detail where anywhere in the file and rewrite. Thanks in advance.

×
×
  • Create New...