Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Servertime = computer time.


cheatking
 Share

Recommended Posts

the code is on the forums somewere, gimme a sec:

for changing your server time to your computer time

Serverside

find
Code: [Select]
Private Sub Form_Load()
replace it all with
Code: [Select]
Private Sub Form_Load()
Hours = Format(Now(), "hh")
Minutes = Format(Now(), "nn")
Seconds = Format(Now(), "ss")
Gamespeed = 1
Wierd = 0
End Sub
Clientside

find
Code: [Select]
If LCase(Parse(0)) = "gameclock" Then
replace it all with this
Code: [Select]
If LCase(Parse(0)) = "gameclock" Then
        frmMirage.GameClock.Caption = Format(Now(), "hh:nn:ss")
        frmMirage.Label4.Caption = "It is now:"
    End If

[http://www.touchofdeathforums.com/smf/index.php/topic,17610.0.html](http://www.touchofdeathforums.com/smf/index.php/topic,17610.0.html)

There u go, and please there is a search button for SOMETHING
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...