• Welcome to Vice City Multiplayer.
 

! Three Questions !

Started by Technohopper, February 15, 2010, 03:11:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Technohopper

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

Jancis_LV

1. I can't help
2. WTF?
3. Use programm TrayIt i use that too.
Latvian Vice City server
78.84.47.75:5192

Technohopper

... Where to find that Program?

Boss

Quote from: Technohopper on February 15, 2010, 03: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.
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).

Quote from: Technohopper on February 15, 2010, 03:11:10 PM
2.
How to make a "Fun" mode ?
Could you concretize a bit please?

Quote from: Technohopper on February 15, 2010, 03:11:10 PM
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.

Technohopper

/* 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);