SetMapName

From Multi Theft Auto: Wiki
Revision as of 13:34, 24 November 2007 by Talidan (talk | contribs)
Jump to navigation Jump to search

This function is used to set a map name that will be visible via The All Seeing Eye.

Syntax

bool setMapName ( string mapName )

Required Arguments

  • mapName: The name you wish ASE to show.

Returns

Returns true if map name was set successfully, false otherwise.

Example

This page lacks an example

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

Template:ASE functions