Clock Real Time by Noredine.There is no others !
#1

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:

Reply
#2

what's the difference between gl_realtime and your clock?

anyways good FS :]
Reply
#3

Thx man
Reply
#4

Nice. Is it your first script? nice !
Reply
#5

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

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

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

Oh Its by HP not by you argh...
Reply
#9

HP it's my Pseudo..

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

Me use HP and Noredine
Reply
#10

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

Hackeur-Pro

HP...

Me use HP and Noredine
That made no sense.
Reply
#11

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

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

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!
Reply
#13

Код:
	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);
Reply
#14

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
Reply
#15

bugged clock. it flickers sometimes .
(disappears and appears...)
Reply
#16

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

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

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!
Reply
#19

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
Reply
#20

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)