use dyn prio

This commit is contained in:
ineed bots
2023-07-15 14:58:58 -06:00
parent b7254c0131
commit 2d719726dc
5 changed files with 13 additions and 12 deletions

View File

@@ -2,13 +2,14 @@
#include maps\_utility;
#include maps\bots\_bot_utility;
CreateObjectiveForManger( sName, fpFinder, fpExecuter, iProcessRate )
CreateObjectiveForManger( sName, fpFinder, fpPriorty, fpExecuter, iProcessRate )
{
Answer = SpawnStruct();
Answer.sName = sName;
Answer.fpFinder = fpFinder;
Answer.fpExecuter = fpExecuter;
Answer.fpPriorty = fpPriorty;
Answer.aBotProcessTimes = [];
Answer.iProcessRate = iProcessRate;