GetFullTime: 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
(Created page with "{{Scripting/Deprecated}}")
 
No edit summary
Line 1: Line 1:
{{Scripting/Deprecated}}
{{Scripting/Deprecated}}
This function will get the time and the date.
== Syntax ==
<pre>GetServerName()</pre>
== Arguments ==
'''N/A'''
== Return value ==
* ''string'' '''servername''' - The name of the server
== Example ==
{{Scripting/Needs_Example}}
=== Notes ===
== Related Functions ==
{{Scripting/Squirrel/Functions/Server_Settings}}

Revision as of 17:40, 3 February 2014

Note: This function is deprecated. Its use is discouraged as it may be removed in a future update.

This function will get the time and the date.

Syntax

GetServerName()

Arguments

N/A

Return value

  • string servername - The name of the server

Example

This page needs an example. We will try our best to complete the wiki as soon as possible.

Notes

Related Functions