OnMapLoad

From Multi Theft Auto: Wiki
Revision as of 02:21, 19 August 2006 by BrophY (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This event is triggered when a map is loaded

Example

function onMapLoad () outputChatBox ( "Map Loaded", root, 255, 255, 255 ) end