View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-29-2020 , 17:46   Re: Problem with task
Reply With Quote #6

georgik57, with that you will end up with the below. Removing the "(+= #)" and starting the enum at the appropriate start value will make it work as you intend (g_iIDTaskBurn = 33, g_iIDTaskSoundRepeat = 10001).

Code:
g_iIDTaskBurn = 32
g_iIDTaskCheckConnected = 65
Code:
g_iIDTaskSoundRepeat = 10000
g_iIDTaskSoundPlayDelay = 20001
__________________

Last edited by Bugsy; 04-29-2020 at 17:47.
Bugsy is online now