spoty Posted August 9, 2014 Posted August 9, 2014 (edited) i have fixed it already Edited August 9, 2014 by Guest
Et-win Posted August 9, 2014 Posted August 9, 2014 Which error it gives if you start the resource and everyone gets kicked out?
spoty Posted August 9, 2014 Author Posted August 9, 2014 Which error it gives if you start the resource and everyone gets kicked out? none it just say in console cmd that it succesfully started and then 2 sec later evry body get timed out
Et-win Posted August 9, 2014 Posted August 9, 2014 Still, there must be an error code in the window you get. (ERROR @ Window Name)
spoty Posted August 9, 2014 Author Posted August 9, 2014 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]
Et-win Posted August 9, 2014 Posted August 9, 2014 Get in-game by yourself. Then as soon as you time out, you get a message on the menu from MTA. That code.
spoty Posted August 9, 2014 Author Posted August 9, 2014 my whole mta crashes and it says error by gta_sa.exe
Et-win Posted August 9, 2014 Posted August 9, 2014 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.
spoty Posted August 9, 2014 Author Posted August 9, 2014 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"/>
Et-win Posted August 9, 2014 Posted August 9, 2014 I honestly have no idea, but I don't think so. PS: file src doesn't need a type.
spoty Posted August 9, 2014 Author Posted August 9, 2014 I honestly have no idea, but I don't think so.PS: file src doesn't need a type. ah ok and i fixed it by my own i dind see that 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)
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