Jump to content

Gamesnert

MTA Contributors
  • Posts

    2,035
  • Joined

  • Last visited

Everything posted by Gamesnert

  1. Speaking of bugs... I think you're missing something there... =/ EDIT: In case you still don't see it, compare it to: Or...
  2. Could you then please show us your config file? It's called mtaserver.conf.
  3. Is this on one server, or on ALL servers?
  4. Well how come its not like that in sa-mp? Aren't they mute in SA-MP? Lol! That'd be even worse than only CJ voice...
  5. Lol, I'm a general MySQL n00b, and just use the basic things. I only use things like insert and select you know... ^^ Might be a mistake on your side or something?
  6. Yep, you hit the nail on the head! I didn't know you could record stuff from Xfire (haven't used it in a while) but I did find 1 that seems pretty decent (for free). It's called wegame. I'll have to check San Andreas Studios out, since a few of the ideas I have, I might do in single player SA anyways I said machinima pack, but I think i will rename it to 'filming package' because it is much broader and the package could be useful for stunt compilations and other types of movies too. I used WeGame for Red Alert 3 Beta once. Pretty good, only the toggle doesn't work sometimes... Oh and the sound is a little weird. But well, it's good for recording nonetheless.
  7. Eh... I don't understand what you're saying... =/ Anyway, I use MTA-MySQL, and it works fine. Even select works fine. You might need mysql_fetch_rows perhaps?
  8. Well do you know a solution for scripters to script it in that way that it would be "cheat or fool free"?
  9. I use XFire for recording, and Movie Maker for editing. Works just fine. Only some people can't seem to get audio recording working in XFire... =/ But for starters: What is a machinima package?
  10. Let's make 1 thing clear: There is no cheat-proof server. It will NEVER be possible! Cheating is a step in front of the developers at EVERY turn. Just so you know. There are some decent servers. Or well, I guess... I liked the Simbad server, and some others. But I'm more of programming my own than playing!
  11. I have it sometimes, but rarely. What's a bigger issue to me? Difficulty to get out! It takes pressing lots of times or for a long time to get out. Heck, sometimes I can't get out AT ALL... =/
  12. Fri 16-05-2008, 11:55 actually they alway say its exclusive to consoles until they finish the pc version to push the sales (agreements with microsoft and sony). long time! well i think that mta will giveit a shot too well i hope so! Rockstars mp sucks (this is just an example and explanation on how it works) C'mon! Let's make a dedicated server mod already! Then we're going to remake MTA for GTA IV! But to be honest: I do think MTA will be better on SA than IV I guess... There is no such thing as open space in GTA IV, while here there is a lot! Also: No planes... Worst decision ever in my opinion... But I would still love to see it!
  13. Well how come its not like that in sa-mp? OR in SP, OR on my server... ^^
  14. Gamesnert

    Script help

    I use the same method. Might be a bit simpler than events triggered by events... =/
  15. Gamesnert

    Script help

    That is correct. DP3 does have a client side equivalent but in DP2 you will have to create an additional client sided collision shape. Or make your own client-side marker event that is being triggered by the server one!
  16. Well yes, obviously. I just assumed he was competent enough to apply that function to all players on the server, and compare the returned angle with some predetermined limiting factor, say a 45 degree angle. function getAllPlayersWithinAngleRangeOfSource(sourcePlayer, angleLimit) local returnPlayerList = {} for i,player in pairs(g_Players) do if findAngle(sourcePlayer, player) <= angleLimit then table.insert(returnPlayerList, player) end end return returnPlayerList end Can you return tables in this manner? I forget. This should cover all users regardless of distance. Anyway something like this is kind of basic, if a scripter can't even figure that out what chance does he really stand making something good anyway? Oh well everything learned is progress on the way I suppose You can return them this way, but you can't output them this way. If you want to output them to the chatbox, you need table.concat. Which is simply something like: foodTable={"apples","bananas","kiwis"} --Example table... LOL outputChatBox("Foods: " .. table.concat(foodTable,", ") .. ".") That SHOULD return: Might be that you already knew that, but just to be sure.
  17. Gamesnert

    Script help

    Not listed in objBrowser... LOL
  18. Good piece of code. However, I fear it's not what he's looking for... He's looking for something that shows ALL players in an angle just a bit bigger than his sight. And the looking depth as far away as you want.
  19. Gamesnert

    Script help

    Hmmm... I couldn't find it either with a quick look. (10 min) I guess it should be between "special" or "military", but I don't know... =/
  20. Yes, you're right. You can teleport to a location high in the sky. But I think it has to be in an interior because otherwise clouds may be... Interrupting your drift...
  21. The wiki shouldn't only contain a much better SCRIPTING tutorial, but also one HOW to use the WIKI... I mean... There are just LOTS of people that don't understand how to use it... Wouldn't a tutorial make it a bit better? =/ Very true , think about those poor noob beginners, how they are feeling......... How you know? You one of them?
  22. The wiki shouldn't only contain a much better SCRIPTING tutorial, but also one HOW to use the WIKI... I mean... There are just LOTS of people that don't understand how to use it... Wouldn't a tutorial make it a bit better? =/
  23. Freeroam is a resource where you have a GUI where there are options like people can give themselves guns etc. However, you don't want it to look like a whole mess, so you might want to disallow some weapons. THAT's what's going on!
  24. Hmmm... Wasn't offedit client-side too? =/ Anyway, yes I guess. I have a bad experience with offedit since I hate typing everything over and over again... Just to change it coords... This is MTA! Do it by mouse!!!! Lets refrase it "This is mta!, use a mouse WITHOUT BUGS! Lol it's usable. If I need to choose between bugs or non-mouse and dang commands, GIMME THE BUGGY MOUSE!!!
×
×
  • Create New...