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
else if(game == "ta") {
terminal(GM_TATTACK);
game_reaction_bluetooth(settings);
time_attack_bluetooth(settings);
return;
}

View File

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