Jump to content

Where i can found costum models script ??


817263

Recommended Posts

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 by Guest
Link to comment

[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
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

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...