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:
== Syntax ==
MessagePlayer( "** Your server's time now is " + GetTime, player );
== Description ==
GetTime is to used to find out what is the current time of your server.
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 );

Revision as of 06:44, 28 July 2015

Syntax

MessagePlayer( "** Your server's time now is " + GetTime, player );

Description

GetTime is to used to find out what is the current time of your server.