mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 04:33:29 +00:00
added intial sqf functions
This commit is contained in:
9
addons/main/functions/fn_core.sqf
Normal file
9
addons/main/functions/fn_core.sqf
Normal file
@@ -0,0 +1,9 @@
|
||||
// function name: armatak_fnc_map_not_found
|
||||
// function author: Valmo
|
||||
// function description: Main bootstrap function for the mod
|
||||
|
||||
params[];
|
||||
|
||||
if (!isServer) then {
|
||||
return;
|
||||
};
|
||||
Reference in New Issue
Block a user