I tried to read and understand freetimer, but i have no clue how it works. Can someone give me an example how to stop a timer?
timer(80000,"testfunction",id)
for example i have this timer activated, before the timer triggers, the player leaves. I want to stop the timer when he leaves as soon as possible. I know i do it in addhook(leave), but i want to know how i can use freetimer() to stop it
Observe, i have a timer for each player in the server, that is why i have "id" on the last in the timer of testfunction