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).
- 13:43, 29 January 2023 Thisdp talk contribs moved page Talk:ZH-CN/Resource:Dgs to Talk:ZH-CN/Resource:DGS
- 13:43, 29 January 2023 Thisdp talk contribs moved page ZH-CN/Resource:Dgs to ZH-CN/Resource:DGS
- 12:08, 29 January 2023 Thisdp talk contribs moved page Talk:PL/Dgs to Talk:PL/Resource:Dgs
- 12:08, 29 January 2023 Thisdp talk contribs moved page PL/Dgs to PL/Resource:Dgs
- 12:05, 29 January 2023 Thisdp talk contribs moved page Talk:ZH-CN/Dgs to Talk:ZH-CN/Resource:Dgs
- 12:05, 29 January 2023 Thisdp talk contribs moved page ZH-CN/Dgs to ZH-CN/Resource:Dgs
- 12:04, 29 January 2023 Thisdp talk contribs created page AR/Resource:Dgs (Created page with "1")
- 11:39, 29 January 2023 Shady talk contribs created page TR/Resource:DGS (shady)
- 00:05, 28 January 2023 User account Nevem talk contribs was created
- 23:19, 27 January 2023 User account Adrian55 talk contribs was created
- 17:37, 27 January 2023 Dragon talk contribs created page IsPlayerActuallyInVehicle (Created page with "{{Useful Function}} __NOTOC__ This function provides a hacky way to recreate the client-side behavior of isPedInVehicle server-sided for player elements ONLY. It checks if a specified player is actually in a vehicle and not just in the process of entering. ==Syntax== <syntaxhighlight lang="lua">bool isPlayerActuallyInVehicle ( player thePlayer )</syntaxhighlight> ===Required Arguments=== * '''thePlayer''': a player to check if they are inside a ve...")
- 11:19, 27 January 2023 User account Benedict talk contribs was created
- 10:46, 27 January 2023 User account Juancarloslaldeli talk contribs was created
- 23:48, 26 January 2023 User account Youssef988 talk contribs was created
- 23:00, 25 January 2023 User account D1stRU3T0R talk contribs was created
- 04:26, 25 January 2023 User account Apollo Raptor talk contribs was created
- 11:46, 21 January 2023 User account Шацков Артем talk contribs was created
- 00:35, 20 January 2023 User account Chefin MTA talk contribs was created
- 20:39, 19 January 2023 User account Mooooounly talk contribs was created
- 17:22, 19 January 2023 User account Trx talk contribs was created
- 16:44, 19 January 2023 User account ACKO talk contribs was created
- 08:19, 19 January 2023 User account MahdiMafia talk contribs was created
- 06:52, 19 January 2023 Abuse filter talk contribs blocked Williamwoodruff 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: User page spam detection)
- 06:52, 19 January 2023 Abuse filter talk contribs blocked the autopromotion of Williamwoodruff for a period of 5 days (Autopromotion automatically delayed by abuse filter. Rule description: User page spam detection)
- 06:48, 19 January 2023 User account Williamwoodruff talk contribs was created
- 16:49, 17 January 2023 User account Down MTA talk contribs was created
- 20:01, 16 January 2023 User account Mobin talk contribs was created
- 14:22, 16 January 2023 User account KBlack talk contribs was created
- 05:52, 16 January 2023 User account DColeman talk contribs was created
- 10:23, 15 January 2023 User account Mahmoud awad talk contribs was created
- 19:18, 14 January 2023 User account Lukas12 talk contribs was created
- 18:39, 13 January 2023 User account Shaneprod talk contribs was created
- 12:32, 13 January 2023 Thisdp talk contribs created page OnDgsKey (Created page with "{{Client event}} __NOTOC__ This event will be triggered when any key is pressed with a DGS element focused. ==Parameters== * '''button''': This refers the button pressed. See key names for a list of keys. * '''pressOrRelease''': This refers to whether they were pressing or releasing the key, ''true'' when pressing, ''false'' when releasing. ==Source== The source of this event is the DGS element which is focused. ==Example== <syntax...")
- 21:59, 12 January 2023 User account Bublik talk contribs was created
- 19:44, 12 January 2023 User account Gabriela023412 talk contribs was created
- 18:28, 12 January 2023 User account BK-STAFF talk contribs was created
- 19:03, 10 January 2023 User account Marcos1889 talk contribs was created
- 12:13, 10 January 2023 Thisdp talk contribs created page DgsLineGetItemWidth (Created page with "__NOTOC__ {{Client function}} This function gets the width of an item of DGS Line. ==Syntax== <syntaxhighlight lang="lua"> float dgsLineGetItemWidth( element line, int index ) </syntaxhighlight> ===Required Arguments=== *'''line''': The DGS Line. *'''index''': The item index. ===Returns=== Returns a ''float'' indicates the width of the item if successful, ''false'' otherwise ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs local line = DGS:dgsCreateLi...")
- 12:12, 10 January 2023 Thisdp talk contribs created page DgsLineSetItemWidth (Created page with "__NOTOC__ {{Client function}} This function sets the width of an item of DGS Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgsLineSetItemColor( element line, int index, int width ) </syntaxhighlight> ===Required Arguments=== *'''line''': The DGS Line. *'''index''': The item index. *'''width:''' A float of the width of the item. ===Returns=== Returns ''true'' if successful, ''false'' otherwise ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs local...")
- 12:02, 10 January 2023 Thisdp talk contribs created page DgsLineGetItemColor (Created page with "__NOTOC__ {{Client function}} This function gets the color of an item of DGS Line. ==Syntax== <syntaxhighlight lang="lua"> int dgsLineSetItemColor( element line, int index ) </syntaxhighlight> ===Required Arguments=== *'''line''': The DGS Line. *'''index''': The item index. ===Returns=== Returns an ''integer'' indicates the color of the item if successful, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs local line = DGS:dgsCreate...")
- 12:00, 10 January 2023 Thisdp talk contribs created page Dgs3DLineGetItemWidth (Created page with "__NOTOC__ {{Client function}} This function gets the width of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineGetItemWidth( element line3D, int index ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line. *'''index''': The item index of DGS 3D Line. ===Returns=== Returns an ''float'' indicates the width of the item if successful, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = ex...")
- 11:59, 10 January 2023 Thisdp talk contribs created page Dgs3DLineSetItemWidth (Created page with "__NOTOC__ {{Client function}} This function sets the width of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineSetItemWidth( element line3D, int index, float width ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line element. *'''index''': The item index of DGS 3D Line. *'''width :''' A float of the width of the item. ===Returns=== Returns ''true'' if successful, ''false'' otherwise. ==Example== <sy...")
- 11:53, 10 January 2023 Thisdp talk contribs created page Dgs3DLineGetItemColor (Created page with "__NOTOC__ {{Client function}} This function gets the color of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineSetItemColor( element line3D, int index, int color ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line. *'''index''': The item index of DGS 3D Line. ===Returns=== Returns an ''integer'' indicates the color of the item if successful, ''false'' otherwise. ==Example== <syntaxhighlight lang="l...")
- 11:50, 10 January 2023 Thisdp talk contribs created page Dgs3DLineSetItemColor (Created page with "__NOTOC__ {{Client function}} This function sets the color of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineSetItemColor( element line3D, int index, int color ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line element. *'''index''': The item index of DGS 3D Line. *'''color:''' An integer of color (0-4294967295), use tocolor for converting RGBA to color number. If not set, default color of DG...")
- 11:47, 10 January 2023 Thisdp talk contribs created page Dgs3DLineSetItemPosition (Created page with "__NOTOC__ {{Client function}} This function sets the position of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineSetItemPosition( element line3D , int index, float x, float y, float z ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line element. *'''index''': The item index of DGS 3D Line. *'''x:''' A float of the 3D x position of the item of DGS 3D Line in the world. *'''y:''' A float of the 3D y pos...")
- 11:41, 10 January 2023 Thisdp talk contribs created page Dgs3DLineGetItemPosition (Created page with "__NOTOC__ {{Client function}} This function gets the position of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> float, float, float dgs3DLineGetItemPosition( element line3D , int index ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line element. *'''index ''': The item index of DGS 3D Line. ===Returns=== Returns 3 ''float''s indicates x, y and z coordinates of the item, ''false'' otherwise. ==Example== <syntax...")
- 00:05, 10 January 2023 User account BradW talk contribs was created
- 14:12, 9 January 2023 User account LeonSnov talk contribs was created
- 03:57, 8 January 2023 User account ETouker talk contribs was created
- 20:13, 6 January 2023 Noon talk contribs created page User talk:Noon (Created page with "Hello, my nickname is Non! You could visit my [http://nondev.netlify.app website]?, it's cool.")