SA-MP Forums Archive
Clock Real Time by Noredine.There is no others ! - 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: Clock Real Time by Noredine.There is no others ! (/showthread.php?tid=128727)

Pages: 1 2


Clock Real Time by Noredine.There is no others ! - Noredine - 19.02.2010

Warning:
Do not remove credits !

Info:
This is a clock with the real time

How to use:
Place the file: Clock.pwn and Clock.amx in your filterscripts folder on server folder
Next: Open server.fcg and note in line filterscripts: Clock


Screen:


Download:


Pastebin:
http://pastebin.com/m26b80ba5

Proteced by License:




Re: Clock Real Time by Noredine - addinol - 19.02.2010

what's the difference between gl_realtime and your clock?

anyways good FS :]


Re: Clock Real Time by Noredine - Noredine - 19.02.2010

Thx man


Re: Clock Real Time by Noredine - Pho3niXx - 19.02.2010

Nice. Is it your first script? nice !


Re: Clock Real Time by Noredine - Noredine - 19.02.2010

Quote:
Originally Posted by Dr4x
Nice. Is it your first script? nice !
Yes , i'ts my FS


Re: Clock Real Time by Noredine - Noredine - 20.02.2010

I managed this clock for it not to blink and it does not go wrong with a countdown or else.


Re: Clock Real Time by Noredine - Eazy_Efolife - 20.02.2010

Код:
print("\n--------------------------------------");
print(" Clock by HP Loaded           ");
print("--------------------------------------\n");
Did you really make this?


Re: Clock Real Time by Noredine.There is no others ! - [WSM]Deadly_Evil - 20.02.2010

Oh Its by HP not by you argh...


Re: Clock Real Time by Noredine.There is no others ! - Noredine - 20.02.2010

HP it's my Pseudo..

My Pseudo = Hackeur-Pro = HP
My Name = Noredine

Me use HP and Noredine



Re: Clock Real Time by Noredine.There is no others ! - Eazy_Efolife - 20.02.2010

Quote:
Originally Posted by Noredine
HP it's my Pseudo..

Hackeur-Pro

HP...

Me use HP and Noredine
That made no sense.


Re: Clock Real Time by Noredine.There is no others ! - Pho3niXx - 20.02.2010

noobs he uses 2 nicknames what's wrong in that?

and look at the code before pretenting it's not his creation.


Re: Clock Real Time by Noredine.There is no others ! - Noredine - 20.02.2010

Quote:
Originally Posted by Eric_
Quote:
Originally Posted by Noredine
HP it's my Pseudo..

Hackeur-Pro

HP...

Me use HP and Noredine
That made no sense.
All that is in my msn name is hacker-Pro, HP

And my name i'ts Noredine...

So i'm use Noredine and HP,Hackeur-Pro

Its meaningful to me because I'm French

I do not have to justify myself!



Re: Clock Real Time by Noredine.There is no others ! - [NL]Bank - 20.02.2010

Код:
	if (minute <= 9) {
		if (second <= 9) {
			format(string,25,"%d:0%d:0%d", hour, minute, second);
		}
		else {
			format(string,25,"%d:0%d:%d",hour,minute, second);
		}
	}
	else {
		if (second <= 9) {
			format(string,25,"%d:%d:0%d", hour, minute, second);
		}
		else {
			format(string,25,"%d:%d:%d",hour,minute, second);
		}
	}
Why so long?
You can use for that: format(string,25,"%02d:%02d:%02d", hour, minute, second);


Re: Clock Real Time by Noredine.There is no others ! - Noredine - 20.02.2010

Quote:
Originally Posted by BlackBank3
Код:
	if (minute <= 9) {
		if (second <= 9) {
			format(string,25,"%d:0%d:0%d", hour, minute, second);
		}
		else {
			format(string,25,"%d:0%d:%d",hour,minute, second);
		}
	}
	else {
		if (second <= 9) {
			format(string,25,"%d:%d:0%d", hour, minute, second);
		}
		else {
			format(string,25,"%d:%d:%d",hour,minute, second);
		}
	}
Why so long?
You can use for that: format(string,25,"%02d:%02d:%02d", hour, minute, second);
Because that is it for sure works


Re: Clock Real Time by Noredine.There is no others ! - jamesbond007 - 21.02.2010

bugged clock. it flickers sometimes .
(disappears and appears...)


Re: Clock Real Time by Noredine.There is no others ! - Sayaron - 21.02.2010

I got enough of all these clock FS around here. Its like 50 other FS like this


Re: Clock Real Time by Noredine.There is no others ! - Noredine - 21.02.2010

Quote:
Originally Posted by jamesbond007
bugged clock. it flickers sometimes .
(disappears and appears...)
Because you have to edit the original file ..


Re: Clock Real Time by Noredine.There is no others ! - Scenario - 22.02.2010

Very NICE script. I thought it would look like pure "shit". But Nope. It actually looks good. Although I wish it had something like mon-sun above it or something... Oh well. Maybe on version 2! Thanks!


Re: Clock Real Time by Noredine.There is no others ! - Noredine - 22.02.2010

Quote:
Originally Posted by NPTechStudios
Very NICE script. I thought it would look like pure "shit". But Nope. It actually looks good. Although I wish it had something like mon-sun above it or something... Oh well. Maybe on version 2! Thanks!
I think it will be coming soon Version 2


Re: Clock Real Time by Noredine.There is no others ! - Scenario - 22.02.2010

Quote:
Originally Posted by Noredine
Quote:
Originally Posted by NPTechStudios
Trиs script NICE. Je pensais que зa ressemblerait pure "merde". Mais Nope. Il semble rйellement bonne. Mкme si j'aurais prйfйrй qu'elle avait quelque chose comme Mon-Sun-dessus d'elle ou autre chose ... Oh well. Peut-кtre que sur la version 2! Merci!
I think it will be coming soon Version 2
Good good. Do you have an ETA?