PT-BR/Funções de Scripting do Servidor: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 1: Line 1:
<pageclass class="server"></pageclass>
<pageclass class="server"></pageclass>
{{Adding_Pages_to_Categories_and_Templates}}
{{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 http://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.
Esta página lista todas as funções nativas conhecidas como '''server-side''' que estão disponíveis para uso. Para solicitar uma função ou um evento que ainda não existe, use a página [[Requested Functions and Events|Funções e Eventos solicitados]] (ainda em inglês) ou http://bugs.mtasa.com (também em inglês).


Head over to [[Modules]] for a list of non-native serverside functions and modules that are available.
Lembre-se também que as funções podem ser estendidas ao carregar os módulos dinâmicos que disponibilizam novas funcionalidades, como funções utilitárias. Estas funções não são nativas e exigem que o módulo seja carregado para funcionarem.


For more functions, check the [[Useful_Functions|useful functions page]].
Visite a página [[Modules|Módulos]] para ver a lista de funções server-side não nativas e os respectivos módulos que estão disponíveis.
 
Temos também uma lista com a implementação de diversas funções utilitárias que podem te auxiliar no dia-a-dia. Para conhecê-las, visite a página [[Useful_Functions|funções úteis]]
 
'''Procurando as funções client-side? Visite a página [[Client Scripting Functions|Funções de Scripting do Cliente]].'''


'''Client-side scripting functions can be found here: [[Client Scripting Functions]].'''
__TOC__
__TOC__



Revision as of 22:36, 27 September 2017

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

Esta página lista todas as funções nativas conhecidas como server-side que estão disponíveis para uso. Para solicitar uma função ou um evento que ainda não existe, use a página Funções e Eventos solicitados (ainda em inglês) ou http://bugs.mtasa.com (também em inglês).

Lembre-se também que as funções podem ser estendidas ao carregar os módulos dinâmicos que disponibilizam novas funcionalidades, como funções utilitárias. Estas funções não são nativas e exigem que o módulo seja carregado para funcionarem.

Visite a página Módulos para ver a lista de funções server-side não nativas e os respectivos módulos que estão disponíveis.

Temos também uma lista com a implementação de diversas funções utilitárias que podem te auxiliar no dia-a-dia. Para conhecê-las, visite a página funções úteis

Procurando as funções client-side? Visite a página Funções de Scripting do Cliente.

Account functions


ACL functions


Admin functions


Audio functions


Announcement functions


Blip functions


Camera functions


Clothes and body functions


Collision shape functions


Cursor functions


Element functions


Event functions


Explosion functions


File functions


HTTP functions

These functions can only be used from within lua blocks in HTML pages hosted by the server


Input functions


Map functions


Marker functions


Matrix functions


Module functions


Object functions


Ped functions


Pickup functions


Player functions


Projectile functions


Radar area functions


Resource functions


Server functions


Settings registry functions


SQL functions


Team functions


Text functions


Utility functions


UTF8 Library


Vehicle functions


Water functions


Weapon functions


World functions


XML functions