mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 20:53:30 +00:00
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
// function name: armatak_fnc_map_not_found
|
|
// function author: Valmo
|
|
// function description: Main bootstrap function for the mod
|
|
|
|
params[];
|
|
|
|
if (!isServer) then {
|
|
return;
|
|
}; |