Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Technohopper on February 15, 2010, 05:11:10 pm

Title: ! Three Questions !
Post by: Technohopper on February 15, 2010, 05:11:10 pm
1.
Its like this, I made my "[R2] [Technohopper server]" but I don't know how to make time go by it self.I have the GUS commands.

2.
How to make a "Fun" mode ?

3.
How to make my server run without CMD the black window.Please help me. Thanks :D
Title: Re: ! Three Questions !
Post by: Jancis_LV on February 15, 2010, 05:18:47 pm
1. I can't help
2. WTF?
3. Use programm TrayIt i use that too.
Title: Re: ! Three Questions !
Post by: Technohopper on February 15, 2010, 05:20:19 pm
... Where to find that Program?
Title: Re: ! Three Questions !
Post by: Boss on February 15, 2010, 05:20:44 pm
1.
Its like this, I made my "[R2] [Technohopper server]" but I don't know how to make time go by it self.I have the GUS commands.
I am not sure which GUS do you mean (since there are GUS for both mrc and pawn), but pawn's function for setting game clock hour is SetWorldTime(hour).

2.
How to make a "Fun" mode ?
Could you concretize a bit please?

3.
How to make my server run without CMD the black window.
There is no way to make VC-MP's server run in background (without the console window) afaik.
Title: Re: ! Three Questions !
Post by: Technohopper on February 15, 2010, 05:25:26 pm
/* Date/time functions
 *
 * (c) Copyright 2001-2005, ITB CompuPhase
 * This file is provided as is (no warranties).
 */
#if defined _time_included
  #endinput
#endif
#define _time_included
#pragma library Time

native gettime(&hour=0, &minute=0, &second=0);
native getdate(&year=0, &month=0, &day=0);
native tickcount(&granularity=0);