[FilterScript] [FS]Simple Clock created by SAALADA
#1

Simple filterscript, which shows the time on your server

done in 2 textdraw, he also:

[hours/minutes/seconds] - [day/month/year]


EDIT:

Download:
http://rapidshare.com/files/19074053...ginho.rar.html

Pastebin:
http://pastebin.com/f4011c1e0

ScreeShot:

Reply
#2

Screenshots?
And a pastebin link .
Reply
#3

EDITED
Reply
#4

Pastebin doesn't work, upload it again.
Reply
#5

it's looks like digital clock, cool
Reply
#6

Pastebin edited

Reply
#7

Nice! :P
Thx man
Reply
#8

lol? brasil ? @_@
Reply
#9

Nice work!

I have a tip for you regarding formating the time and date.

Instead of:
Код:
format(string, sizeof string, "%d/%s%d/2009", dia, ((mes < 10) ? ("0") : ("")), mes);
you can do:
Код:
format(string, sizeof string, "%02d/%02d/2009", dia, mes);
Putting a '02' between the '%' and the 'd' will result in a value with 2 numbers.

for example:
Код:
format(str, sizeof(str), "Number: %02d", 4);
will result in:
Quote:

Number: 04

You can do the same for the second format:
Код:
format(string, sizeof string, "%02d:%02d:%02d", horas, minutos, segundos);
Reply
#10

Sim brasil =D

Thanks Sandra, I will try it!
Reply
#11

Nice [CCV]Saalada[]



Good Job.
Reply
#12

Wow Nice Work Man
Reply
#13

Thanks
Reply
#14

Uhm, the Clock doesn't work?? It isn't shown on my Server.
Reply
#15

Why does my old clock is under this new clock? What am I supposed to do to take off it?
Reply
#16

Quote:
Originally Posted by hujmens007
Why does my old clock is under this new clock? What am I supposed to do to take off it?
/rcon unloadfs Reloginho !?!?
Reply
#17

the fs this working perfectly
Reply
#18

cooL clock & date. The most useful script ever
Reply
#19

Hey can you Help me

C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(25) : warning 215: expression has no effect
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(25) : error 001: expected token: ";", but found "."
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(43) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(47) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(81) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(90) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(95) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(97) : warning 215: expression has no effect
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(97) : error 001: expected token: ";", but found "."
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(109) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(112) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(117) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(119) : warning 215: expression has no effect
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(119) : error 001: expected token: ";", but found "."
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(130) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(135) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(137) : warning 215: expression has no effect
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(137) : error 001: expected token: ";", but found "."
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(141) : error 020: invalid symbol name ""
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(154) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(169) : warning 203: symbol is never used: ""
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(169) : warning 203: symbol is never used: "Reloginho1"
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(169) : warning 203: symbol is never used: "Reloginho2"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


24 Errors.


Can you send my a new Rapidshare link with FS thx
Reply
#20

Quote:
Originally Posted by pestaboy
Hey can you Help me

C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(25) : warning 215: expression has no effect
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(25) : error 001: expected token: ";", but found "."
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(43) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(47) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(81) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(90) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(95) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(97) : warning 215: expression has no effect
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(97) : error 001: expected token: ";", but found "."
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(109) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(112) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(117) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(119) : warning 215: expression has no effect
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(119) : error 001: expected token: ";", but found "."
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(130) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(135) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(137) : warning 215: expression has no effect
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(137) : error 001: expected token: ";", but found "."
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(141) : error 020: invalid symbol name ""
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(154) : error 010: invalid function or declaration
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(169) : warning 203: symbol is never used: ""
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(169) : warning 203: symbol is never used: "Reloginho1"
C:\Users\Akca\Desktop\novaroayalreallife\Nova Royal Reallife.pwn(169) : warning 203: symbol is never used: "Reloginho2"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


24 Errors.


Can you send my a new Rapidshare link with FS thx
You have old includes probably. Download latest one.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)