Server Scripting Functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (removed GUI funcs)
mNo edit summary
Line 1: Line 1:
This page lists all the scripting functions that have been implemented and are available as native functions from the Deathmatch mod. To request a function or event, use [[Requested Functions and Events]]
This page lists all the '''server-side''' scripting functions that have been implemented and are available as native functions from the Deathmatch mod. To request a function or event, use [[Requested Functions and Events]].


Please note that the scripting functions can now be extended by loading in dynamic modules that provide new functionality, such as MySQL database access. These scripting functions are non-native and require the module to be loaded in order to work.
Please note that the scripting functions can now be extended by loading in dynamic modules that provide new functionality, such as MySQL database access. These scripting functions are non-native and require the module to be loaded in order to work.


Head over to [[Module functions]] for a list of non-native functions and modules that are available.
Head over to [[Module functions]] for a list of non-native serverside functions and modules that are available.





Revision as of 16:56, 6 February 2007

This page lists all the server-side scripting functions that have been implemented and are available as native functions from the Deathmatch mod. To request a function or event, use Requested Functions and Events.

Please note that the scripting functions can now be extended by loading in dynamic modules that provide new functionality, such as MySQL database access. These scripting functions are non-native and require the module to be loaded in order to work.

Head over to Module functions for a list of non-native serverside functions and modules that are available.


Important Reminder: Works in Progress

Check the Main Page's 'works in progress' section. There are other things being developed that need feedback immediately!

Unfinished Functions

If you wish to assist Ransom in adding new (red) functions to the incomplete list, see Ransom's profile for the proper steps.

Please follow the style of the textCreateTextItem to document functions.

Account functions


Admin functions


Audio functions


All Seeing Eye functions

Template:ASE functions

Blip functions


Camera functions


Collision shape functions


Client functions

BEFORE VERSION 1.0 :

Clothes and body functions


Cursor functions


Element functions


Event functions


Explosion functions


Fire functions

Template:Fire functions

Input functions


Map functions


Marker functions


Object functions


Pickup functions


Player functions


Radar area functions


Resource functions


Scoreboard functions

Template:Scoreboard functions

Server functions


Spawnpoint functions

Template:Spawnpoint functions

SQL functions


Team functions


Text functions


Utility functions


Vehicle functions


Weapon functions


World functions


XML functions


Deprecated Functions

Access: [[Category:Depreciated]]
Note: dont change this, done purposely to keep this page from being included in the listing.