[FS]Simple Clock created by SAALADA -
salada - 28.01.2009
Re: [FS]Reloginho created by SAALADA -
Rks25 - 28.01.2009
Screenshots?
And a pastebin link .
Re: [FS]Simple Clock created by SAALADA -
salada - 30.01.2009
EDITED
Re: [FS]Simple Clock created by SAALADA -
Homerman - 30.01.2009
Pastebin doesn't work, upload it again.
Re: [FS]Simple Clock created by SAALADA -
1111 - 30.01.2009
it's looks like digital clock, cool
Re: [FS]Simple Clock created by SAALADA -
salada - 30.01.2009
Pastebin edited
Re: [FS]Simple Clock created by SAALADA -
DaMieN - 30.01.2009
Nice! :P
Thx man
Re: [FS]Simple Clock created by SAALADA -
diegoroxlol - 10.02.2009
lol? brasil ? @_@
Re: [FS]Simple Clock created by SAALADA -
Sandra18[NL] - 11.02.2009
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:
You can do the same for the second format:
Код:
format(string, sizeof string, "%02d:%02d:%02d", horas, minutos, segundos);
Re: [FS]Simple Clock created by SAALADA -
salada - 12.02.2009
Sim brasil =D
Thanks Sandra, I will try it!
Re: [FS]Simple Clock created by SAALADA -
GrilloBR - 12.02.2009
Nice [CCV]Saalada[]
Good Job.
Re: [FS]Simple Clock created by SAALADA -
gunit_j - 12.02.2009
Wow Nice Work Man
Re: [FS]Simple Clock created by SAALADA -
saladaaBR - 22.02.2009
Thanks
Re: [FS]Simple Clock created by SAALADA -
Ryhanna - 22.02.2009
Uhm, the Clock doesn't work?? It isn't shown on my Server.
Re: [FS]Simple Clock created by SAALADA -
hujmens007 - 22.02.2009
Why does my old clock is under this new clock? What am I supposed to do to take off it?
Re: [FS]Simple Clock created by SAALADA -
saladaaBR - 23.02.2009
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 !?!?
Re: [FS]Simple Clock created by SAALADA -
saladaaBR - 23.02.2009
the fs this working perfectly
Re: [FS]Simple Clock created by SAALADA -
Headyheadster - 26.03.2009
cooL clock & date. The most useful script ever
Re: [FS]Simple Clock created by SAALADA -
pestaboy - 27.03.2009
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
Re: [FS]Simple Clock created by SAALADA -
Headyheadster - 27.03.2009
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.