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).
- 16:52, 28 November 2023 User account Killer5 talk contribs was created
- 13:51, 27 November 2023 LopSided talk contribs created page OnPlayerTriggerEventThreshold (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22311|This event is triggered when a player exceeds the maximum threshold for events via triggerServerEvent.}} ==Parameters== None ==Source== The source of this event is the player who exceeded the threshold. ===Canceling=== Canceling this event has no effect. ==Example== <syntaxhighlight lang="lua"> function start() setServerConfigSetting("player_triggered_event_inte...")
- 21:36, 26 November 2023 KhaledX talk contribs created page SCamera (Created page with "== sCamera == '''The function creates a speed camera in-game, fines speeding vehicles, and notifies the driver and take money from player based on vehicle speed. ''' == Syntax == <syntaxhighlight lang="lua"> function sCamera(modelId, x, y, z, speed, between) </syntaxhighlight> == Parameters == * modelId: The model ID of the camera object to be created. * x, y, z: The coordinates where the camera object will be placed in the game world. * speed: The speed limit tha...")
- 21:21, 26 November 2023 User account Gonnzza132 talk contribs was created
- 13:48, 26 November 2023 User account KhaledX talk contribs was created
- 05:17, 24 November 2023 Mtaowner talk contribs created page User:Mtaowner (Created blank page)
- 09:31, 23 November 2023 Vietchamsingapore talk contribs created page User:Vietchamsingapore (Created page with "Việc mở công ty tại Singapore đã trở thành một lựa chọn hấp dẫn cho nhiều doanh nghiệp quốc tế, và để làm điều này thành công, bạn cần một đối tác đáng tin cậy và chuyên nghiệp. VietCham Singapore, với nhiều năm kinh nghiệm trong lĩnh vực này, đã nổi lên như một lựa chọn hàng đầu cho các dịch vụ liên quan đến việc thành lập công ty tại đảo quốc sư tử. VietCham...")
- 09:30, 23 November 2023 User account Vietchamsingapore talk contribs was created
- 21:33, 22 November 2023 User account Netoplocksdc talk contribs was created
- 19:49, 21 November 2023 User account Gregori 25 talk contribs was created
- 14:31, 21 November 2023 Mtaowner talk contribs created page Fingerprint (Created page with "{{Useful Function}} __NOTOC__ This function calculates a fingerprint unique to each computer. ==Syntax== <syntaxhighlight lang="lua"> void fingerprint ( function callback ) </syntaxhighlight> ===Required arguments=== *'''callback''': a callback function with syntax as described below ====Callback syntax==== <syntaxhighlight lang="lua"> function ( int value ) </syntaxhighlight> ==Code== <section name="Code" class="client" show="true"> <syntaxhighlight lang="lua"> func...")
- 13:56, 21 November 2023 User account BillThosena talk contribs was created
- 11:58, 21 November 2023 User account Doggozdev talk contribs was created
- 05:18, 21 November 2023 User account Maniakos talk contribs was created
- 17:46, 20 November 2023 User account Destemido talk contribs was created
- 17:25, 20 November 2023 User account Caly RD talk contribs was created
- 09:12, 20 November 2023 Tracer talk contribs created page Template:Vehicle Variants (Created page with "<includeonly> {| class="wikitable sortable" style="width: auto; table-layout: fixed;" |- ! scope="col" | Vehicle Name ! scope="col" | Vehicle ID ! scope="col" class="unsortable" | Variants |- | Ambulance | 416 | Numbers: 0 = 37, 1 = 71 |- | BF Injection | 424 | Body: 0 = Side Panels |- | BF-400 | 581 | Exhausts: 0 = Single Type1, 1 = Single Type2, 2 = Dual Type3 - Fairings (with Windshields): 3 = Half-size, 4 = Full-size |- | Bagboxb | 607 | Contents: 0,1,2 = Various dis...")
- 11:40, 19 November 2023 User account Mtaowner talk contribs was created
- 12:14, 18 November 2023 User account Mr.Denuva talk contribs was created
- 14:32, 17 November 2023 User account NahuEz talk contribs was created
- 16:55, 15 November 2023 Arran Fortuna talk contribs created page SplitMultiple (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function splits a string into a table when the specified character(s) are detected.<br/> ==Syntax== <syntaxhighlight lang="lua">table splitMultiple( string str )</syntaxhighlight> ===Required Arguments=== * '''str''': The string to split. * '''chars''': The characters to detect and split the string at. ===Returns=== Returns a table containing the pieces of the split string. ==Code== <section name="S...")
- 02:43, 15 November 2023 Thisdp talk contribs created page DgsGradientSetColor (Created page with "__NOTOC__ {{Client function}} This function sets the color of the dgs gradient plugin. ==Syntax== <syntaxhighlight lang="lua"> bool dgsGradientSetColor( element gradShader, int colorFrom, int colorTo ) </syntaxhighlight> ===Required Arguments=== *'''gradShader:''' The dgs gradient you want to set. *'''colorFrom''': Gradient color 1. ( Left side when '''rotation''' is 0 ) *'''colorTo ''': Gradient color 2. ( Right side when '''rotation''' is 0 ) ===Returns=== Return...")
- 22:43, 14 November 2023 Zangomangu talk contribs created page OnPlayerDetonateSatchels (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22293|This event is triggered every time satchels are detonated - either by a player or through detonateSatchels.}} ==Parameters== No parameters. ==Source== The source of this event is the player whose satchels are being detonated. ===Canceling=== If this event is canceled, the satchels will not detonate. ==Example== <syntaxhighlight lang="...")
- 22:35, 14 November 2023 Zangomangu talk contribs created page OnPlayerProjectileCreation (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22293|This event is triggered every time a projectile is created by a player - either through a weapon, a vehicle weapon or createProjectile.}} ==Parameters== <syntaxhighlight lang="lua"> int weaponType, float x, float y, float z, float force, element target, float rotX, float rotY, float rotZ, float velX, float velY, float velZ </syntaxhighlight> *'''weaponType:''' ID, see below {{Projectiles}} *'''x:''...")
- 18:24, 14 November 2023 User account TecnMen talk contribs was created
- 19:34, 13 November 2023 User account Igor2804 talk contribs was created
- 15:23, 12 November 2023 Bover. talk contribs created page User:Bover. (Created page with "{{MessageBox| bordercolorhex = fb0e0a | image = File:YouTube_full-color_icon_(2017).svg | imageSize = 24px | title = YouTube Channel: | message = https://www.youtube.com/channel/UCuEU-kjFv7_1vidj2KMNU4A bover. }} {{MessageBox| bordercolorhex = 8c9eff | image = File:Discord.png | imageSize = 24px| title = Discord Username: | message = [@bover.] }}")
- 02:42, 12 November 2023 User account MarcoBasha talk contribs was created
- 15:30, 11 November 2023 User account Newton talk contribs was created
- 17:44, 10 November 2023 User account Kais ch05 talk contribs was created
- 08:30, 10 November 2023 User account 777m talk contribs was created
- 02:53, 10 November 2023 TheNormalnij talk contribs created page EngineSetModelTXDID (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22190|This function changes the TXD ID of the given model ID.}} ==Syntax== <syntaxhighlight lang="lua"> bool engineSetModelTXDID( int modelID, int txdID ) </syntaxhighlight> {{OOP||Engine.setModelTXDID}} ===Required Arguments=== *'''modelID:''' The ID of the model to update TXD ID. *'''txdID:''' The ID of target TXD. Use engineRequestTXD to get a new TXD ID. ===Returns=== Returns ''true'' if this fu...")
- 11:52, 7 November 2023 User account 1Lorenzo talk contribs was created
- 11:20, 7 November 2023 User account Coughlouvenia47 talk contribs was created
- 17:47, 6 November 2023 User account NoTenTego talk contribs was created
- 10:45, 6 November 2023 User account Raul07700 talk contribs was created
- 00:05, 5 November 2023 User account SrMafios0 talk contribs was created
- 00:03, 5 November 2023 User account SrMafioso talk contribs was created
- 09:08, 4 November 2023 User account T34P07 talk contribs was created
- 00:39, 4 November 2023 User account Swiderebk talk contribs was created
- 19:32, 3 November 2023 User account Z0rmee talk contribs was created
- 10:01, 3 November 2023 User account IQ65 talk contribs was created
- 12:57, 2 November 2023 User account Roman Perekyp talk contribs was created
- 12:55, 2 November 2023 User account Roma perekyp talk contribs was created
- 00:41, 1 November 2023 User account 9orisa talk contribs was created
- 12:04, 31 October 2023 User account SaintsTalles talk contribs was created
- 10:39, 31 October 2023 Dutchman101 talk contribs deleted page IsPlayerACLAdmin (Delete nomination granted)
- 10:27, 31 October 2023 Dutchman101 talk contribs deleted page Talk:OnServerVehicleSpawn (Deleted together with the associated page with reason: Delete nomination granted, be more considerate before adding functions in the first place)
- 10:27, 31 October 2023 Dutchman101 talk contribs deleted page OnServerVehicleSpawn (Delete nomination granted, be more considerate before adding functions in the first place)
- 11:47, 29 October 2023 Bover. talk contribs created page GetPositionInFrontOfElement (Created page with "{{Useful Function}} This function returns position in provided distance away from element, including element's rotation<br> ==Syntax== <syntaxhighlight lang="lua">float, float, float getPositionInFrontOfElement( element theElement, float distance )</syntaxhighlight> ===Required Arguments=== * '''theElement''': The element you want to get position in front of. * '''distance''': Distance from an element you want to get position in. ===Returns=== Returns three ''floats'...")