[FilterScript] [FS]APP Converter time 1.0 Beta
#1

Well today had nothing to do, so I made a simple fs that may be useful.

it converts minutes to milliseconds and hours to minutes.

Compile, open serv.
Код:
/*
Simple Converter Time Beta 1.0
By Phoenix
*/
#include <a_samp>

#define hours 5 // you set hours to convert to minutes
#define minutes 10// you set to convert minutes to milliseconds

public OnFilterScriptInit()
{
print("\n--------------------------------------");
printf(" %d minutes has %d miliseconds ||%d Hours has %d minutes\n", minutes ,minutes * 60 * 1000,hours, hours * 60);
print("\n--------------------------------------");
return 1;
}

public OnFilterScriptExit()
{
	return 1;
}
Reply
#2

This is more of a snippet, not a fs.


"[FS]APP Converter time 1.0 Beta"

also not an APP lol.
Reply
#3

does this do anything beside define>>> print>>> exit?
can others on server see it looks like u made a note to self
Reply
#4

Lol, this is random..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)