Jump to content

[HELP] How can i hide my scripts


overlocus

Recommended Posts

  • Moderators

https://wiki.multitheftauto.com/wiki/Meta.xml

Quote

<script/> Source code for this resource, possible parameters are:
    cache: When the script file type is "client", this setting controls whether the file is saved on the clients' hard drive. Default is "true". Using "false" 

 

Example: hide .lua file wich type is client

<script src="client.lua" type="client" cache="false"/>	

 

 

Or try to use 'fileDelete' function.

https://wiki.multitheftauto.com/wiki/FileDelete

Edited by Patrick2562
Link to comment
30 minutes ago, Patrick2562 said:

https://wiki.multitheftauto.com/wiki/Meta.xml

 

Example: hide .lua file wich type is client


<script src="client.lua" type="client" cache="false"/>	

 

 

Or try to use 'fileDelete' function.

https://wiki.multitheftauto.com/wiki/FileDelete

I don't want fileDelete function because players don't want download server scripts again

Do you have an another suggestion?

MTA PUBG servers how hide their scripts?

I want like their.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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