[FilterScript] [FS]Clock by TheChoosenOne
#1

Clock by TheChoosenOne
Type

[FS]

Information

A Clock... Simple =P.

Download

http://pastebin.com/f7d0c546

http://www.sendspace.com/file/g0n9ka

http://solidfiles.com/d/xlEU

Screenshots



Installation

Open server.cfg file

Code:
Код:
Filterscripts Clock
Reply
#2

Nice, but it looks very similar to the default sa-mp clock.
Код:
TogglePlayerClock(playerid, 1);
Anyway, i have a tip for you regarding this piece of code:
Код:
if(Hour<9 && Minute<9){format(String,sizeof(String),"0%d:0%d",Hour,Minute);}
else if(Hour>9 && Minute<9){format(String,sizeof(String),"%d:0%d",Hour,Minute);}
else if(Hour<9 && Minute>9){format(String,sizeof(String),"0%d:%d",Hour,Minute);}
else{format(String,sizeof(String),"%d:%d",Hour,Minute);}
You can replace that whole code with:
Код:
format(String, sizeof(String), "%02d:%02d", Hour, Minute);
That '%02d' will give that value automatically 2 numbers.
Reply
#3

Quote:
Originally Posted by =>Sandra<=
Nice, but it looks very similar to the default sa-mp clock.
Код:
TogglePlayerClock(playerid, 1);
Anyway, i have a tip for you regarding this piece of code:
Код:
if(Hour<9 && Minute<9){format(String,sizeof(String),"0%d:0%d",Hour,Minute);}
else if(Hour>9 && Minute<9){format(String,sizeof(String),"%d:0%d",Hour,Minute);}
else if(Hour<9 && Minute>9){format(String,sizeof(String),"0%d:%d",Hour,Minute);}
else{format(String,sizeof(String),"%d:%d",Hour,Minute);}
You can replace that whole code with:
Код:
format(String, sizeof(String), "%02d:%02d", Hour, Minute);
That '%02d' will give that value automatically 2 numbers.
Thanks, but I won't edit it... I'm to lazy =/.
Reply
#4

Quote:
Originally Posted by TheChoosenOne
Thanks, but I won't edit it... I'm to lazy =/.
No problem, was just a tip
Reply
#5

I think this is a peace of shit.
Wtf, you are just copy pasting others work.
Try to script something unique or your own work.
Pff...

EDIT: This little codes can't even be counted as a Filterscript.
Reply
#6

Quote:
Originally Posted by -=[Serbish
=- ]
I think this is a peace of shit.
Wtf, you are just copy pasting others work.
Try to script something unique or your own work.
Pff...
I'm copy-pasting who ?

And for your info. I had this script long time ago... Pff.
Reply
#7

Quote:
Originally Posted by TheChoosenOne
Quote:
Originally Posted by -=[Serbish
=- ]
I think this is a peace of shit.
Wtf, you are just copy pasting others work.
Try to script something unique or your own work.
Pff...
I'm copy-pasting who ?

And for your info. I had this script long time ago... Pff.
Look my edit also and you'll understand it.
Sorry but I cannot say it's great becaue it ain't.
Reply
#8

Quote:
Originally Posted by -=[Serbish
=- ]
Quote:
Originally Posted by TheChoosenOne
Quote:
Originally Posted by -=[Serbish
=- ]
I think this is a peace of shit.
Wtf, you are just copy pasting others work.
Try to script something unique or your own work.
Pff...
I'm copy-pasting who ?

And for your info. I had this script long time ago... Pff.
Look my edit also and you'll understand it.
Sorry but I cannot say it's great becaue it ain't.
I know it isn't great. I'm not a really good scripter. And who am I copy-pasting ?
Reply
#9

Quote:
Originally Posted by TheChoosenOne
Quote:
Originally Posted by -=[Serbish
=- ]
Quote:
Originally Posted by TheChoosenOne
Quote:
Originally Posted by -=[Serbish
=- ]
I think this is a peace of shit.
Wtf, you are just copy pasting others work.
Try to script something unique or your own work.
Pff...
I'm copy-pasting who ?

And for your info. I had this script long time ago... Pff.
Look my edit also and you'll understand it.
Sorry but I cannot say it's great becaue it ain't.
I know it isn't great. I'm not a really good scripter. And who am I copy-pasting ?
Look, there are over 30 of these scripts, and I have better things to do as to search from who you copy pasted.
Even if you didn't copy pasted, it's not counted for a filterscript.
I could post 20 of useful functions here and every make as a filterscript.
It doesn't make sense mate.
Good luck anyway with it.
Reply
#10

Quote:
Originally Posted by -=[Serbish
=- ]
Quote:
Originally Posted by TheChoosenOne
Quote:
Originally Posted by -=[Serbish
=- ]
Quote:
Originally Posted by TheChoosenOne
Quote:
Originally Posted by -=[Serbish
=- ]
I think this is a peace of shit.
Wtf, you are just copy pasting others work.
Try to script something unique or your own work.
Pff...
I'm copy-pasting who ?

And for your info. I had this script long time ago... Pff.
Look my edit also and you'll understand it.
Sorry but I cannot say it's great becaue it ain't.
I know it isn't great. I'm not a really good scripter. And who am I copy-pasting ?
Look, there are over 30 of these scripts, and I have better things to do as to search from who you copy pasted.
Even if you didn't copy pasted, it's not counted for a filterscript.
I could post 20 of useful functions here and every make as a filterscript.
It doesn't make sense mate.
Good luck anyway with it.
Serbish this event but I never agree with you

if I create a easy script
then comes ******/kaisersouse and they edit it then it will be much better then you don't have made it you have start it and they end
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)