kill timer
#1

i already ask but no answer that can solve my problem,i make timer when player enter the checkpoint and than it sart Count Down ...
and i put under OnPlayerLeaveCheckpoint KillTimer .... but when i enter checkpoint the coundown start but when i leave checkpoint it wont stop and than all gamemode is bugged ...

here u ahve the full code:

http://pastebin.com/m6acd2141

I hope u can help me with this cuz its important for me

Ty for any help
Reply
#2

anyone ?
Reply
#3

Right off the bat I see you don't collect the values of SetTimer in OnPlayerEnterStreamedCheckpoint. SetTimer is not a one time thing, it can/will return a different value the next time you use it.
Reply
#4

and how i can fix that ?
Reply
#5

It's not a bug, it's meant to be like that..

new timer;

timer = SetTimerEx(...);

KillTimer(timer);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)