SA-MP Forums Archive
[FilterScript] Simple Countdown System - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Simple Countdown System (/showthread.php?tid=292272)



Simple Countdown System - wumpyc - 23.10.2011

Hey i made really really simple countdown system...i know that a lot of guys wont like it how i make it but...im just a begginer...So when someone start /countdown noone alse cant start it at same time...also the players that are in range (20 meters) of /Countdown starter will get freezed...and un-freezed when gametext GO!! appears...also added sound(3,2,1,GO!)
I Hope you like It!




ENJOY


Respuesta: Simple Countdown System - Pleasee - 23.10.2011

Very Good! Great Work!


Re: Simple Countdown System - Nenad - 23.10.2011

Lol this will create big lag on servers :P And I think FS like this already exists


Re: Simple Countdown System - sherlock - 23.10.2011

Quote:
Originally Posted by Nenad
Посмотреть сообщение
Lol this will create big lag on servers :P And I think FS like this already exists
How will it make lag? plenty of servers use countdowns like this.


GJ


Re: Simple Countdown System - wumpyc - 24.10.2011

Thanks


Re: Simple Countdown System - vampirmd - 24.10.2011

is very good and useful


Re: Simple Countdown System - wumpyc - 24.10.2011

Quote:
Originally Posted by vampirmd
Посмотреть сообщение
is very good and useful
I'm glad you like it


Re: Simple Countdown System - CPT.Yehiawy - 18.11.2011

This is really awesome and good too its great for races, making events, etc


Re: Simple Countdown System - wumpyc - 19.11.2011

^^


Re: Simple Countdown System - Astralis - 19.11.2011

actually countdown goes with admin system. But some dont have it so your job is useful for races,drags,etc.


Re: Simple Countdown System - Hansolue - 12.03.2012

simple but good


Re: Simple Countdown System - aco_SRBIJA - 12.03.2012

Could be much better.....What if we do next countdown

public Count(var)
{
for (var, var<=0, i--);
{
if var=0 return GameTextForAll("~y~Go",1000,6), KillTimer(CountTimer);
format(somevar,sizeof(somevar),"~y~%d",var);
GameTextForAll(somevar,1000,6);
//Etc etc
}
}

So, this will work much better

Anyway, nice.


Re: Simple Countdown System - Hansolue - 13.03.2012

Nije lose aco


Re: Simple Countdown System - Awankz - 27.03.2012

Very Good Man !


Re: Simple Countdown System - Hannibal_Smith - 07.05.2012

Nice keep it up m8!