
[M2S]moe
Members-
Posts
42 -
Joined
-
Last visited
Everything posted by [M2S]moe
-
Here's a new link: http://www.mediafire.com/?a65rae7lnrxaxbx
-
Try this: local ratio = round(tonumber(zombiekills / deaths), rat)
-
Why dont you script around it? create a transparent marker attached to the vehicle, get its position, move colshape to it.
-
Guy takes time to make something and release it, why tear him a new one?
-
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
-
Very nice! I have to +1 DX support. When thats added, I'll drop guieditor and use this instead.
-
Any chance you will add textlib integration in the future?
-
no need to post again, I already answered you.
-
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.
-
v 1.0.5 is out: Added player IDs support (scoreboard+commands), misc bugfixes.
-
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.
-
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?
-
And you have reload resource, killmessages and admin? Also make sure your "parachute" resource is not running since i include one in the mode.
-
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?
-
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.
-
Whats your server version? And client?
-
You mustve edited something, or forgot to put in a needed resource (like dxscoreboard)
-
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.
-
thats not a bug, thats to keep fackin cheaters OUT. A very good thing.
-
ok then, ignored.
-
Speak proper english and describe bugs better. Which menu, when, while you're doing what, etc.
-
Keep reporting any bugs you find
-
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)
-
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.
-
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.