GetTime: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
No edit summary
No edit summary
Line 1: Line 1:
{{Scripting/Deprecated}}
GetTime is to used to find out what is the current time of your server.
{{Scripting/Needs_Text}test}
'''Syntax:'''
{{Scripting/Needs_Example}}
MessagePlayer( "** Your server's time now is " + GetTime, player );

Revision as of 06:42, 28 July 2015

GetTime is to used to find out what is the current time of your server. Syntax: MessagePlayer( "** Your server's time now is " + GetTime, player );