Console problem, printf
#4

What are you trying to achieve with:
pawn Код:
KillTimer(MoneyHackTimer(playerid));
?

First, set the timer to a global var:
pawn Код:
new timerMoneyHack[MAX_PLAYERS] = {INVALID_PLAYER_ID, ...};

KillTimer(timerMoneyHack[playerid]); // Make sure you kill the timer first ( If it was already set )
timerMoneyHack[playerid] = SetTimer(...);
Reply


Messages In This Thread
Console problem, printf - by JimmyCh - 16.08.2013, 20:38
Re: Console problem, printf - by linuxthefish - 16.08.2013, 21:14
Re: Console problem, printf - by Edix - 16.08.2013, 21:39
Re: Console problem, printf - by -Prodigy- - 16.08.2013, 21:42
Re: Console problem, printf - by JimmyCh - 16.08.2013, 21:46
Re: Console problem, printf - by Edix - 16.08.2013, 21:47
Re: Console problem, printf - by JimmyCh - 16.08.2013, 21:49
Re: Console problem, printf - by Edix - 16.08.2013, 21:55
Re: Console problem, printf - by JimmyCh - 16.08.2013, 21:56
Re: Console problem, printf - by Edix - 16.08.2013, 22:06

Forum Jump:


Users browsing this thread: 2 Guest(s)