Jump to content

fixed close this pice :P


spoty

Recommended Posts

nope i have chacked the server log and

this is what i found

[2014-08-09 21:54:15] Resource 'flash' changed, reloading 
[2014-08-09 21:54:15] New resource 'flash' loaded 
[2014-08-09 21:54:15] Resources: 344 loaded, 0 failed 
[2014-08-09 21:54:15] Upgrade completed. 
[2014-08-09 21:55:09] CHAT: * Remolit eats popcorn 
[2014-08-09 21:55:14] start: Requested by Mr.Spoty(spoty) 
[2014-08-09 21:55:14] Starting flash 
[2014-08-09 21:55:20] stop: Requested by Console 
[2014-08-09 21:55:20] stop: Resource stopping 
[2014-08-09 21:55:20] Stopping flash 
[2014-08-09 21:55:26] QUIT: Remolit left the game [Timed out] 
[2014-08-09 21:55:29] QUIT: Chevy left the game [Timed out] 
[2014-08-09 21:55:29] QUIT: Mr.Spoty left the game [Timed out] 

Link to comment
Well then. I have no idea then. Maybe try to start with 1 replace, then if that works, add another, etc. Then when it crashes, test that model only, if it then crashes again, that is the problem.

hmm okay i gonna try it

or can it mayby crash by my meta?

"Spoty" name="car" version="1.0.0" type="script"/> 

Link to comment
I honestly have no idea, but I don't think so.

PS: file src doesn't need a type.

ah ok :P

and i fixed it by my own i dind see that xD

here this is wrong

  txd = engineLoadTXD("parts/fbmp_a_f.txd", 1153 ) 
  engineImportTXD(txd, 11523) 
  
  dff = engineLoadDFF("parts/fbmp_a_f.dff", 1153 ) 
  engineReplaceModel(dff, 11523)   

it needs to be

  txd = engineLoadTXD("parts/fbmp_a_f.txd", 1153 ) 
  engineImportTXD(txd, 1153) 
  
  dff = engineLoadDFF("parts/fbmp_a_f.dff", 1153 ) 
  engineReplaceModel(dff, 1153)   

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