You are not logged in.

GermanWays

Trainee

  • "GermanWays" started this thread

Posts: 71

wcf.user.option.userOption53: Nein

  • Send private message

1

Tuesday, April 24th 2012, 2:58pm

Sourcemod - Zeit Umstellen?

Hallo! Wie kann ich bei Sourcemod 'thetime' richtig einstellen?
Es geht 10 Minuten vor :S


Impact

Super Moderator

Posts: 1,276

wcf.user.option.userOption53: Nein

  • Send private message

2

Tuesday, April 24th 2012, 3:53pm

../gamemod/cfg/sourcemod/sourcemod.cfg

Source code

1
2
3
4
5
6
// Sets how many seconds SourceMod should adjust time values for incorrect 
// server clocks.  This can be positive or negative and will affect every 
// system time in SourceMod, including logging stamps.
// --
// Default: 0
sm_time_adjustment 0

MfG
Impact

GermanWays

Trainee

  • "GermanWays" started this thread

Posts: 71

wcf.user.option.userOption53: Nein

  • Send private message

3

Tuesday, April 24th 2012, 3:56pm

Wenn bei mir die Zeit 10 Minuten vor geht, wäre es dann:

// Sets how many seconds SourceMod should adjust time values for incorrect
// server clocks. This can be positive or negative and will affect every
// system time in SourceMod, including logging stamps.
// --
// Default: -10
sm_time_adjustment -10


???


Impact

Super Moderator

Posts: 1,276

wcf.user.option.userOption53: Nein

  • Send private message

4

Tuesday, April 24th 2012, 4:32pm

Das "negiert" deine Zeit um 10 Sekunden.

Mfg
Impact

GermanWays

Trainee

  • "GermanWays" started this thread

Posts: 71

wcf.user.option.userOption53: Nein

  • Send private message

5

Tuesday, April 24th 2012, 6:09pm

D.h., wenn ich 10 Minuten weghaben will, dann muss ich:

// Sets how many seconds SourceMod should adjust time values for incorrect
// server clocks. This can be positive or negative and will affect every
// system time in SourceMod, including logging stamps.
// --
// Default: -600
sm_time_adjustment -600

Ist das richtig?


MadMakz

Super Moderator

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

6

Tuesday, April 24th 2012, 6:30pm

:right:

DeaD_EyE

Administrator

Posts: 3,980

Location: Hagen

Occupation: Mechatroniker (didaktische Systeme)

wcf.user.option.userOption53: Nein

  • Send private message

7

Wednesday, April 25th 2012, 6:18am

Oder den Provider lieb fragen, ober er nicht mal die Zeit auf seinen Server richtig einstellt. Mittlerweile ist das auch Absturz der Server möglich.