PL/Funkcje po stronie serwera

From Multi Theft Auto: Wiki
Revision as of 11:04, 16 December 2020 by Tracer (talk | contribs) (Created page with "<pageclass class="server"></pageclass> {{Adding_Pages_to_Categories_and_Templates}} This page lists all the '''server-side''' scripting functions that have been implemented an...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Contributors: Did you create a page but it's not on this list? Confused? Read: Adding Pages to Categories and Templates

This page lists all the server-side scripting functions that have been implemented and are available as native functions. To request a function or event, use Requested Functions and Events or https://bugs.mtasa.com.

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

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

For more functions, check the useful functions page.

Client-side scripting functions can be found here: Client Scripting Functions.