25.07.2009, 16:24
just add a boolean variable for that. Use a boolean veriable inside the timer and set it to false and
before setting the timer, set it to true
Inside you OnMenuSelectRow ...
check if that boolean variable is true, only then the player can perform that fuction.
before setting the timer, set it to true
Inside you OnMenuSelectRow ...
check if that boolean variable is true, only then the player can perform that fuction.