Jump to content

Report community resources here!


Recommended Posts

https://community.multitheftauto.com/index.php?p=resources&s=details&id=11298

Mods, it contains no model files but the only script is one loading mods and it's intended to let mods the user download work.

even if it's just instructional on how to load mods with lua, it's not own work and unneccesary to upload non-functioning resources to learn others something like loading mods.

This is the only code in this ''script'':

-- backpack

mochila = engineLoadTXD ( "mochila/gun_para.txd" )

engineImportTXD ( mochila, 371 )

mochila = engineLoadDFF ( "mochila/gun_para.dff", 0 )

engineReplaceModel ( mochila, 371 )

-- glider

planador = engineLoadTXD ( "planador/paracx.txd" )

engineImportTXD ( planador, 3060 )

planador = engineLoadDFF ( "planador/parachute.dff", 0 )

engineReplaceModel ( planador, 3060 )

DONE

Link to comment
https://community.multitheftauto.com/index.php?p=resources&s=details&id=11298

Mods, it contains no model files but the only script is one loading mods and it's intended to let mods the user download work.

even if it's just instructional on how to load mods with lua, it's not own work and unneccesary to upload non-functioning resources to learn others something like loading mods.

This is the only code in this ''script'':

-- backpack

mochila = engineLoadTXD ( "mochila/gun_para.txd" )

engineImportTXD ( mochila, 371 )

mochila = engineLoadDFF ( "mochila/gun_para.dff", 0 )

engineReplaceModel ( mochila, 371 )

-- glider

planador = engineLoadTXD ( "planador/paracx.txd" )

engineImportTXD ( planador, 3060 )

planador = engineLoadDFF ( "planador/parachute.dff", 0 )

engineReplaceModel ( planador, 3060 )

DONE

things I do is to help everyone, I'm sorry if I can not cheer everyone.

do not need to delete my script,

Link to comment
https://community.multitheftauto.com/

This is a globalized thread so it will show in EVERY forum.

Please reply to this thread with a link to the resource(s) you wish to report.

Some reasons to report a community resource:

  • Skin, weapon, or vehicle modifications
  • Stolen resources
  • Resources with none or poor descriptions
  • Resources with "please delete" and such in their description

It's okay if none of these reasons apply to the resource you wish to report; post it anyway with a reason why you think it should be removed and we'll make a decision.

To hopefully curb improper resources existing on the community, this topic has been made a global announcement across the forum. We'll do our best to keep on top of your reports.

We will edit your post to indicate the issue has been dealt with. Periodically, posts will be moved into the archive section.

Also, note that we are not seeking any additional community moderators at this time because the current community site does not have a proper moderator system.

Link to comment
  • 2 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...