updating kicker v1

This commit is contained in:
Ghassan Yusuf 2020-05-22 09:33:27 +03:00
parent 1302316362
commit 417b22e36e
3 changed files with 30 additions and 28 deletions

View File

@ -18,7 +18,7 @@
// Time Attack Game // Time Attack Game
else if(game == "ta") { else if(game == "ta") {
terminal(GM_TATTACK); terminal(GM_TATTACK);
game_reaction_bluetooth(settings); time_attack_bluetooth(settings);
return; return;
} }

View File

@ -163,6 +163,7 @@
} }
// Every Kick ---------------------------->>> // Every Kick ---------------------------->>>
if(readImpact() > VTH) if(readImpact() > VTH)
{ {
counter++; counter++;
@ -172,6 +173,7 @@
} }
// Every Second ---------------------------->>> // Every Second ---------------------------->>>
if(sec_tick.Trigger()) if(sec_tick.Trigger())
{ {
timer--; timer--;