[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


Messages In This Thread
[FS]APP Converter time 1.0 Beta - by Phoenix_Br - 22.04.2010, 09:56
Re: [FS]APP Converter time 1.0 Beta - by Kyosaur - 22.04.2010, 10:31
Re: [FS]APP Converter time 1.0 Beta - by j500 - 22.04.2010, 16:50
Re: [FS]APP Converter time 1.0 Beta - by white_energy - 23.04.2010, 13:18

Forum Jump:


Users browsing this thread: 1 Guest(s)