817263 Posted January 7, 2008 Share Posted January 7, 2008 Where i can found costum models (movie ) scripti sreaching on google and found nothing i need this script to freeroman Link to comment
817263 Posted January 7, 2008 Author Share Posted January 7, 2008 (edited) Where is error?? function change txd = engineLoadTXD ( "models/monster.txd" ) engineImportTXD ( admiral, 3781 ) dff = engineLoadDFF ( "models/monster.dff", 0 ) engineReplaceModel ( admiral, 3781 ) end addCommandHandler ( "setcashe", change ) end i must heave the dff monster.dff end monster.txd in the zip file ?? i wont costum no change this files heave 1 mb it's can lagging Edited January 7, 2008 by Guest Link to comment
Caneman Posted January 7, 2008 Share Posted January 7, 2008 I'm pretty sure thats not the Model id for the admiral Link to comment
817263 Posted January 7, 2008 Author Share Posted January 7, 2008 [18:33:39] Starting lol [18:33:39] SCRIPT ERROR: ...s/MTA San AndreasDM/server/mods/deathmatch/resourcecache/lol/script6.lua:2: '(' expected near 'txd' [18:33:39] INFO: Loading script failed: ...s/MTA San AndreasDM/server/mods/deathmatch/resourcecache/lol/script6.lua:2: '(' expected near 'txd' its errors server dont kown what is the txd what command i mast use it's dont't id Link to comment
Hell_Demon Posted January 8, 2008 Share Posted January 8, 2008 function change() txd = engineLoadTXD ( "models/monster.txd" ) engineImportTXD ( admiral, 3781 ) dff = engineLoadDFF ( "models/monster.dff", 0 ) engineReplaceModel ( admiral, 3781 ) end addCommandHandler ( "setcashe", change ) You had function change which needs to be function change() Link to comment
817263 Posted January 8, 2008 Author Share Posted January 8, 2008 what function costum/add models with gta3.img ?? Link to comment
SanZoR Posted January 9, 2008 Share Posted January 9, 2008 If you wanna know the right model, see http://www.vces.net/info/index.php Link to comment
817263 Posted January 9, 2008 Author Share Posted January 9, 2008 i dont need ids i heave it i need script to add/change models to cars see movie ?? He say command end add on the RC cam computer change cashe of the monster truck change weels to pizza Link to comment
SanZoR Posted January 9, 2008 Share Posted January 9, 2008 You need to replace the name of wheel to the new wheel. 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