Hello to all kind guys...I have a stupid question here...
I use this method to create the timer of my map...and can this causes memory leak? My game's players often disconnect from my map so I check all my triggers that has periodic event...and now I noticed for this trigger but I m not confirm is it occurs the bug?
I use this method to create the timer of my map...and can this causes memory leak? My game's players often disconnect from my map so I check all my triggers that has periodic event...and now I noticed for this trigger but I m not confirm is it occurs the bug?
-
count nc spawn timer
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
Set Player_Timer = (All players)
-
Player Group - Pick every player in Player_Timer and do (Actions)
-
Loop - Actions
-
Player - Add 1 to (Picked player) Food used
-
-
-
-