Jump to content

Gamesnert

MTA Contributors
  • Posts

    2,035
  • Joined

  • Last visited

Everything posted by Gamesnert

  1. Well, I only replaced a few models, but still... Custom models suck up alot of speed and make you timeout extremely fast... Hopefully this'll be fixed in DP3. To answer your question: I think the max is ALL the models ingame. Don't know for sure!
  2. Hello all, I have another problem, again I can't seem to solve it... It's this problem: I have a server which is not yet done, so I'm oftenly messing around with the other co-admins and they with me. With vehicles. Problem is: when refreshing, they don't disappear. After a while, they don't disappear... They don't disappear until a whole server restart. So I made a small piece of code made out of other pieces of code and it... Doesn't work... function initWreckageDestroy(source) setTimer("destroyElement",41000,1,source) end addEventHandler("onVehicleExplode", getRootElement(), initWreckageDestroy) function killWreckageDestroyTimer() timers = getTimers(1000) for timerKey, timerValue in ipairs(timers) do killTimer(timerValue) end end addEventHandler("onVehicleRespawn", getRootElement(), killWreckageDestroyTimer) So I'm asking for some advice. I still need to learn scripting so don't fix the script completely, just explain a bit how to fix it. Edit: Forgot the error message... Thanks in advance, Gamesnert.
  3. I would like to see them being chopped up too. But I also want that normal players can be chopped up too
  4. Nice! Just what I was looking for! Can you also remake some of the other games?
  5. Gamesnert

    Moving a gate

    Go ingame and type: "/debugscript 2" in chat. Press enter and then do the same with your command. What info/warning/error does it give?
  6. What you can do for the pickups, is placing arrows on the positions you want the pickups, and then replacing the arrows with pickups later on.
  7. Why does it have to be so difficult? More simple method: http://www.whatismyip.com/ Just send your ip like this: For just telling ip: : For a direct login link: mtasa://: for example: ((mtasa://)75.350.8.99:22004 Really recommended to make a desktop shortcut with the direct login link method as location. Direct login from desktop
  8. Let's say I've been n00bish, so nevermind. >.> Reason it didn't work? The folder the resource was in was named mapeditor, after changing to medit it worked... Omg I'm dumb. (seriously, spent a whole day to try to find the problem. Next day I saw it inmediatly )
  9. Niiice editor! Only thing: Saving... Can you deliver a bit of help with this? Thanks in advance. EDIT: The entire list from the log:
  10. Ok about the screen being black: Have you ever played around with some things or anything? And did you actually use fadeCamera? About the admin being, ever read the wiki? Read it and take your time for it.
  11. So the Rhino does get damage from much, except for bullets?
  12. ... Have you actually loaded these models in the meta.xml? If not, open meta.xml, add , and check again. If that's not the problem, go ingame, login with an admin account, and type "/debugscript 2". It'll show what's going on.
  13. Great! Now the flames atleast can stop it in notime! Only problem now still is how to make it destructable for other weapons... Thanks anyway, the server will atleast improve a quite a bit from this. Thanks. But still looking for another script though. And of the setVehicleDamageProof: it didn't work...
  14. TMA's code indeed is a little... Sensitive Luckily it is still invulnerable to Miniguns, what I would like to keep. They just need to get damage from the rockets. Not being destroyed with 1 rocket... That's pretty retarded. So anyone got an idea of making it a little less retarded? And for Rhino only? Thanks.
  15. I can't find out how I can let it check for if a rocket launcher hits it. It's projectile as well as weapon don't seem to function with onClientPlayerWeaponFire. And what if it detected it has been hit? How do I let that vehicle(rhino) get damage?
  16. Hmmm... I'll try. But I think there will still be a problem concerning what RobHol said: "but I'm not sure if it registers as damage unless you do use fire..." Honestly, I don't think so. But never shot, never hit. So I'll try. EDIT: I fear I was right... It doesn't get any damage at all, only from flames that get out of rockets when fired at close range, flamethrower/molotov or bad driving... Even satchel charges can't destroy a Rhino. So anyone got another idea?
  17. Explosions do not work, that's the problem. Oh well, i'll try your trick tomorrow. Any other suggestions are welcome in the meantime.
  18. I have a server that is INTENDED to become a army vs. criminals server. But the army's rhino is just indestructible except for flame damage. Is it possible to make it a lot more vulnerable to specific weapon kinds? F.e. Rockets and Hunter's machinegun for a bit?
  19. TDM... Might be a bug. Tried other gamemodes as well? If not, try. It might be a gamemode error.
  20. I have 2 screens. I don't need to minimize the game, this alt+tab block... thing.... makes sure it will stay on my right screen, while I change some code on my left screen. So not all admins are having trouble with this. Only the ones who have only 1 screen. Anyway, I'm a bit against alt+tab being fixed, for this reason. It's only annoying when some of the programs open on the right screen, and I can't move 'em to the left...
  21. Well, as a starting server you shouldn't start with immediatly loading a whole load of resources. Start making your own scripts bug free, and consider putting in more resources later. It's good to start with nothing and building up slowly, nothing>server>server with extra resources>gamemode. That's the recommended order BY ME. (might not be a good idea, since I'm quite new too )
  22. Strange... About the download error... And I think nobody can see any server on the server list >.> But did you get this before. So while you were busy with the tutorial? And I suppose you mean the Wiki with manual? Otherwise I strongly recommend the Wiki, although not everything there works... It's still a great start. Still, strange your server/client says download error... What is it supposed to download by the way..?
  23. With DP3, weren't you able to change the vehicles.ide, carcols and handling for each custom car? If not, I would like to see it. Not only of the wheels, but also vehicles.ide and handling. At the moment I have a F-35 where you get in the engine if you get in. -.- Also I have some mods that need bigger/smaller wheels. So I would really like to see handling and vehicles to be able to be changed.
  24. Sometimes if your gamemode has custom models in it, the textures will turn white. For example, I have a nice F-35 mod for my Hydra's. But it has about 3 out of 10 times a white texture. Is there some kind of way to fix this?
  25. Ok nevermind, for some reason the models have to be in a different folder... Oh well, atleast I can now continue when I'm home.
×
×
  • Create New...