Posts: 160
Threads: 53
Joined: Apr 2014
Reputation:
0
KillTimer(playerid,Sec1);
How i can make to set to kill the timer "Sec1" of a player when he die ?
Posts: 165
Threads: 18
Joined: Jul 2013
Reputation:
0
Put that code under OnPlayerDeath();
Posts: 165
Threads: 18
Joined: Jul 2013
Reputation:
0
What is your set timer code?
Posts: 165
Threads: 18
Joined: Jul 2013
Reputation:
0
Get your settimer code and under OnPlayerDeath type KillTimer(Your Settimer Code);
Posts: 724
Threads: 14
Joined: Jul 2012
Reputation:
0
Show the full code you're using for setting the timer.