added intial sqf functions

This commit is contained in:
Valmo Trindade
2024-07-19 02:11:31 -03:00
parent 764dd5f20f
commit b98c321a63
5 changed files with 45 additions and 1 deletions

View 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;
};