All public logs
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:14, 5 August 2025 O22 talk contribs created page AR/IsDiscordRichPresenceConnected (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22270| تتحقق الوظيفة مما إذا كان العميل لديه Discord Rich Presence مفعل. }} ==التركيب== <syntaxhighlight lang="lua"> bool isDiscordRichPresenceConnected() </syntaxhighlight> {{OOP||DiscordRPC:isConnected}} ===المعطيات=== ترجع الدالة ''true'' إذا كانت خاصية Discord Rich Presence مفعّلة على العميل، و ''false'' إذ...")
 - 22:14, 5 August 2025 O22 talk contribs created page Template:AR/Client Discord functions (Created page with "{{New items|3.0161|1.6.0| <ul> <li>isDiscordRichPresenceConnected</li> <li>resetDiscordRichPresenceData</li> <li>setDiscordApplicationID</li> <li>setDiscordRichPresenceAsset</li> <li>setDiscordRichPresenceButton</li> <li>setDiscordRichPresenceDetails</li> <li>...")
 - 11:03, 5 August 2025 Abolfazl talk contribs created page User:Abolfazl (Created page with "=='''Introduction'''== Welcome to my MTA:SA Wiki profile! I’m Abolfazl, an active member of the MTA:SA community, and I contribute to the wiki with various useful functions and game server enhancements. =='''About Me'''== I am a MTA:SA server developer with a focus on creating custom systems, functions, and scripts to enhance gameplay. My main contributions have been in creating server features such as '''''RPG systems''''', '''''realistic RP themes''''', and useful f...")
 - 10:55, 5 August 2025 Abolfazl talk contribs created page ToggleAllVehicleControls (Created page with "Toggles all vehicle controls for a player based on the provided boolean method (true to enable, false to disable). ==Syntax== <syntaxhighlight lang="lua">toggleAllVehicleControls(player, method)</syntaxhighlight> ===Required Arguments=== *'''player:''' The player whose vehicle controls will be toggled. *'''method:''' A boolean indicating whether to enable (true) or disable (false) the controls. ===Returns=== Returns false if the method is not a b...")
 - 18:22, 4 August 2025 User account Abolfazl talk contribs was created
 - 07:32, 4 August 2025 Xenius talk contribs created page Changes in 1.7 (copy of 1.6.1 page)
 - 16:00, 2 August 2025 Abuse filter talk contribs blocked Vahook talk contribs with an expiration time of indefinite (account creation disabled, cannot edit own talk page) (Automatically blocked by abuse filter. Description of matched rule: Spam bot detection)
 - 16:00, 2 August 2025 Abuse filter talk contribs blocked the autopromotion of Vahook for a period of 5 days (Autopromotion automatically delayed by abuse filter. Rule description: Spam bot detection)
 - 15:02, 2 August 2025 User account Vahook talk contribs was created
 - 11:46, 2 August 2025 User account Ferrugem1x talk contribs was created
 - 22:54, 31 July 2025 User account Vlone083 talk contribs was created
 - 03:43, 28 July 2025 User account Dacruz2k25 talk contribs was created
 - 03:10, 27 July 2025 User account Santiago2009 talk contribs was created
 - 14:36, 26 July 2025 User account GAGAN talk contribs was created
 - 13:28, 26 July 2025 User account Liwa talk contribs was created
 - 08:00, 26 July 2025 Mohab talk contribs created page SetAccountSerial (Created page with "{{server function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|23232|This function sets the serial number for a specified player account. It allows administrators to update or assign a new 32-character hexadecimal serial identifier to registered accounts.}} ==Syntax== <syntaxhighlight lang="lua"> bool setAccountSerial ( account theAccount, string serial ) </syntaxhighlight> ===Required Arguments=== *'''theAccount:''' The account element to set the serial for *'''serial:...")
 - 17:51, 25 July 2025 Mohab talk contribs created page ResetVehicleAudioSettings (Created page with "{{client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|23140|This function resets the audio properties of a specific vehicle instance back to its model's default settings. Any custom audio settings that were applied to the vehicle using setVehicleAudioSetting will be removed, restoring the original sound characteristics.}} ==Syntax== <syntaxhighlight lang="lua"> bool resetVehicleAudioSettings ( vehicle theVehicle ) </syntaxhighlight> ===Required Arguments===...")
 - 17:47, 25 July 2025 Mohab talk contribs created page GetVehicleAudioSettings (Created page with "{{client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|23140|This function retrieves the current audio properties for a specific vehicle instance. It allows inspection of various vehicle sound settings such as engine sounds, horn characteristics, door sounds, and radio settings that may have been customized for this particular vehicle.}} ==Syntax== <syntaxhighlight lang="lua"> table getVehicleAudioSettings ( vehicle theVehicle ) </syntaxhighlight> ===Required Ar...")
 - 17:31, 25 July 2025 Mohab talk contribs created page SetVehicleAudioSetting (Created page with "{{client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|23140|This function sets audio properties for a '''specific vehicle instance'''. It allows customization of various vehicle sound settings such as engine sounds, horn characteristics, door sounds, and radio settings.}} ==Syntax== <syntaxhighlight lang="lua"> bool setVehicleAudioSetting ( element vehicle, string property, float value ) </syntaxhighlight> ===Required Arguments=== *'''vehicle:''' The vehicle el...")
 - 17:03, 25 July 2025 Mohab talk contribs created page ResetVehicleModelAudioSettings (Created page with "{{client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|23140|This function resets all audio settings for a specific vehicle model back to their original GTA San Andreas values. This will undo any modifications made with setVehicleModelAudioSetting.}} ==Syntax== <syntaxhighlight lang="lua"> bool resetVehicleModelAudioSettings ( int modelID ) </syntaxhighlight> ===Required Arguments=== *'''modelID:''' The vehicle model ID to reset audio settings for ===Return...")
 - 16:56, 25 July 2025 Mohab talk contribs created page GetVehicleModelAudioSettings (Created page with "{{client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|23140|This function retrieves audio properties for a specific vehicle model. It allows inspection of various vehicle sound settings such as engine sounds, horn characteristics, door sounds, and radio settings.}} ==Syntax== <syntaxhighlight lang="lua"> table getVehicleModelAudioSettings ( int modelID ) </syntaxhighlight> ===Required Arguments=== *'''modelID:''' The vehicle model ID to retrieve audio settings...")
 - 16:38, 25 July 2025 Mohab talk contribs created page SetVehicleModelAudioSetting (Created page with "{{client function}} __NOTOC__ This function sets audio properties for a specific vehicle model. It allows customization of various vehicle sound settings such as engine sounds, horn characteristics, door sounds, and radio settings. ==Syntax== <syntaxhighlight lang="lua"> bool setVehicleModelAudioSetting ( int modelID, string property, float value ) </syntaxhighlight> ===Required Arguments=== *'''modelID:''' The vehicle model ID to modify audio settings for *'''property...")
 - 18:48, 23 July 2025 Botder talk contribs created page FileGetHash (Created page with "__NOTOC__ {{Server client function}} {{Added feature/item|1.6.1|1.6.0|23289| This function returns a hash of the entire file in the specified algorithm. This function ''does not'' move the file pointer/position. Beware though, there will always be a minuscule period of time between checking the hash and loading the contents of the file, which can be abused by a potential attacker to modify the contents. }} ==Syntax== <syntaxhighlight lang="lua"> nil|string fileGetHash...")
 - 09:27, 21 July 2025 Arran Fortuna talk contribs created page GetElementResourceName (Created page with "__NOTOC__ {{Useful Function}} This function returns the name of the resource that created an element. ==Syntax== <syntaxhighlight lang="lua"> string getElementResourceName ( element theElement ) </syntaxhighlight> ===Required arguments=== * '''theElement''': the element you want to get the resource name of. ==Returns== This function always returns a ''string'' containing the element's creator or a string containing information on how it failed to do so. ==Cod...")
 - 17:16, 18 July 2025 User account Takkubased talk contribs was created
 - 12:46, 18 July 2025 User account T4H4 talk contribs was created
 - 03:09, 18 July 2025 User account Checkmate talk contribs was created
 - 21:50, 16 July 2025 User account Klauren talk contribs was created
 - 07:45, 16 July 2025 User account Abdoudz2010 talk contribs was created
 - 02:17, 14 July 2025 User account Valero talk contribs was created
 - 04:33, 12 July 2025 User account Matheusalves244 talk contribs was created
 - 04:10, 12 July 2025 User account .six talk contribs was created
 - 03:51, 12 July 2025 User account 7777777777777777777777 talk contribs was created
 - 03:41, 12 July 2025 User account 7777 talk contribs was created
 - 15:41, 11 July 2025 User account Blow1d talk contribs was created
 - 15:13, 11 July 2025 User account 99 talk contribs was created
 - 08:53, 10 July 2025 Mohab talk contribs created page DgsMenuRemoveItem (Created page with "{{Client function}} __NOTOC__ This function removes an item from a DGS menu element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsMenuRemoveItem ( element menu, int uniqueID ) </syntaxhighlight> ===Required Arguments=== *'''menu:''' The DGS menu element from which to remove the item *'''uniqueID:''' The unique ID of the menu item to remove (returned by dgsMenuAddItem) ===Returns=== Returns ''true'' if the item was successfully removed, ''false'' if the item wit...")
 - 08:32, 10 July 2025 Mohab talk contribs created page File:DGS Text Seperator.png
 - 08:32, 10 July 2025 Mohab talk contribs uploaded File:DGS Text Seperator.png
 - 08:28, 10 July 2025 Mohab talk contribs created page DgsMenuAddSeparator (Created page with "{{Client function}} __NOTOC__ This function adds a separator to a DGS menu. A separator is a visual divider that can be used to organize menu items into logical groups. It can be displayed as a horizontal line or as text. ==Syntax== <syntaxhighlight lang="lua"> int uniqueID, int position dgsMenuAddSeparator ( element menu [, string text, int parentItemID, int position ] ) </syntaxhighlight> ===Required Arguments=== *'''menu:''' The DGS menu element to add the separator...")
 - 07:53, 10 July 2025 Mohab talk contribs created page File:Dgs seperator.png
 - 07:53, 10 July 2025 Mohab talk contribs uploaded File:Dgs seperator.png
 - 06:43, 10 July 2025 Mohab talk contribs created page DgsMenuGetItemColor (Created page with "{{Client function}} __NOTOC__ This function gets the color of a specific menu item. You can retrieve the colors either as separate RGBA components or as color values. ==Syntax== <syntaxhighlight lang="lua"> int r, int g, int b, int a, int hr, int hg, int hb, int ha dgsMenuGetItemColor ( element menu, int uniqueID ) int normalColor, int hoverColor dgsMenuGetItemColor ( element menu, int uniqueID, bool notSplitColor ) </syntaxhighlight> ===Required Arguments=== *'''menu:...")
 - 06:18, 10 July 2025 Mohab talk contribs created page DgsMenuSetItemColor (Created page with "{{Client function}} __NOTOC__ This function sets the color of a specific menu item. You can set both the normal and hover colors for the item. ==Syntax== <syntaxhighlight lang="lua"> bool dgsMenuSetItemColor ( element menu, int uniqueID, int r, int g, int b [, int a ] ) bool dgsMenuSetItemColor ( element menu, int uniqueID, int color ) bool dgsMenuSetItemColor ( element menu, int uniqueID, table colors ) </syntaxhighlight> ===Required Arguments=== *'''menu:''' The DGS...")
 - 06:06, 10 July 2025 Mohab talk contribs created page DgsMenuGetItemTextSize (Created page with "{{Client function}} __NOTOC__ This function gets the text size of a specific menu item. ==Syntax== <syntaxhighlight lang="lua"> float, float dgsMenuGetItemTextSize ( element menu, int uniqueID ) </syntaxhighlight> ===Required Arguments=== *'''menu:''' The DGS menu element containing the item *'''uniqueID:''' The unique ID of the menu item (returned by dgsMenuAddItem) ===Returns=== Returns two floats representing the horizontal and vertical text scale factors, or '...")
 - 05:59, 10 July 2025 Mohab talk contribs created page DgsMenuSetItemTextSize (Created page with "{{Client function}} __NOTOC__ This function sets the text size of a specific menu item. ==Syntax== <syntaxhighlight lang="lua"> bool dgsMenuSetItemTextSize ( element menu, int uniqueID, float textSizeX [, float textSizeY ] ) </syntaxhighlight> ===Required Arguments=== *'''menu:''' The DGS menu element containing the item *'''uniqueID:''' The unique ID of the menu item (returned by dgsMenuAddItem) *'''textSizeX:''' The horizontal scale of the text ===Optional Argum...")
 - 04:49, 10 July 2025 Mohab talk contribs created page DgsMenuGetItemText (Created page with "{{Client function}} __NOTOC__ This function retrieves the displayed text of a menu item. ==Syntax== <syntaxhighlight lang="lua"> string dgsMenuGetItemText ( element menu, int uniqueID ) </syntaxhighlight> ===Required Arguments=== *'''menu:''' The DGS menu element containing the item *'''uniqueID:''' The unique ID of the menu item (returned by dgsMenuAddItem) ===Returns=== Returns the text string if successful, ''false'' if the item doesn't exist. ==Examples== <sy...")
 - 04:47, 10 July 2025 Mohab talk contribs created page DgsMenuSetItemText (Created page with "{{Client function}} __NOTOC__ This function changes the displayed text of an existing menu item. ==Syntax== <syntaxhighlight lang="lua"> bool dgsMenuSetItemText ( element menu, int uniqueID, string text ) </syntaxhighlight> ===Required Arguments=== *'''menu:''' The DGS menu element containing the item *'''uniqueID:''' The unique ID of the menu item (returned by dgsMenuAddItem) *'''text:''' The new text to display for this menu item ===Returns=== Returns ''true'' i...")
 - 04:44, 10 July 2025 Mohab talk contribs created page DgsMenuGetItemCommand (Created page with "{{Client function}} __NOTOC__ This function retrieves the command identifier of a menu item. The command is used to identify which action should be performed when the item is selected. ==Syntax== <syntaxhighlight lang="lua"> string dgsMenuGetItemCommand ( element menu, int uniqueID ) </syntaxhighlight> ===Required Arguments=== *'''menu:''' The DGS menu element containing the item *'''uniqueID:''' The unique ID of the menu item (returned by dgsMenuAddItem) ===Retur...")
 - 04:40, 10 July 2025 Mohab talk contribs created page DgsMenuSetItemCommand (Created page with "{{client function}} __NOTOC__ This function changes the command identifier of an existing menu item. The command is used to identify the item when it's selected. ==Syntax== <syntaxhighlight lang="lua"> bool dgsMenuSetItemCommand ( element menu, int uniqueID, string command ) </syntaxhighlight> ===Required Arguments=== *'''menu:''' The DGS menu element containing the item *'''uniqueID:''' The unique ID of the menu item (returned by dgsMenuAddItem) *'''command:''' Th...")