View Single Post
safetymoose
Senior Member
Join Date: Feb 2015
Old 04-29-2020 , 01:33   Re: Problem with task
Reply With Quote #2

PHP Code:
#define TASK_GIVEDEAGLE 558
#define TASK_REMOVEDEAGLE 559 
->
PHP Code:
#define TASK_GIVEDEAGLE 558
#define TASK_REMOVEDEAGLE 659 
Your tasks are too close to eachother and causing overlaps. Tasks need a minimum of MAXPLAYERS distance from eachother to prevent remove_task() from one task affecting another.

Last edited by safetymoose; 04-29-2020 at 01:37.
safetymoose is offline