Add a default Value

This commit is contained in:
Chris Cardozo 2020-11-22 11:12:39 -05:00
parent ceb9fb7bce
commit b3010e47a1

View File

@ -11,7 +11,7 @@
http://creativecommons.org/licenses/by-nc-sa/4.0/ http://creativecommons.org/licenses/by-nc-sa/4.0/
*/ */
#include "\q\addons\custom_server\Configs\blck_defines.hpp"; #include "\q\addons\custom_server\Configs\blck_defines.hpp";
params[["_coords",[]],["_range",0],["_onFootOnly",false]]; params[["_coords",[0,0,0]],["_range",0],["_onFootOnly",false]];
private ["_result","_players"]; private ["_result","_players"];
private "_players"; private "_players";