mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +03:00
Organize files a bit and removed non source pbo's
This commit is contained in:
4
SQF/dayz_server/modules/drop_bombs.sqf
Normal file
4
SQF/dayz_server/modules/drop_bombs.sqf
Normal 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];
|
||||
3
SQF/dayz_server/modules/hello_world.sqf
Normal file
3
SQF/dayz_server/modules/hello_world.sqf
Normal file
@@ -0,0 +1,3 @@
|
||||
// Sample Hello World
|
||||
|
||||
[nil,nil,"per",rTITLETEXT,"Welcome to DayzEpoch","PLAIN DOWN"] call RE;
|
||||
Reference in New Issue
Block a user