Search results

Jump to navigation Jump to search

Page title matches

  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function returns the current absolute position inside of the file/stream object. It should be the number of bytes that the current stream poi
    1 KB (166 words) - 03:11, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an unsigned short integer into a file/stream and returns how many bytes have actually been written. The amount of
    643 bytes (91 words) - 03:06, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function writes all temporary buffers of a file/stream object into the output storage. This feature shall be interpreted as
    2 KB (253 words) - 03:13, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an unsigned short (native type) from a file and returns it. The amount of bytes read should be two.
    474 bytes (63 words) - 03:01, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an integer into a file/stream and returns how many bytes have actually been written. The amount of
    637 bytes (89 words) - 03:07, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...ro bytes written). This state should be immutable across the lifetime of a file/stream class.
    1 KB (154 words) - 03:13, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an integer (native type) from a file and return it. The amount of bytes read should be four.
    2 KB (245 words) - 03:01, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an unsigned integer into a file/stream and returns how many bytes have actually been written. The amount of
    646 bytes (90 words) - 03:07, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...if value reading). This state should be immutable across the lifetime of a file/stream class.
    1 KB (181 words) - 03:14, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an unsigned integer (native type) from a file and returns it. The amount of bytes read should be four.
    465 bytes (62 words) - 03:03, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a float into a file/stream and returns how many bytes have actually been written. The amount of
    640 bytes (89 words) - 03:09, 23 January 2022
  • ==[[Modules/FileSystem|FileSystem]] File Functions== *[[Modules/FileSystem/file/read|read]]
    1 KB (145 words) - 22:42, 19 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a float (native type) from a file and return it. The amount of bytes read should be four.
    7 KB (611 words) - 03:03, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a double into a file/stream and returns how many bytes have actually been written. The amount of
    694 bytes (97 words) - 03:09, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a double (native type) from a file and return it. The amount of bytes read should be eight.
    3 KB (349 words) - 03:04, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a boolean into a file/stream and returns how many bytes have actually been written. The amount of
    608 bytes (85 words) - 03:10, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a boolean (native type) from a file and return it. The amount of bytes read should be one.
    5 KB (490 words) - 03:04, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function returns the size of a specific file/stream from beginning to end. Not all streams have to support this operatio
    1 KB (150 words) - 03:10, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a string of bytes (characters) into the file. It returns the amount of bytes that have actually been written.
    2 KB (325 words) - 03:05, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function returns immediate statistics about this file/stream object. The output should be of same structure like that of [[Module
    479 bytes (58 words) - 03:11, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read the specified amount of bytes from the file. The actual amount of bytes read equals to the length of the Lua string.
    1 KB (196 words) - 02:57, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a signed byte into a file/stream and returns how many bytes have actually been written. The amount of
    571 bytes (81 words) - 03:05, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a signed byte (native type) from a file and returns it. The amount of bytes read should be one.
    6 KB (664 words) - 02:58, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an unsigned byte into a file/stream and returns how many bytes have actually been written. The amount of
    574 bytes (80 words) - 03:06, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...s, set the stream pointer to a specific location or head to the end of the file/stream object. Not all stream classes have to support this operation.
    1 KB (215 words) - 03:12, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an unsigned byte (native type) from a file and returns it. The amount of bytes read should be one.
    3 KB (343 words) - 03:00, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a short integer into a file/stream and returns how many bytes have actually been written. The amount of
    572 bytes (80 words) - 03:06, 23 January 2022
  • This function returns the current absolute position inside of the file/stream object. It should be the number of bytes that the current stream poi int file:tell ()
    1 KB (160 words) - 23:48, 16 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...ct, this function is more reliable than the [[MTA:Eir/FileSystem/file/size|file.size]] approach.
    2 KB (228 words) - 03:12, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a short (native type) from a file and returns it. The amount of bytes read should be two.
    2 KB (306 words) - 03:01, 23 January 2022
  • This function attempts to write an unsigned byte into a file/stream and returns how many bytes have actually been written. The amount of int file:writeUByte ( unsigned_byte value )
    507 bytes (74 words) - 23:46, 16 January 2022
  • ...s, set the stream pointer to a specific location or head to the end of the file/stream object. Not all stream classes have to support this operation. int file:seek ( int offset, string mode )
    1 KB (209 words) - 23:48, 16 January 2022
  • This function attempts to read the specified amount of bytes from the file. The actual amount of bytes read equals to the length of the Lua string. string file:read ( int readCount )
    1 KB (195 words) - 23:32, 16 January 2022
  • This function attempts to write a short integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeShort ( short value )
    505 bytes (74 words) - 23:46, 16 January 2022
  • ...ct, this function is more reliable than the [[MTA:Eir/FileSystem/file/size|file.size]] approach. boolean file:eof ()
    1 KB (222 words) - 23:49, 16 January 2022
  • This function attempts to read a short (native type) from a file and returns it. The amount of bytes read should be two. short file:readShort ()
    2 KB (300 words) - 23:35, 16 January 2022
  • This function attempts to write an unsigned short integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeUShort ( unsigned_short value )
    576 bytes (85 words) - 23:46, 16 January 2022
  • This function writes all temporary buffers of a file/stream object into the output storage. This feature shall be interpreted as boolean file:flush ()
    2 KB (247 words) - 23:49, 16 January 2022
  • This function attempts to read an integer (native type) from a file and return it. The amount of bytes read should be four. int file:readInt ()
    2 KB (239 words) - 23:36, 16 January 2022
  • This function attempts to write an integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeInt ( int value )
    570 bytes (83 words) - 23:46, 16 January 2022
  • ...ro bytes written). This state should be immutable across the lifetime of a file/stream class. boolean file:isWritable ()
    1 KB (148 words) - 23:50, 16 January 2022
  • This function attempts to read a float (native type) from a file and return it. The amount of bytes read should be four. float file:readFloat ()
    7 KB (605 words) - 23:40, 16 January 2022
  • This function attempts to write an unsigned integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeUInt ( unsigned_int value )
    579 bytes (84 words) - 23:46, 16 January 2022
  • ...if value reading). This state should be immutable across the lifetime of a file/stream class. boolean file:isReadable ()
    1 KB (175 words) - 23:50, 16 January 2022
  • This function attempts to read a double (native type) from a file and return it. The amount of bytes read should be eight. double file:readDouble ()
    3 KB (343 words) - 23:42, 16 January 2022
  • This function attempts to write a float into a file/stream and returns how many bytes have actually been written. The amount of int file:writeFloat ( float value )
    573 bytes (83 words) - 23:46, 16 January 2022
  • This function attempts to read an unsigned short (native type) from a file and returns it. The amount of bytes read should be two. unsigned_short file:readUShort ()
    406 bytes (57 words) - 23:35, 16 January 2022
  • This function attempts to read a boolean (native type) from a file and return it. The amount of bytes read should be one. boolean file:readBoolean ()
    5 KB (484 words) - 23:44, 16 January 2022
  • This function attempts to write a double into a file/stream and returns how many bytes have actually been written. The amount of int file:writeDouble ( double value )
    627 bytes (91 words) - 23:46, 16 January 2022
  • This function attempts to read an unsigned integer (native type) from a file and returns it. The amount of bytes read should be four. unsigned_int file:readUInt ()
    398 bytes (56 words) - 23:36, 16 January 2022
  • This function attempts to write a string of bytes (characters) into the file. It returns the amount of bytes that have actually been written. int file:write ( string dataString )
    2 KB (319 words) - 23:45, 16 January 2022
  • This function attempts to write a boolean into a file/stream and returns how many bytes have actually been written. The amount of int file:writeBoolean ( boolean value )
    541 bytes (79 words) - 23:47, 16 January 2022
  • This function attempts to read a signed byte (native type) from a file and returns it. The amount of bytes read should be one. signed_byte file:readByte ()
    6 KB (658 words) - 23:33, 16 January 2022
  • This function returns the size of a specific file/stream from beginning to end. Not all streams have to support this operatio int file:size ()
    1,011 bytes (144 words) - 23:47, 16 January 2022
  • This function attempts to read an unsigned byte (native type) from a file and returns it. The amount of bytes read should be one. unsigned_byte file:readUByte ()
    3 KB (337 words) - 23:34, 16 January 2022
  • This function returns immediate statistics about this file/stream object. The output should be of same structure like that of [[MTA:Ei dictionary file:stat ()
    412 bytes (53 words) - 23:47, 16 January 2022
  • This function attempts to write a signed byte into a file/stream and returns how many bytes have actually been written. The amount of int file:writeByte ( signed_byte value )
    504 bytes (75 words) - 23:45, 16 January 2022
  • ==[[MTA:Eir/FileSystem|FileSystem]] File Functions== *[[MTA:Eir/FileSystem/file/read|read]]
    1 KB (174 words) - 14:48, 1 February 2014

Page text matches

  • This file is copied from the MTA:DM Server.<br> '''File Name:''' vehiclecolors.conf<br>
    1 KB (180 words) - 14:02, 6 May 2009
  • File:Default.png|<div style="font-weight: bold">default</div> File:Default-bold.png|<div style="font-weight: bold">default-bold</div>
    950 bytes (129 words) - 01:15, 27 December 2019
  • ! !! [[File:Traffic_green.png]] !! ! [[File:Traffic_red.png]] !! !! [[File:Traffic_red.png]]
    3 KB (300 words) - 19:30, 21 February 2021
  • ==[[Modules/FileSystem|FileSystem]] File Functions== *[[Modules/FileSystem/file/read|read]]
    1 KB (145 words) - 22:42, 19 January 2022
  • ! !! [[File:Traffic_green.png]] !! ! [[File:Traffic_red.png]] !! !! [[File:Traffic_red.png]]
    3 KB (339 words) - 14:29, 26 August 2016
  • ! !! [[File:Traffic_green.png]] !! ! [[File:Traffic_red.png]] !! !! [[File:Traffic_red.png]]
    3 KB (328 words) - 15:56, 21 July 2016
  • <li style="display:inline-block;">[[File:Skinid1.jpg|x270px|frame|'''ID''': 1<br>'''Model''': truth]]</li> <li style="display:inline-block;">[[File:Skinid2.jpg|x270px|frame|'''ID''': 2<br>'''Model''': maccer]]</li>
    4 KB (519 words) - 07:31, 1 January 2022
  • ==[[MTA:Eir/FileSystem|FileSystem]] File Functions== *[[MTA:Eir/FileSystem/file/read|read]]
    1 KB (174 words) - 14:48, 1 February 2014
  • Questo file e' copiato dal server MTA:DM.<br> '''Nome File:''' vehiclecolors.conf<br>
    1 KB (190 words) - 23:31, 12 June 2008
  • This function retrieves the path of the given file. string fileGetPath ( file theFile )
    1,006 bytes (119 words) - 18:43, 20 December 2023
  • This function creates a single file that is resident entirely in system memory. file fsnamespace.createMemoryFile( )
    496 bytes (56 words) - 03:56, 23 January 2022
  • Closes a file handle obtained by [[fileCreate]] or [[fileOpen]]. bool fileClose ( file theFile )
    1 KB (152 words) - 17:24, 20 December 2023
  • This function creates a single file that is resident entirely in system memory. file fsnamespace.createMemoryFile( )
    424 bytes (51 words) - 22:47, 16 January 2022
  • ...tarts from the current file seek and finishes at the end of the respective file stream. If the read count of either stream does not match the other, then t bool fsnamespace.streamCompare( file left, file right )
    803 bytes (105 words) - 04:00, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read the specified amount of bytes from the file. The actual amount of bytes read equals to the length of the Lua string.
    1 KB (196 words) - 02:57, 23 January 2022
  • ...tarts from the current file seek and finishes at the end of the respective file stream. If the read count of either stream does not match the other, then t bool fsnamespace.streamCompare( file left, file right )
    731 bytes (100 words) - 23:01, 16 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an unsigned short (native type) from a file and returns it. The amount of bytes read should be two.
    474 bytes (63 words) - 03:01, 23 January 2022
  • {{New feature/item|4|1.6.0|21695|This function gets a file from an IMG container.}} string engineImageGetFile ( img img_file, string/number file )
    815 bytes (104 words) - 19:27, 10 April 2023
  • This function attempts to read an unsigned short (native type) from a file and returns it. The amount of bytes read should be two. unsigned_short file:readUShort ()
    406 bytes (57 words) - 23:35, 16 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an unsigned integer (native type) from a file and returns it. The amount of bytes read should be four.
    465 bytes (62 words) - 03:03, 23 January 2022
  • This function attempts to read an unsigned integer (native type) from a file and returns it. The amount of bytes read should be four. unsigned_int file:readUInt ()
    398 bytes (56 words) - 23:36, 16 January 2022
  • Returns the total size in bytes of the given file. int fileGetSize ( file theFile )
    1 KB (140 words) - 18:55, 20 December 2023
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function returns the size of a specific file/stream from beginning to end. Not all streams have to support this operatio
    1 KB (150 words) - 03:10, 23 January 2022
  • This function attempts to read the specified amount of bytes from the file. The actual amount of bytes read equals to the length of the Lua string. string file:read ( int readCount )
    1 KB (195 words) - 23:32, 16 January 2022
  • This function returns the size of a specific file/stream from beginning to end. Not all streams have to support this operatio int file:size ()
    1,011 bytes (144 words) - 23:47, 16 January 2022
  • ...specific filename is taken then the algorithm will try to create the next file with increased numeric insert. file fsnamespace.createFileIterative( translator target, string prefix, string s
    1 KB (143 words) - 03:57, 23 January 2022
  • This function returns immediate statistics about this file/stream object. The output should be of same structure like that of [[MTA:Ei dictionary file:stat ()
    412 bytes (53 words) - 23:47, 16 January 2022
  • ...ecific filename is taken then an the algorithm will try to create the next file with increased numeric insert. file fsnamespace.createFileIterative( translator target, string prefix, string s
    1 KB (138 words) - 22:48, 16 January 2022
  • Deletes the specified file. {{OOP|This function is a static function underneath the File class.|[[File]].delete}}
    2 KB (238 words) - 17:45, 20 December 2023
  • Reads the specified number of bytes from the given file starting at its current read/write position, and returns them as a string. string fileRead ( file theFile, int count )
    1 KB (231 words) - 19:37, 20 December 2023
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function returns immediate statistics about this file/stream object. The output should be of same structure like that of [[Module
    479 bytes (58 words) - 03:11, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...ro bytes written). This state should be immutable across the lifetime of a file/stream class.
    1 KB (154 words) - 03:13, 23 January 2022
  • ...ro bytes written). This state should be immutable across the lifetime of a file/stream class. boolean file:isWritable ()
    1 KB (148 words) - 23:50, 16 January 2022
  • <li style="display:inline-block;">[[File:Skinid9.jpg|x270px|frame|'''ID''': 9<br>'''Model''': bfori]]</li> <li style="display:inline-block;">[[File:Skinid10.jpg|x270px|frame|'''ID''': 10<br>'''Model''': bfost]]</li>
    9 KB (1,226 words) - 21:19, 24 August 2019
  • <li style="display:inline-block;">[[File:Skinid105.jpg|x270px|frame|'''ID''': 105<br>'''Model''': fam1]]</li> <li style="display:inline-block;">[[File:Skinid106.jpg|x270px|frame|'''ID''': 106<br>'''Model''': fam2]]</li>
    4 KB (600 words) - 11:20, 14 July 2018
  • Checks if the file position is at the end of the file. ...tion may return false until an attempt to read further than the end of the file is made.}}
    2 KB (243 words) - 19:04, 20 December 2023
  • This event is triggered when a file has been downloaded after [[downloadFile]] has been successfully called. *'''fileName''': the file downloaded.
    2 KB (172 words) - 18:46, 24 April 2020
  • ...a source location to a file at the destination. The contents of the source file are copied, so that source and destination have the same content. Since the *'''srcPath:''' a path to the source file
    1 KB (171 words) - 03:26, 23 January 2022
  • ...a source location to a file at the destination. The contents of the source file are copied, so that source and destination have the same content. Since the *'''srcPath:''' a path to the source file
    1 KB (164 words) - 08:38, 17 January 2022
  • Renames the specified file. {{Note|Also with this function you can move specified file to a new location, new folder or even to another resource's folder. But for
    2 KB (265 words) - 19:51, 20 December 2023
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an unsigned byte into a file/stream and returns how many bytes have actually been written. The amount of
    574 bytes (80 words) - 03:06, 23 January 2022
  • This function attempts to write an unsigned byte into a file/stream and returns how many bytes have actually been written. The amount of int file:writeUByte ( unsigned_byte value )
    507 bytes (74 words) - 23:46, 16 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...if value reading). This state should be immutable across the lifetime of a file/stream class.
    1 KB (181 words) - 03:14, 23 January 2022
  • Writes one or more strings to a given file, starting at the current read/write position. Advances the position over th int fileWrite ( file theFile, string string1 [, string string2, string string3 ...])
    2 KB (283 words) - 20:15, 20 December 2023
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a signed byte into a file/stream and returns how many bytes have actually been written. The amount of
    571 bytes (81 words) - 03:05, 23 January 2022
  • This function attempts to write a signed byte into a file/stream and returns how many bytes have actually been written. The amount of int file:writeByte ( signed_byte value )
    504 bytes (75 words) - 23:45, 16 January 2022
  • ...if value reading). This state should be immutable across the lifetime of a file/stream class. boolean file:isReadable ()
    1 KB (175 words) - 23:50, 16 January 2022
  • ...leFlush]] can be called after each log entry is written. Without this, the file may appear empty or outdated to the user. bool fileFlush ( file theFile )
    1 KB (178 words) - 18:14, 20 December 2023
  • Sets the current read/write position in the file. int fileSetPos ( file theFile, int offset )
    1 KB (219 words) - 20:03, 20 December 2023
  • This function attempts to write a short integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeShort ( short value )
    505 bytes (74 words) - 23:46, 16 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a short integer into a file/stream and returns how many bytes have actually been written. The amount of
    572 bytes (80 words) - 03:06, 23 January 2022
  • This function checks whether a specified file exists on a MTA:Eir FileSystem translator. *'''filePath:''' the path to the file that should exist
    1 KB (159 words) - 03:24, 23 January 2022
  • ...destination stream. The copy of data is performed starting from the source file seek. Read operations on the file streams advance the seek pointers. Thus the seek pointers stay changed afte
    910 bytes (120 words) - 03:58, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an unsigned integer into a file/stream and returns how many bytes have actually been written. The amount of
    646 bytes (90 words) - 03:07, 23 January 2022
  • This function attempts to write an unsigned integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeUInt ( unsigned_int value )
    579 bytes (84 words) - 23:46, 16 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an unsigned short integer into a file/stream and returns how many bytes have actually been written. The amount of
    643 bytes (91 words) - 03:06, 23 January 2022
  • Returns the current read/write position in the given file. <syntaxhighlight lang="lua"> int fileGetPos ( file theFile ) </syntaxhighlight>
    1 KB (181 words) - 18:51, 20 December 2023
  • This function attempts to write an unsigned short integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeUShort ( unsigned_short value )
    576 bytes (85 words) - 23:46, 16 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a float into a file/stream and returns how many bytes have actually been written. The amount of
    640 bytes (89 words) - 03:09, 23 January 2022
  • This function attempts to write a boolean into a file/stream and returns how many bytes have actually been written. The amount of int file:writeBoolean ( boolean value )
    541 bytes (79 words) - 23:47, 16 January 2022
  • This function attempts to write a float into a file/stream and returns how many bytes have actually been written. The amount of int file:writeFloat ( float value )
    573 bytes (83 words) - 23:46, 16 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a boolean into a file/stream and returns how many bytes have actually been written. The amount of
    608 bytes (85 words) - 03:10, 23 January 2022
  • ...destination stream. The copy of data is performed starting from the source file seek. Read operations on the file streams advance the seek pointers. Thus the seek pointers stay changed afte
    838 bytes (115 words) - 22:49, 16 January 2022
  • ...ted file stream is wrapped inside of a custom FileSystem buffering handle. File stream modifications that are close to each other are batched together for
    733 bytes (89 words) - 04:02, 23 January 2022
  • ...ted file stream is wrapped inside of a custom FileSystem buffering handle. File stream modifications that are close to each other are batched together for
    661 bytes (83 words) - 23:10, 16 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write an integer into a file/stream and returns how many bytes have actually been written. The amount of
    637 bytes (89 words) - 03:07, 23 January 2022
  • This function attempts to write an integer into a file/stream and returns how many bytes have actually been written. The amount of int file:writeInt ( int value )
    570 bytes (83 words) - 23:46, 16 January 2022
  • ...tion file. Config files must be predefined in a resource's [[Meta.xml|meta file]]. An alternative way to load XML files is to use [[xmlLoadFile]]. ...in, and 'path' is the path from the root directory of the resource to the file.
    2 KB (248 words) - 18:45, 29 April 2012
  • This function checks whether a specified file exists on a MTA:Eir FileSystem translator. *'''filePath:''' the path to the file that should exist
    1 KB (153 words) - 23:22, 16 January 2022
  • ...ady exists a file with the specified name, it is overwritten with an empty file. {{Note|The file functions should not be used to implement configuration files. It is encour
    3 KB (440 words) - 17:15, 20 December 2023
  • A [[filepath]] is a path that leads up to a file. These are relative to the root directory of the resource it is being call :<resourceName>/file.ext
    1 KB (213 words) - 04:14, 11 August 2019
  • ...e/item|1.5.9|1.5.8|20788|This event is triggered every time a [[resource]] file download is queued, finished or has failed.}} *'''fileResource:''' [[Resource]] the file belongs to.
    1 KB (161 words) - 15:53, 27 December 2023
  • This function moves a file from a source location to a destination location inside of a filesystem. Th *'''srcPath:''' a path to the source file
    1 KB (151 words) - 03:27, 23 January 2022
  • This function moves a file from a source location to a destination location inside of a filesystem. Th *'''srcPath:''' a path to the source file
    1 KB (144 words) - 23:24, 16 January 2022
  • local file = fileOpen ( "icons/icon.png" ) if file then
    1 KB (142 words) - 12:30, 28 September 2013
  • This function attempts to write a double into a file/stream and returns how many bytes have actually been written. The amount of int file:writeDouble ( double value )
    627 bytes (91 words) - 23:46, 16 January 2022
  • This function saves a loaded XML file. *'''rootNode:''' the root [[xmlnode]] of the loaded XML file.
    970 bytes (119 words) - 20:46, 12 May 2019
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a double into a file/stream and returns how many bytes have actually been written. The amount of
    694 bytes (97 words) - 03:09, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...ct, this function is more reliable than the [[MTA:Eir/FileSystem/file/size|file.size]] approach.
    2 KB (228 words) - 03:12, 23 January 2022
  • This function loads a RenderWare Collision (COL 1/2/3) file into GTA. The collisions can then be used to provide collisions for in-game ...[COL]] file into your [[DFF]] file. This way, you can be sure that the COL file is correctly (and automatically) loaded when calling [[engineLoadDFF]].
    1 KB (216 words) - 15:02, 1 May 2024
  • * '''img_file''': The [[IMG]] file you want to remove. Returns ''true'' if stremaing from [[IMG]] file was successfully disabled, ''false'' otherwise.
    766 bytes (96 words) - 21:59, 30 May 2023
  • ...ct, this function is more reliable than the [[MTA:Eir/FileSystem/file/size|file.size]] approach. boolean file:eof ()
    1 KB (222 words) - 23:49, 16 January 2022
  • The [[COL]] class represents a RenderWare Collision File (.col) loaded by the client, which can be imported into a custom model to d ...of those files using the appropriate scripting functions. To split a .col file into multiple files, you can use [http://www.steve-m.com/downloads/tools/co
    1 KB (197 words) - 21:43, 14 April 2021
  • This function copies a file.{{Note|The file functions should not be used to implement configuration files. It is encour ...t to share the content of the created file with other servers, prepend the file path with @ (See [[filepath]] for more information)}}
    2 KB (300 words) - 17:35, 20 December 2023
  • ...the checksum with the expected one, and returns the content as string. The file cursor position is not modified by calls to this function. ...This function enables you to safely read the contents of a meta.xml-listed file on both client and server.
    2 KB (245 words) - 18:30, 20 December 2023
  • ...rchive corrupt - File size mismatch with section headers, Re-exporting the file is recommended.== ...his error occurs because sections inside the file are telling the game the file is larger or smaller than it is
    2 KB (418 words) - 19:26, 28 July 2014
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function returns the current absolute position inside of the file/stream object. It should be the number of bytes that the current stream poi
    1 KB (166 words) - 03:11, 23 January 2022
  • ...destination stream. The copy of data is performed starting from the source file seek. The copy is only performed up to a specified count of bytes. Read operations on the file streams advance the seek pointers. Thus the seek pointers stay changed afte
    1 KB (145 words) - 03:59, 23 January 2022
  • This function returns the current absolute position inside of the file/stream object. It should be the number of bytes that the current stream poi int file:tell ()
    1 KB (160 words) - 23:48, 16 January 2022
  • ...destination stream. The copy of data is performed starting from the source file seek. The copy is only performed up to a specified count of bytes. Read operations on the file streams advance the seek pointers. Thus the seek pointers stay changed afte
    977 bytes (140 words) - 22:49, 16 January 2022
  • ...specific file path, while [[getResourceConfig]] allows for loading an XML file from a resource. ...in, and 'path' is the path from the root directory of the resource to the file.
    2 KB (260 words) - 22:04, 18 November 2018
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function writes all temporary buffers of a file/stream object into the output storage. This feature shall be interpreted as
    2 KB (253 words) - 03:13, 23 January 2022
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> ...s, set the stream pointer to a specific location or head to the end of the file/stream object. Not all stream classes have to support this operation.
    1 KB (215 words) - 03:12, 23 January 2022
  • This function writes all temporary buffers of a file/stream object into the output storage. This feature shall be interpreted as boolean file:flush ()
    2 KB (247 words) - 23:49, 16 January 2022
  • ...s, set the stream pointer to a specific location or head to the end of the file/stream object. Not all stream classes have to support this operation. int file:seek ( int offset, string mode )
    1 KB (209 words) - 23:48, 16 January 2022
  • ...saved to a file by using [[xmlSaveFile]]. This function will overwrite the file specified if it already exists. ...t to share the content of the created file with other servers, prepend the file path with @ (See [[filepath]] for more information)}}
    2 KB (297 words) - 15:53, 27 March 2018
  • ...wnloaded again but [[onClientFileDownloadComplete]] will still run. The '''file''' should also be included in the resource meta.xml with the '''download''' * '''fileName''': A string referencing the name of the file to download
    2 KB (206 words) - 00:41, 3 February 2017
  • This function returns file path of the media in the ([[dgsCreateMediaBrowser]]) element. *'''media:''' The element media that you want it's file path.
    1 KB (145 words) - 19:25, 17 August 2018
  • A COL osztály a játékos által betöltött RenderWare Collision File (.col)-t jelenti, amely az egyedi modellbe importálható, hogy meghatároz ...of those files using the appropriate scripting functions. To split a .col file into multiple files, you can use [http://www.steve-m.com/downloads/tools/co
    1 KB (227 words) - 21:44, 14 April 2021
  • * '''path/rawdata''': You can give the path of the collision library file or just give the raw data. function engineGetCOLsFromLibrary(file)
    2 KB (228 words) - 07:50, 27 March 2021
  • This function adds text to the output of the current HTTP file of the [[Resource_Web_Access|HTTP interface]]. The function can only be use '''Example 2:''' Using httpWrite to return a file read in with [[fileRead]]. This is useful as the internal server doesn't no
    2 KB (343 words) - 10:27, 14 July 2009
  • *'''path''': the file path to extract from This function returns the filename and directory of the provided file path.
    641 bytes (80 words) - 22:58, 16 January 2022
  • This function removes a file from the resource. ...if file was deleted, otherwise ''false'' if the resource is in use or the file doesn't exist.
    984 bytes (124 words) - 10:52, 21 February 2020
  • This function adds a new empty config file to an existing resource. ...in, and 'path' is the path from the root directory of the resource to the file.
    1 KB (190 words) - 16:42, 11 February 2015
  • ...a XML document to a new document file, so the copied node becomes the new file's root node. The new file will not be saved to file system until [[xmlSaveFile]]() is called
    2 KB (304 words) - 23:15, 13 February 2015
  • This code refreshes your resource if any part of the code or some resource file has changed, it works just like "refreshResources ()" but adapted for one p local file = fileOpen(xmlNodeGetAttribute(v, "src"))
    2 KB (179 words) - 14:23, 23 January 2016
  • This function loads a RenderWare Model (DFF) file into GTA. ...de function. Be sure to transfer your DFF file by including it in the meta file.
    1 KB (232 words) - 15:03, 1 May 2024
  • La classe '''DFF''' rappresenta un ''RenderWare Model File'' (DFF) caricato dal client, che può essere usato per rimpiazzare il model .../Elemento/COL|dati di collisione]] possono essere inclusi direttamente nel file del modello: al momento, gli shape dei veicoli funzionano solo inclusi nei
    563 bytes (83 words) - 16:06, 14 June 2008
  • {{New feature/item|4|1.6.0|21695|This function links DFF file with an IMG container.}} * '''img_file''': The [[IMG]] file you want to link.
    1 KB (136 words) - 20:04, 10 April 2023
  • La classe '''COL''' rappresenta un ''RenderWare Collision File'' (COL3) caricato dal client, che può essere applicato ad un [[IT/Elemento I dati di collisione possono essere inclusi direttamente nel file del modello: al momento, gli shape dei veicoli funzionano solo inclusi nei
    469 bytes (66 words) - 16:06, 14 June 2008
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an integer (native type) from a file and return it. The amount of bytes read should be four.
    2 KB (245 words) - 03:01, 23 January 2022
  • This function attempts to read an integer (native type) from a file and return it. The amount of bytes read should be four. int file:readInt ()
    2 KB (239 words) - 23:36, 16 January 2022
  • ...to the collision file passed. Use [[engineLoadCOL]] to load the collision file first. *'''theCol:''' The collision file to replace with
    1 KB (182 words) - 21:35, 29 April 2024
  • This functions checks whether a specified file exists inside a resource. {{OOP|This function is a static function underneath the File class.|[[File]].exists}}
    3 KB (390 words) - 17:59, 20 December 2023
  • {{New feature/item|4|1.6.0|21695|This function links TXD file with an IMG container.}} * '''img_file''': The [[IMG]] file you want to link.
    1 KB (145 words) - 15:45, 18 January 2024
  • Opens an existing file for reading and writing. {{Tip|The file functions should not be used to implement configuration files. It is encour
    4 KB (555 words) - 19:25, 20 December 2023
  • string fileGetPath ( file theFile ) {{PT-BR/POO||[[file]]:getPath|path}}
    1 KB (125 words) - 18:43, 20 December 2023
  • string message, int level, string file, int line string message, int level, string file, int line, int r, int g, int b
    2 KB (312 words) - 21:19, 9 October 2018
  • [[File:ThunderBG.png]]
    50 bytes (7 words) - 07:27, 3 February 2023
  • This function is intended to load data from a loaded XML file into the element tree. This could be used for loading an external map, or p ...se to load an arbitary [https://forum.mtasa.com/topic/126081-map-files map file] into the [[element tree]].
    1 KB (183 words) - 16:50, 20 January 2024
  • ...ts of an archive into its source file. This is only possible if the source file has been opened as writable. ...e contents of the archive could successfully be saved back into its source file, '''false''' otherwise.
    2 KB (290 words) - 00:07, 17 January 2022
  • [[File:Client_pe_1.png|frame|center]] [[File:Client_pe_2.png|frame|center]]
    714 bytes (104 words) - 19:58, 26 November 2015
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a short (native type) from a file and returns it. The amount of bytes read should be two.
    2 KB (306 words) - 03:01, 23 January 2022
  • This function attempts to read a short (native type) from a file and returns it. The amount of bytes read should be two. short file:readShort ()
    2 KB (300 words) - 23:35, 16 January 2022
  • [[File:Client_pm_1.jpg|frame|center]] [[File:Client_pm_2.jpg|frame|center]]
    1 KB (205 words) - 22:12, 5 May 2019
  • ...y animation to play a custom one, to play a custom animation, load the IFP file using this function, then use [[SetPedAnimation|setPedAnimation]]. ...troyElement]], restarting or stopping the resource can also unload the IFP file automatically.}}
    3 KB (394 words) - 14:49, 21 December 2019
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to write a string of bytes (characters) into the file. It returns the amount of bytes that have actually been written.
    2 KB (325 words) - 03:05, 23 January 2022
  • This function attempts to write a string of bytes (characters) into the file. It returns the amount of bytes that have actually been written. int file:write ( string dataString )
    2 KB (319 words) - 23:45, 16 January 2022
  • ...n database file, the scripting function [[executeSQLQuery]] work with this file.
    499 bytes (70 words) - 17:02, 11 April 2021
  • ...in, and 'path' is the path from the root directory of the resource to the file. :For example, if you want to create a map file named 'manycars.map' in the resource 'cdm', it can be created from another
    1 KB (192 words) - 05:04, 11 August 2019
  • file = fileOpen("test.txt") --Open a file (you can create it yourself). local data = fileRead(file,100*1024*1024) --Max 100 MB
    2 KB (294 words) - 22:27, 3 September 2023
  • int fileGetSize ( file theFile ) {{PT-BR/POO||[[file]]:getSize|size}}
    1 KB (148 words) - 18:55, 20 December 2023
  • This function retrieves the root [[xmlnode]] of the ban file (server/mods/deathmatch/banlist.xml). local bansNode = getBansXML () -- get the root node of ban file
    942 bytes (117 words) - 16:36, 13 February 2015
  • {{New feature/item|4|1.6.0|21695|This function restores changes to TXD file from IMG container.}} Returns ''true'' if [[IMG]] file was successfully restored, ''false'' otherwise.
    621 bytes (73 words) - 05:23, 21 November 2023
  • ...The path-processing-mode describes how paths are handled in detail during file-path consuming function calls.
    583 bytes (64 words) - 23:31, 16 January 2022
  • ...The path-processing-mode describes how paths are handled in detail during file-path consuming function calls.
    656 bytes (71 words) - 03:33, 23 January 2022
  • {{New feature/item|4|1.6.0|21695|This function restores changes to DFF file from IMG container.}} Returns ''true'' if [[IMG]] file was successfully restored, ''false'' otherwise.
    621 bytes (73 words) - 05:20, 21 November 2023
  • This function retrieves the root [[xmlnode]] of the ban file (server/mods/deathmatch/banlist.xml). local bansNode = getBansXML () -- get the root node of ban file
    963 bytes (121 words) - 11:37, 13 April 2021
  • ...gets the outbreak-policy of a file translator. If outbreak is enabled then file path requests outside of the translator root are allowed. Otherwise the use
    662 bytes (83 words) - 03:32, 23 January 2022
  • [[File:Peds Lod Distance = 60.png|200px|thumb|right|60 units]] [[File:Peds Lod Distance = 100.png|200px|thumb|right|100 units]]
    944 bytes (116 words) - 21:23, 7 October 2022
  • ...gets the outbreak-policy of a file translator. If outbreak is enabled then file path requests outside of the translator root are allowed. Otherwise the use
    589 bytes (76 words) - 23:30, 16 January 2022
  • ...sets the outbreak-policy of a file translator. If outbreak is enabled then file path requests outside of the translator root are allowed. Otherwise the use
    676 bytes (83 words) - 03:32, 23 January 2022
  • * '''img_file''': The [[filepath]] to the [[IMG]] file you want to load. Returns an [[IMG]] element if the [[IMG]] file loaded, ''false'' otherwise.
    1,016 bytes (123 words) - 18:32, 5 January 2024
  • ...sets the outbreak-policy of a file translator. If outbreak is enabled then file path requests outside of the translator root are allowed. Otherwise the use
    603 bytes (76 words) - 23:30, 16 January 2022
  • *'''path''': the file path to extract from This function returns the filename and directory of the provided file path.
    673 bytes (81 words) - 04:00, 23 January 2022
  • {{New feature/item|4|1.6.0|21695|This function adds an IMG file container to GTA streamer. After this GTA will asynchronously load models f * '''imgArchive''': The [[IMG]] file you want to add to GTA world.
    582 bytes (74 words) - 01:44, 26 July 2023
  • ...e tramite [[IT/xmlSaveFile|xmlSaveFile]]. Questa funzione sovrascriverà il file precedente se esso esiste già. ...[[IT/Risorsa|risorsa]] la cui directory verrà usata come root per il nuovo file. Notare che se viene specificata una risorsa esterna, quella che chiama la
    2 KB (231 words) - 18:52, 14 June 2008
  • This function loads a RenderWare Texture Dictionary (TXD) file into GTA. The texture dictionary can then be used to provide textures. ...de function. Be sure to transfer your TXD file by including it in the meta file.
    2 KB (306 words) - 15:03, 1 May 2024
  • ...ource, extract the .tar.gz file and follow the instructions in the INSTALL file. When configuring the cache, open the squid.conf file and use the following settings (''replace'' the entire existing config with
    2 KB (272 words) - 18:54, 4 April 2018
  • string fileRead ( file theFile, int count ) {{PT-BR/POO||[[file]]:read}}
    2 KB (286 words) - 19:37, 20 December 2023
  • bool fileClose ( file theFile ) {{PT-BR/POO||[[file]]:close}}
    1 KB (171 words) - 17:24, 20 December 2023
  • ...t contains a collection of files - including script files, plus a ''meta'' file that describes how the resource should be loaded. A resource can be seen as * '''Resource''' - A zip file or folder containing a meta.xml file and a number of resource items. These are placed in the ''mods/deathmatch/r
    5 KB (782 words) - 21:37, 20 August 2021
  • *file *file-translator
    648 bytes (80 words) - 04:02, 23 January 2022
  • *file *file-translator
    576 bytes (74 words) - 08:26, 17 January 2022
  • This function is used to return an attribute of a node in a configuration file. ...on file and be used in all maps. Here's an example where the configuration file is an XML document:
    1 KB (198 words) - 14:50, 6 August 2016
  • <syntaxhighlight lang="lua">http://mta/resourceName/file.extension</syntaxhighlight> * '''file.extension''': The file path within ''resourceName''
    1 KB (182 words) - 23:56, 19 June 2018
  • ...ns a link to a file instance on a given Eir FileSystem translator. Using a file link you can write and/or receive data from filesystems. file, string translator:open ( string filePath, string fileMode )
    3 KB (376 words) - 02:04, 24 January 2022
  • ...lse but the chatbox. This file is located with the [[coreconfig.xml]]. Its file path is ''MTA San Andreas 1.x\MTA''. You could even customize it yourself b ===File Example===
    4 KB (471 words) - 20:13, 23 September 2016
  • *'''path:''' Path to the media file that you want to load. *'''theType:''' Type of the media file you want to load, available values are:
    1 KB (145 words) - 00:51, 18 August 2018
  • *'''srcTrans:''' source translator for the file of origin {{:MTA:Eir/FileSystem/file/functions}}
    710 bytes (86 words) - 22:48, 16 January 2022
  • ||[[File:*+*.png]][[File:*+*.png]][[File:*+*.png]][[File:*+*.png]][[File:*+*.png]] ||[[File:*-*.png]][[File:*-*.png]][[File:*-*.png]][[File:*-*.png]][[File:*-*.png]]
    5 KB (709 words) - 18:52, 25 March 2024
  • ...i dei file che i tuoi script ([[IT/Risorsa|risorse]]) andranno scritti nel file ''meta.xml''. ...server che vuoi usare un'immagine nello script dovrai inserire il nome del file immagine nel meta.xml.<br />
    5 KB (758 words) - 00:45, 3 January 2022
  • ...copia tutto il contenuto di un certo nodo in un documento XML in un nuovo file, di cui il nodo copiato diventa l'elemento root. ...[[IT/Risorsa|risorsa]] la cui directory verrà usata come root per il nuovo file. Notare che se viene specificata una risorsa esterna, quella che chiama la
    2 KB (238 words) - 17:29, 14 June 2008
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a double (native type) from a file and return it. The amount of bytes read should be eight.
    3 KB (349 words) - 03:04, 23 January 2022
  • This function attempts to read a double (native type) from a file and return it. The amount of bytes read should be eight. double file:readDouble ()
    3 KB (343 words) - 23:42, 16 January 2022
  • ...link to a file instance on a given MTA:Eir FileSystem translator. Using a file link, you can write and/or receive data from filesystems. file, string translator:open ( string filePath, string fileMode )
    4 KB (471 words) - 23:22, 16 January 2022
  • string message, int level, string file, int line, int r, int g, int b ...he message which was outputted in the server console, without details like file, line etc
    2 KB (358 words) - 11:22, 11 April 2021
  • This function will reload the server ban list file. This example add command "reloadban" to reload the server ban list file.
    730 bytes (85 words) - 21:10, 24 October 2020
  • <td align="center">[[File:Qeasingcurve-linear.png]]</td> <td align="center">[[File:Qeasingcurve-inquad.png]]</td>
    8 KB (1,103 words) - 12:36, 6 January 2022
  • ...sound sent to the client via the use of the file parameter inside the meta file and created either by [[playSound]] or [[playSound3D]].
    687 bytes (96 words) - 22:03, 14 April 2021
  • [[File:Mtalogo.png|left|100px]]'''Willkommen im Multi Theft Auto Wiki.''' Hier fin <div style="float:right; width: 32px;">[[File:Input-gaming.png‎]]</div>
    9 KB (1,201 words) - 22:19, 2 January 2022
  • [[File:Mtalogo.png|left|100px]]'''Willkommen im Multi Theft Auto Wiki.''' Hier fin <div style="float:right; width: 32px;">[[File:Input-gaming.png‎]]</div>
    9 KB (1,213 words) - 22:18, 2 January 2022
  • ...ta item of the element (the <nowiki>id=".."</nowiki> attribute in the .map file), NOT the model ID, weapon ID or similiar.}} *'''id:''' The ID of the element as it appears in the XML file or as set by [[setElementID]].
    2 KB (220 words) - 14:41, 26 March 2017
  • ...sound sent to the client via the use of the file parameter inside the meta file and created either by [[playSound]] or [[playSound3D]].
    689 bytes (96 words) - 17:50, 18 July 2018
  • ...directory''' that it bases all operations on. It is only allowed to access file system objects from '''its directory tree'''. ...em. Every path has a ''target location'' that it points to on a translator file system.
    6 KB (1,014 words) - 13:27, 20 January 2022
  • [[File:MTALogo_8ball.png|100px|link=Archive]] <div style="background: #FFEEAA; border: 1px solid #FFCD19;">[[File:Go-down.png|link=http://hosting.jworld137.com/files/mta05r2_full_installer.
    5 KB (787 words) - 19:11, 21 February 2022
  • atranslator fsnamespace.createArchiveTranslator ( file fileHandle ) *'''fileHandle:''' a MTA:Eir FileSystem file/stream class that contains the archive.
    2 KB (313 words) - 23:37, 1 February 2014
  • Uncompress the file ml_irc.dll into your ''server\mods\deathmatch\modules\'' directory. Place the file ml_irc.so into your ''server/mods/deathmatch/modules/'' directory.
    1 KB (159 words) - 17:18, 21 July 2016
  • ...un archivio zip contenente dei file - tra cui gli script essenziali ed un file ''meta'' che descrive al [[IT/Server|server]] come la risorsa dev'essere ca ...lla contenente un file [[IT/Meta.xml|meta.xml]] e un certo numero di altri file (''resource items''). Questa va posizionata nella cartella <syntaxhighlight
    4 KB (632 words) - 13:41, 2 July 2014
  • [[File:PutOnSideExample.png|thumb|right|Code Example]] [[File:PutOnSideWrong.png|thumb|right|Example when line with ''putOnSide'' doesn't
    894 bytes (107 words) - 15:44, 24 July 2018
  • {{PT-BR/POO|Esta é uma função estática abaixo da classe File.|[[File]].copy}} outputChatBox("File was successfully copied!", root, 0, 100, 0)
    3 KB (332 words) - 17:35, 20 December 2023
  • A TXD file contains image files for GTA to use. Model mods downloaded from the 'intern ==Example of how to reduce the size of a TXD file==
    3 KB (463 words) - 17:51, 16 June 2019
  • Per prima cosa apri il file '''accounts.xml''' dislocato in '''<SERVER>\mods\deathmatch\''' ed aggiungi Poi apri il file '''acl.xml''', nella stessa cartella, e aggiungiti come oggetto al gruppo A
    2 KB (238 words) - 21:23, 21 December 2016
  • {{PT-BR/POO|Esta é uma função estática abaixo da classe File.|[[File]].rename}} outputConsole("File `test1.txt` successfully renamed to `test2.txt`")
    2 KB (270 words) - 19:50, 20 December 2023
  • ...Media(media ,"example.webm","VIDEO") -- Give a video file PLZ! (Only .webm file)
    831 bytes (100 words) - 13:55, 13 February 2021
  • ...Media(media ,"example.webm","VIDEO") -- Give a video file PLZ! (Only .webm file)
    825 bytes (100 words) - 13:55, 13 February 2021
  • ...e global in a resource is when it must be accessed by more than one script file in the resource. Since all script files within a resource share the same gl
    2 KB (230 words) - 21:29, 12 May 2009
  • [[File:PutOnSideExample.png|thumb|right|Code Example]] [[File:PutOnSideWrong.png|thumb|right|Example when line with ''putOnSide'' doesn't
    929 bytes (107 words) - 07:05, 14 August 2018
  • {{PT-BR/POO|Esta é uma função estática abaixo da classe File.|[[File]].delete}} ...como criar um arquivo chamado "text.txt" e digitar nele ''"This is a test file!"'', então '''fechamos''' o arquivo e o '''deletamos''':
    2 KB (249 words) - 17:45, 20 December 2023
  • ...Media(media ,"example.webm","VIDEO") -- Give a video file PLZ! (Only .webm file)
    794 bytes (100 words) - 13:54, 13 February 2021
  • ...y fail is when the file is opened in another OS handle. Proper clean-up of file classes can prevent this issue.
    1 KB (147 words) - 03:26, 23 January 2022
  • This example loads a local gif image and outputs the file path to chatBox. dgsMediaLoadMedia(browser,"test.gif","IMAGE") --Load the gif file into multi media browser
    974 bytes (111 words) - 19:42, 17 August 2018
  • ...y fail is when the file is opened in another OS handle. Proper clean-up of file classes can prevent this issue.
    1,004 bytes (140 words) - 23:24, 16 January 2022
  • [[File:Mtalogo.png|left|100px|link=http://wiki.multitheftauto.com/]] <div style="float:right; width: 32px;">[[File:Input-gaming.png‎|link=]]</div>
    8 KB (830 words) - 22:20, 2 January 2022
  • This function attempts to read an unsigned byte (native type) from a file and returns it. The amount of bytes read should be one. unsigned_byte file:readUByte ()
    3 KB (337 words) - 23:34, 16 January 2022
  • <li style="display:inline-block;">[[File:Skinid0.jpg|x270px|frame|'''ID''': 0<br>'''Model''': cj]]</li> <li style="display:inline-block;">[[File:Skinid1.jpg|x270px|frame|'''ID''': 1<br>'''Model''': truth]]</li>
    24 KB (3,281 words) - 11:24, 13 September 2016
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read an unsigned byte (native type) from a file and returns it. The amount of bytes read should be one.
    3 KB (343 words) - 03:00, 23 January 2022
  • <syntaxhighlight lang="lua"> int fileGetPos ( file theFile ) </syntaxhighlight> {{PT-BR/POO||[[file]]:getPos|pos|PT-BR/fileSetPos}}
    1 KB (195 words) - 18:51, 20 December 2023
  • Uncompress the file ml_ircecho.dll into your ''%PROGRAMFILES%\MTA San Andreas\server\mods\death Uncompress the file ml_ircecho.so into your ''%MTASERVER%\mods\deathmatch\modules\'' directory.
    1 KB (156 words) - 10:08, 21 June 2013
  • | [[File:Weather 0.png|150px|thumb|center|Applies a heat haze effect]] | [[File:Weather 1.png|150px|thumb|center]]
    5 KB (738 words) - 22:05, 5 December 2018
  • | [[File:Weather 0.png|150px|thumb|center|Applies a heat haze effect]] | [[File:Weather 1.png|150px|thumb|center]]
    5 KB (738 words) - 07:20, 1 January 2022
  • * '''path''': The IMG file you want to load. file = false;
    5 KB (569 words) - 04:36, 22 December 2022
  • This function provides an automated way of loading your data from an [[XML]] file created by [[xmlSaveData]] <br> *'''fileName:''' The name of the file you want to load.
    4 KB (594 words) - 16:36, 13 September 2019
  • [[File:MTALogo_8ball.png|100px|link=PL/Archive]] <div style="background: #FFEEAA; border: 1px solid #FFCD19;">[[File:Go-down.png|link=http://hosting.jworld137.com/files/mta05r2_full_installer.
    5 KB (799 words) - 10:56, 13 April 2015
  • ==File functions==
    2 KB (212 words) - 23:30, 29 April 2024
  • bool fileIsEOF ( file theFile ) {{PT-BR/POO||[[file]]:isEOF|eof}}
    2 KB (257 words) - 19:04, 20 December 2023
  • ...example allows a player to use the command 'createfile' to create an .xml file. -- Creates a file named "new.xml" with root node "newroot" and childnode "newchild".
    1 KB (128 words) - 04:26, 20 February 2022
  • In this example a sample value is inserted into a XML file. local xmlFile = xmlLoadFile ( "exampleFile.xml" ) -- Open a file already created
    5 KB (633 words) - 20:52, 12 May 2019
  • ...rns a table over all the [[account]]s that exist in the server internal.db file. (Note: accounts.xml is no longer used after version 1.0.4) A [[table]] over the accounts that exist in the server internal.db file. This table might be empty.
    1 KB (138 words) - 13:16, 12 April 2021
  • ...start to end. Unlike [[onClientSoundStream]], this event only triggers for file streams, not for live ones since live streams never actually end.
    1 KB (145 words) - 06:56, 28 June 2012
  • ...''' and '''path resolution logic'''. It should satisfy all needs regarding file functionality. The modules' source code is released [https://osdn.net/proje ...e module into the mtaserver.conf module loading list (at the bottom of the file)
    3 KB (359 words) - 23:08, 29 March 2023
  • int fileWrite ( file theFile, string string1 [, string string2, string string3 ...]) {{PT-BR/POO||[[file]]:write}}
    2 KB (314 words) - 20:15, 20 December 2023
  • ...e element tree into XML. This is a format that can then be loaded as a map file. Each element represents a single XML node. ...resource's data to an [https://forum.mtasa.com/topic/126081-map-files map file] (untested)
    1 KB (143 words) - 23:19, 11 January 2023
  • In this example a sample value is inserted into a XML file. local xmlFile = xmlLoadFile ( "exampleFile.xml" ) -- Open a file already created
    5 KB (579 words) - 11:36, 25 December 2014
  • This function provides a way of deleting a [[XML]] file created by [[xmlSaveData]] <br> *'''fileName:''' The name of the file you want to delete.
    4 KB (546 words) - 16:36, 13 September 2019
  • * '''xmlfilename''': The xml file name and path * '''nodename''': Node name in xml file
    1 KB (166 words) - 19:52, 3 July 2020
  • [[File:ExampleSetColorSchemeBefore.png|thumb|right|Example of code. Before click.] [[File:ExampleSetColorSchemeAfter.png|thumb|right|Example of code. After click.]]
    1 KB (138 words) - 16:20, 28 July 2018
  • *'''CustomBlockName:''' the custom block name of the loaded IFP file that you passed to [[EngineLoadIFP|engineLoadIFP]] as second parameter. *'''CustomAnimName:''' the custom animation name inside the loaded IFP file with CustomBlockName.
    3 KB (397 words) - 11:24, 7 October 2018
  • | [[File:Weather 0.png|150px|thumb|center|Применяет эффект тепло | [[File:Weather 1.png|150px|thumb|center]]
    7 KB (366 words) - 11:38, 3 December 2017
  • ...e an object's rotation while playing a map. The object can be from the map file or created in a script. In this example, I refer to an object in the map file with the ID "pirateship":
    2 KB (240 words) - 16:17, 13 February 2015
  • This resource let you save and load data in an [[XML]] File.<br> * '''Server protection''' - With this only the server that has created the file will be able to read/modify/delete it.
    5 KB (783 words) - 16:35, 13 September 2019
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a boolean (native type) from a file and return it. The amount of bytes read should be one.
    5 KB (490 words) - 03:04, 23 January 2022
  • This function attempts to read a boolean (native type) from a file and return it. The amount of bytes read should be one. boolean file:readBoolean ()
    5 KB (484 words) - 23:44, 16 January 2022
  • [[File:Mtalogo.png|left|100px|link=http://wiki.multitheftauto.com/]]Welkom bij de <div style="float:right; width: 32px;">[[File:Input-gaming.png‎|link=]]</div>
    5 KB (700 words) - 16:39, 23 January 2022
  • '''*''' Pixels are just a string to Lua, so they can be saved to a file or even sent over the 'internet'. ...' - A few less bytes, still quite big for net transfers. Can be saved to a file and read by Photoshop and browsers etc.
    2 KB (366 words) - 14:22, 29 August 2023
  • if dataType == "file" then --Whether it is a file?
    1 KB (140 words) - 11:44, 17 July 2021
  • <td align="center">[[File:Qeasingcurve-linear.png]]</td> <td align="center">[[File:Qeasingcurve-inquad.png]]</td>
    8 KB (1,199 words) - 20:38, 5 August 2021
  • int fileSetPos ( file theFile, int offset ) {{PT-BR/POO||[[file]]:setPos|pos|PT-BR/fileGetPos}}
    2 KB (231 words) - 20:03, 20 December 2023
  • file fileCreate ( string filePath ) {{PT-BR/POO|Esta é uma função estática abaixo da classe File.|[[File]].new}}
    3 KB (520 words) - 17:26, 20 December 2023
  • [[File:Mtalogo.png||100px|link=https://wiki.multitheftauto.com/]] <div style="float:right; width: 32px;">[[File:Input-gaming.png‎|link=]]</div>
    8 KB (1,118 words) - 00:49, 27 May 2019
  • | [[File:Weather 0.png|150px|thumb|center|Applies a heat haze effect]] | [[File:Weather 1.png|150px|thumb|center]]
    5 KB (772 words) - 21:18, 14 June 2021
  • nil|string fileGetContents ( file theFile [ , bool verifyContents = true ] ) {{PT-BR/POO||[[file]]:getContents}}
    2 KB (308 words) - 18:30, 20 December 2023
  • if dataType == "file" then --Whether it is a file?
    1 KB (153 words) - 11:48, 17 July 2021
  • [[File:Mtalogo.png||100px|link=https://wiki.multitheftauto.com/]] <div style="float:right; width: 32px;">[[File:Input-gaming.png‎|link=]]</div>
    8 KB (1,130 words) - 20:31, 31 May 2022
  • bool fileFlush ( file theFile ) {{PT-BR/POO||[[file]]:flush}}
    2 KB (227 words) - 18:14, 20 December 2023
  • | [[File:surface_default.mp3]] | [[File:surface_sand.mp3]]
    4 KB (554 words) - 16:41, 6 April 2024
  • This function returns the value of the buffering-policy for newly created raw-file handles.
    476 bytes (52 words) - 04:03, 23 January 2022
  • <section name="Server Example: return a sample file from a XML file" class="server" show="true"> In this example a sample value is returned from a XML file.
    5 KB (656 words) - 20:50, 12 May 2019
  • This function returns the value of the buffering-policy for newly created raw-file handles.
    404 bytes (46 words) - 23:11, 16 January 2022
  • local file = fileCreate("text.txt") --Save "data" into "text.txt" fileWrite(file,data)
    4 KB (572 words) - 22:59, 29 September 2019
  • ...ssere inclusi in file diversi, che sono inclusi nella ''resource'' (con il file ''meta.xml'') usando la tag <script> (e l'attributo ''type'').
    2 KB (244 words) - 00:30, 13 June 2008
  • ...r ID 2]][[File:Weather 3.png|150px|thumb|center|Preview of weather ID 3]][[File:Weather 4.png|150px|thumb|center|Preview of weather ID 4]] ...r ID 7]][[File:Weather 8.png|150px|thumb|center|Preview of weather ID 8]][[File:Weather 9.png|150px|thumb|center|Preview of weather ID 9]]
    7 KB (1,032 words) - 05:58, 22 March 2016
  • This function returns whether the file downloading dialog box is active or not. This appears when a resource is st Returns ''true'' if the file transfer box is visible, ''false'' if not.
    1 KB (162 words) - 12:02, 4 October 2020
  • [[File:Mtalogo.png|left|100px|link=https://wiki.multitheftauto.com/]]'''Welcome to <div style="float:right; width: 32px;">[[File:Input-gaming.png‎|link=]]</div>
    8 KB (1,146 words) - 20:22, 14 April 2018
  • <section name="Server Example: return a sample file from a XML file" class="server" show="true"> In this example a sample value is returned from a XML file.
    5 KB (603 words) - 11:29, 25 December 2014
  • <pageclass class="#3cc882" subcaption="File function"></pageclass> This function attempts to read a signed byte (native type) from a file and returns it. The amount of bytes read should be one.
    6 KB (664 words) - 02:58, 23 January 2022
  • This function attempts to read a signed byte (native type) from a file and returns it. The amount of bytes read should be one. signed_byte file:readByte ()
    6 KB (658 words) - 23:33, 16 January 2022
  • '''This function will copy the font file into dgs folder and then load it''' *'''filepath:''' the name of the file containing the font. Or built-in fonts are available (see here [[Standard_D
    2 KB (201 words) - 22:22, 3 May 2021
  • You must include the "MTASDK" in your PHP file. (https://wiki.multitheftauto.com/wiki/PHP_SDK) '''PHP:''' You must create a send.php file, then then convert to UTF-8 on your FTP upload.
    2 KB (217 words) - 10:17, 20 July 2014
  • This function is used to edit an attribute of a node in a configuration file. ...amemode, we want a command to change the marker color in the configuration file and remove a deprecated attribute.
    2 KB (193 words) - 14:50, 6 August 2016
View (previous 250 | ) (20 | 50 | 100 | 250 | 500)