TIMER STOPS PROBLEM - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: TIMER STOPS PROBLEM (
/showthread.php?tid=383914)
TIMER STOPS PROBLEM -
Danyal - 09.10.2012
CODE HERE
i do not set
PlayerDeathMatchInfo[playerid][VICE_STADIUM] to zero any where else. i put it zero on only leave dm command
Re: TIMER STOPS PROBLEM -
Red_Dragon. - 09.10.2012
Why didn't you put the return 0 and 1 after
pawn Код:
PlayerDeathMatchInfo[playerid][VICE_STADIUM]
Or do you think it does not need ?
Re: TIMER STOPS PROBLEM -
Danyal - 09.10.2012
Quote:
Originally Posted by Red_Dragon.
Why didn't you put the return 0 and 1 after
pawn Код:
PlayerDeathMatchInfo[playerid][VICE_STADIUM]
Or do you think it does not need ?
|
are you serious do you know what it does...
if you don't have sufficient knowledge then don't reply to increase you post count...
Re: TIMER STOPS PROBLEM -
Red_Dragon. - 09.10.2012
I am sorry i just wanted to help i had a same problem like this and i solved it by something near what i said but i do not remember it 100% sorry again and good luck
Re: TIMER STOPS PROBLEM -
Bufige - 09.10.2012
You're doing it wrong, Publics with parameters requires SetTimerEx instead of Settimer. About your variable, You did something, just make a Debug over that variable .