This commit is contained in:
vbawol
2013-06-21 22:06:46 -05:00
parent 0ebffc3c8f
commit 181d4b7806
21 changed files with 117 additions and 17 deletions
+4
View File
@@ -0,0 +1,4 @@
// Sample Drop Bomb
_position = [MarkerPosition,0,DynamicVehicleArea,10,0,2000,0] call BIS_fnc_findSafePos;
bomb = "Bo_GBU12_LGB" createVehicle [(_position select 0),(_position select 1), 1000];
+1 -1
View File
@@ -1,3 +1,3 @@
// Sample Hello World
[nil,nil,"per",rTITLETEXT,"Hello World","PLAIN DOWN"] call RE;
[nil,nil,"per",rTITLETEXT,"Welcome to DayzEpoch.com","PLAIN DOWN"] call RE;
-3
View File
@@ -1,3 +0,0 @@
// Sample Hello World
[nil,nil,"per",rTITLETEXT,"Hello World 2","PLAIN DOWN"] call RE;