User contributions for Mohab
Jump to navigation
Jump to search
26 July 2025
- 08:0908:09, 26 July 2025 diff hist +38 SetAccountSerial No edit summary current
- 08:0208:02, 26 July 2025 diff hist +4 SetAccountSerial No edit summary
- 08:0208:02, 26 July 2025 diff hist −36 SetAccountSerial No edit summary
- 08:0008:00, 26 July 2025 diff hist +2,576 N 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:..."
25 July 2025
- 18:0118:01, 25 July 2025 diff hist +29 ResetVehicleModelAudioSettings No edit summary current
- 18:0118:01, 25 July 2025 diff hist +29 SetVehicleModelAudioSetting No edit summary current
- 18:0018:00, 25 July 2025 diff hist +29 GetVehicleModelAudioSettings No edit summary current
- 18:0018:00, 25 July 2025 diff hist +29 SetVehicleAudioSetting No edit summary current
- 18:0018:00, 25 July 2025 diff hist −2 GetVehicleAudioSettings No edit summary current
- 17:5817:58, 25 July 2025 diff hist −2 ResetVehicleAudioSettings No edit summary current
- 17:5117:51, 25 July 2025 diff hist +1,580 N 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:4717:47, 25 July 2025 diff hist +3,056 N 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:3417:34, 25 July 2025 diff hist −4,291 GetVehicleModelAudioSettings Simplify examples
- 17:3117:31, 25 July 2025 diff hist +2,760 N 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:3017:30, 25 July 2025 diff hist −204 SetVehicleModelAudioSetting No edit summary
- 17:2817:28, 25 July 2025 diff hist −712 SetVehicleModelAudioSetting No edit summary
- 17:0317:03, 25 July 2025 diff hist +1,358 N 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..."
- 17:0117:01, 25 July 2025 diff hist −19 GetVehicleModelAudioSettings No edit summary