Author Topic: ! Three Questions !  (Read 3028 times)

0 Members and 1 Guest are viewing this topic.

Offline Technohopper

  • Street Thug
  • *
  • Posts: 29
  • I like pizza xD
    • View Profile
! Three Questions !
« 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

Offline Jancis_LV

  • Street Thug
  • *
  • Posts: 37
    • View Profile
    • Latvian Vice City
Re: ! Three Questions !
« Reply #1 on: February 15, 2010, 05:18:47 pm »
1. I can't help
2. WTF?
3. Use programm TrayIt i use that too.
Latvian Vice City server
78.84.47.75:5192

Offline Technohopper

  • Street Thug
  • *
  • Posts: 29
  • I like pizza xD
    • View Profile
Re: ! Three Questions !
« Reply #2 on: February 15, 2010, 05:20:19 pm »
... Where to find that Program?

Offline Boss

  • VC:MP Beta Tester (inactive)
  • Made Man
  • *
  • Posts: 229
  • Boss
    • View Profile
    • TDH Clan Site
Re: ! Three Questions !
« Reply #3 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.

Offline Technohopper

  • Street Thug
  • *
  • Posts: 29
  • I like pizza xD
    • View Profile
Re: ! Three Questions !
« Reply #4 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);