-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstall.txt
70 lines (53 loc) · 1.72 KB
/
Install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Install Instructions
/******** description.ext
#include "spaz_spawn.hpp"
/******** onPlayerRespawn.sqf
if (isNil "inSpawnPoint") then
{
inSpawnPoint = false;
};
waitUntil { inSpawnPoint };
createDialog "spaz_spawn";
[] execVM "Spaz_Spawn.sqf";
noesckey = (findDisplay 8332) displayAddEventHandler ["KeyDown", "if ((_this select 1) == 1) then { true }"];
/******** Add a Sensor in your Mission.sqm
class Item0
{
position[] = {8886.766,102.1,9097.741}; //respawn_west Location
a = 10;
b = 10;
activationBy = "ANY";
repeating = 1;
interruptable = 1;
age = "UNKNOWN";
name = "SPAWNPOINT";
expCond = "(player distance SPAWNPOINT) < 10;";
expActiv = "hint ""You are in the clone room""; inSpawnPoint = true;";
expDesactiv = "inSpawnPoint = false;";
class Effects{};
};
/******** To change your spawn locations + map images go to Spaz_Spawn.sqf
Altis_Map = "images\map1.jpg";
Statis_Map = "images\map2.jpg";
Bronholm_Map = "images\map3.jpg";
Chernarus_Map = "images\map4.jpg";
Altis_Spawn_North = [0,0,0];
Altis_Spawn_South = [0,0,0];
Altis_Spawn_East = [0,0,0];
Altis_Spawn_West = [0,0,0];
Altis_Spawn_Centeral = [0,0,0];
Statis_Spawn_North = [0,0,0];
Statis_Spawn_South = [0,0,0];
Statis_Spawn_East = [0,0,0];
Statis_Spawn_West = [0,0,0];
Statis_Spawn_Centeral = [0,0,0];
Bronholm_Spawn_North = [3516.31,17886.3,0.00151825];
Bronholm_Spawn_South = [15296.9,163.178,0.00105];
Bronholm_Spawn_East = [13281.8,12691.9,0.00137055];
Bronholm_Spawn_West = [792.478,7133.28,0.00152135];
Bronholm_Spawn_Centeral = [9367.02,8402.27,0.00139618];
Chernarus_Spawn_North = [0,0,0];
Chernarus_Spawn_South = [0,0,0];
Chernarus_Spawn_East = [0,0,0];
Chernarus_Spawn_West = [0,0,0];
Chernarus_Spawn_Centeral = [0,0,0];