mirror of
https://github.com/valmojr/armatak.git
synced 2026-08-19 16:32:59 +00:00
added intial sqf functions
This commit is contained in:
@@ -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