Jump to content

[M2S]moe

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by [M2S]moe

  1. Here's a new link: http://www.mediafire.com/?a65rae7lnrxaxbx
  2. Try this: local ratio = round(tonumber(zombiekills / deaths), rat)
  3. Why dont you script around it? create a transparent marker attached to the vehicle, get its position, move colshape to it.
  4. Guy takes time to make something and release it, why tear him a new one?
  5. Your problem is that you check if deaths = 0 or "0" when it == nil, so it runs the else and since deaths is nil, it doesnt divide by zombiekills and thus zombiekills becomes your ratio. Change line 12 in your code quote to: if deaths == 0 or deaths == "0" or deaths == nil then
  6. Very nice! I have to +1 DX support. When thats added, I'll drop guieditor and use this instead.
  7. Any chance you will add textlib integration in the future?
  8. no need to post again, I already answered you.
  9. Then you're just editing the meta wrong (or ingame) or your linux server just isnt properly installed/configured. The mode itself works perfectly, I've talked to clans using it under linux, they changed everything, no problem.
  10. v 1.0.5 is out: Added player IDs support (scoreboard+commands), misc bugfixes.
  11. and you're using the admin resource that I posted right? Not the default one? If I had a linux server handy id test it but afaik, it works for strika on his debian linux, so I have no idea why its not working for you. I would just delete everything and reinstall the server once more, I'm pretty sure that will fix your problem. I'm sure you can ask Delux for a clean install.
  12. Well the only time I got this problem (exact same errors/warnings) was when dxscoreboard was missing. Maybe try to download it again from community and copy that one in there?
  13. And you have reload resource, killmessages and admin? Also make sure your "parachute" resource is not running since i include one in the mode.
  14. This particular error is common if you do not have dxscoreboard copied in your resource directory. Are you sure you did not rename dxscoreboard.zip to scoreboard.zip or something?
  15. Try 1.0.3, if it doesnt work, try on a CLEAN install of MTA server. AFAIK everything works fine for everybody else, I dont see why you get an error. Make sure you download the latest version of this resource.
  16. Whats your server version? And client?
  17. You mustve edited something, or forgot to put in a needed resource (like dxscoreboard)
  18. aha yea, I didnt think of this. That will pretty much only happen in andromeda though, its basically because upon death I grab your coordinates and interior ID and respawn you where you last died. in the case of andromeda it will bug.
  19. thats not a bug, thats to keep fackin cheaters OUT. A very good thing.
  20. Speak proper english and describe bugs better. Which menu, when, while you're doing what, etc.
  21. Keep reporting any bugs you find
  22. That's an MTA bug for certain weapons. It will be fixed once everybody updates to MTA 1.0.4, nothing I can do about it for these particular weps (I think its Infrared/Nightvision)
  23. Masked password isnt reaaaally needed, but I'll add it in the next version. The GUI being hidden if you click on the picture, that is now fixed. New v1.0.4: Fixed bug with ghostbuster sound lagging some players, replace ghostbuster cutoff sound by full song. Misc bugfixes. This ghostbuster sound lag bug is a major bug that WILL happen often, so I suggest you update to 1.0.4 asap.
  24. Thanks guys x) Yes, there is already a /kill, dimensions are as follows: Intro: random 1-255 Lobby: 1 Duels: 2 Rounds: 0 I wont remove F3, but I might modify the 'exteriors' tab so admins can easily add more in there.
×
×
  • Create New...