SA-MP Forums Archive
[HELP] war timer - 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: [HELP] war timer (/showthread.php?tid=481018)



[HELP] war timer - Luca12 - 13.12.2013

Hello today I was working on war timer so I start war with command and players in war see

pawn Код:
[ war ]
you: war points
them: war points
But the problem is when I kick someone from war he still see that and when I stop war for everyone who is in the war that still appear to player if you know what I mean? This is that timer

pawn Код:
wartimer = SetTimer("Wartimerrefresh", Sec(4), true);



Re: [HELP] war timer - Luca12 - 14.12.2013

Please anyone? Thanks


Re: [HELP] war timer - Tagathron - 14.12.2013

If there's a msg you send to players,send it to all players which are in war and skip those who aren't.


Re: [HELP] war timer - Luca12 - 14.12.2013

yes I have that but when I kick player from war like I said it's still appearing so I need something like killing that timer for one player each


Re: [HELP] war timer - Tagathron - 14.12.2013

If you need to kill a timer this is what you use.