[FilterScript] [FS] Windows or Linux detector
#1

Simply tells you if you run on Windows or Linux.
I recomend adding to your gamemode.

FS version:
pawn Code:
#include <a_samp>

public OnFilterScriptInit()
{
    if(GetTickCount() > 0)
    {
      print("Running on Windows");
    }
    else
    {
      print("Running on Linux");
    }
}
GM version:
pawn Code:
#include <a_samp>

public OnGameModeInit()
{
    if(GetTickCount() > 0)
    {
      print("Running on Windows");
    }
    else
    {
      print("Running on Linux");
    }
}

Reply


Messages In This Thread
[FS] Windows or Linux detector - by Vetle - 31.05.2009, 20:12
Re: [FS] Windows or Linux detector - by Backwardsman97 - 31.05.2009, 20:17
Re: [FS] Windows or Linux detector - by Luka P. - 31.05.2009, 20:20
Re: [FS] Windows or Linux detector - by Weirdosport - 31.05.2009, 20:23
Re: [FS] Windows or Linux detector - by Luka P. - 31.05.2009, 20:25
Re: [FS] Windows or Linux detector - by Correlli - 31.05.2009, 21:04
Re: [FS] Windows or Linux detector - by NigNog1 - 31.05.2009, 21:08
Re: [FS] Windows or Linux detector - by Luka P. - 31.05.2009, 21:13
Re: [FS] Windows or Linux detector - by Vetle - 31.05.2009, 21:15
Re: [FS] Windows or Linux detector - by Luka P. - 31.05.2009, 21:18
Re: [FS] Windows or Linux detector - by Vetle - 31.05.2009, 21:21
Re: [FS] Windows or Linux detector - by Luka P. - 31.05.2009, 21:22
Re: [FS] Windows or Linux detector - by Correlli - 31.05.2009, 21:48
Re: [FS] Windows or Linux detector - by NigNog1 - 31.05.2009, 21:54
Re: [FS] Windows or Linux detector - by Luka P. - 31.05.2009, 21:57
Re: [FS] Windows or Linux detector - by Weirdosport - 31.05.2009, 22:10
Re: [FS] Windows or Linux detector - by yezizhu - 01.06.2009, 00:23
Re: [FS] Windows or Linux detector - by Luka P. - 01.06.2009, 12:02
Re: [FS] Windows or Linux detector - by yezizhu - 01.06.2009, 15:25
Re: [FS] Windows or Linux detector - by Joske_Vermeulen - 01.06.2009, 16:34
Re: [FS] Windows or Linux detector - by Luka P. - 01.06.2009, 16:38
Re: [FS] Windows or Linux detector - by eXchainZ-FoReVeR - 02.06.2009, 08:58
Re: [FS] Windows or Linux detector - by Luka P. - 02.06.2009, 12:40
Re: [FS] Windows or Linux detector - by @TheShadow@ - 05.06.2009, 05:45
Re: [FS] Windows or Linux detector - by Luka P. - 05.06.2009, 12:12
Re: [FS] Windows or Linux detector - by eXchainZ-FoReVeR - 06.06.2009, 18:07

Forum Jump:


Users browsing this thread: 1 Guest(s)