Pro the killer Posted April 7, 2016 Share Posted April 7, 2016 Hi everyone I always download gta sa models cars then i use http://mta.dzek.eu/vehicle/ for mta sa Today i try many times for it but its now working....I keep get this: Warning: require_once(): open_basedir restriction in effect. File(/usr/home/dzek/lib/PEAR/PEAR.php) is not within the allowed path(s): (/usr/home/dzek/domains/mta.dzek.eu/public_html:/tmp:/usr/local/share/pear) in /usr/home/dzek/domains/mta.dzek.eu/public_html/zip.php on line 28 Warning: require_once(/usr/home/dzek/lib/PEAR/PEAR.php): failed to open stream: Operation not permitted in /usr/home/dzek/domains/mta.dzek.eu/public_html/zip.php on line 28 Fatal error: require_once(): Failed opening required '/home/dzek/lib/PEAR/PEAR.php' (include_path='.:/usr/local/share/pear') in /usr/home/dzek/domains/mta.dzek.eu/public_html/zip.php on line 28 Anyone know another site for mod gta sa to mta sa resourse? Link to comment
Pro the killer Posted April 7, 2016 Author Share Posted April 7, 2016 Hi everyone I always download gta sa models cars then i use http://mta.dzek.eu/vehicle/ for mta sa Today i try many times for it but its now working....I keep get this: Warning: require_once(): open_basedir restriction in effect. File(/usr/home/dzek/lib/PEAR/PEAR.php) is not within the allowed path(s): (/usr/home/dzek/domains/mta.dzek.eu/public_html:/tmp:/usr/local/share/pear) in /usr/home/dzek/domains/mta.dzek.eu/public_html/zip.php on line 28 Warning: require_once(/usr/home/dzek/lib/PEAR/PEAR.php): failed to open stream: Operation not permitted in /usr/home/dzek/domains/mta.dzek.eu/public_html/zip.php on line 28 Fatal error: require_once(): Failed opening required '/home/dzek/lib/PEAR/PEAR.php' (include_path='.:/usr/local/share/pear') in /usr/home/dzek/domains/mta.dzek.eu/public_html/zip.php on line 28 Anyone know another site for mod gta sa to mta sa resourse? Link to comment
knightscript Posted April 7, 2016 Share Posted April 7, 2016 Actually, its very simple to do this, you basically need 4 files: -meta.xml (where you define where your vehicle files are) -vehicle.dff -vehicle.txd -replace.lua (where you define the vehicle you want to replace) I will show you the basic meta file: "vehicle.txd" /> "vehicle.dff" /> file: replace.lua txd = engineLoadTXD("vehicle.txd") --import the file engineImportTXD(txd, 602) --vehicle ID you want to modify (you can see the IDS here: [url=https://wiki.multitheftauto.com/wiki/Vehicle_IDs]https://wiki.multitheftauto.com/wiki/Vehicle_IDs[/url]) dff = engineLoadDFF("vehicle.dff", 602) --import the other file engineReplaceModel(dff, 602) --vehicle ID you want to modify (you can see the IDS here: [url=https://wiki.multitheftauto.com/wiki/Vehicle_IDs]https://wiki.multitheftauto.com/wiki/Vehicle_IDs[/url]) and of course you want to create a folder, and put your files in there, here is an example of how your folder would look like: Link to comment
knightscript Posted April 7, 2016 Share Posted April 7, 2016 Actually, its very simple to do this, you basically need 4 files: -meta.xml (where you define where your vehicle files are) -vehicle.dff -vehicle.txd -replace.lua (where you define the vehicle you want to replace) I will show you the basic meta file: "vehicle.txd" /> "vehicle.dff" /> file: replace.lua txd = engineLoadTXD("vehicle.txd") --import the file engineImportTXD(txd, 602) --vehicle ID you want to modify (you can see the IDS here: [url=https://wiki.multitheftauto.com/wiki/Vehicle_IDs]https://wiki.multitheftauto.com/wiki/Vehicle_IDs[/url]) dff = engineLoadDFF("vehicle.dff", 602) --import the other file engineReplaceModel(dff, 602) --vehicle ID you want to modify (you can see the IDS here: [url=https://wiki.multitheftauto.com/wiki/Vehicle_IDs]https://wiki.multitheftauto.com/wiki/Vehicle_IDs[/url]) and of course you want to create a folder, and put your files in there, here is an example of how your folder would look like: Link to comment
ramzi Posted April 7, 2016 Share Posted April 7, 2016 Suggest u to download "Modloader" script,Very easy! Link to comment
ramzi Posted April 7, 2016 Share Posted April 7, 2016 Suggest u to download "Modloader" script,Very easy! Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now