ES/aclGet: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Traducido 16/07/2013 By CiBeR~!)
 
mNo edit summary
 
Line 1: Line 1:
==Syntax==  
__NOTOC__
{{Server function}}
 
 
 
 
==Syntaxis==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
acl aclGet ( string aclName )
acl aclGet ( string aclNombre )
</syntaxhighlight>  
</syntaxhighlight>  


===Argumentos Requeridos===  
===Argumentos Requeridos===  
*'''aclName:''' El nombre con el cual obtener el ACL
*'''aclNombre:''' El nombre con el cual obtener el ACL


===Returns===
===Returns===
Devuelve el ACL con el nombre indicado, ''false''/''nil'' si el ACL no existe o por alguna razon dio error.
Devuelve el ACL con el nombre indicado, ''false''/''nil'' si el ACL no existe o por alguna razon dio error.

Latest revision as of 21:45, 16 July 2013



Syntaxis

acl aclGet ( string aclNombre )

Argumentos Requeridos

  • aclNombre: El nombre con el cual obtener el ACL

Returns

Devuelve el ACL con el nombre indicado, false/nil si el ACL no existe o por alguna razon dio error.