Jump to content

Gamesnert

MTA Contributors
  • Posts

    2,035
  • Joined

  • Last visited

Everything posted by Gamesnert

  1. I clearly see both mph and kmph... So I don't get the problem. And yes, it's possible.
  2. thePlayer isn't defined. I'll make a small example for your markerHit function: function MarkerHit ( hitPlayer, matchingDimension ) local playerTeam = getPlayerTeam ( hitPlayer ) local copTeam = getTeamName ( playerTeam ) if ( copTeam == "Cop" ) then moveObject( mg, 1000, 1545, -1624, 12.5) end end Not tested, but I can't see why it shouldn't work.
  3. As you're probably studying for Lua or already know it, may I make the following suggestion? Resource Web Access page on the wiki. This allows you to implement pieces of Lua code into HTML. I guess it has pretty much the same functionality as you'd need from PHP.
  4. You know, you could have just explained it and asked nicely. I'm not letting me being forced by someone unknown to do something which is his own fault for not making a freaking backup anyway. If you really feel desperate to getting the damn file, reinstall GTA SA or go look at some other GTA website.
  5. This means the server is outdated. Blame the server.
  6. Well, tried downloading it manually? http://www.microsoft.com/downloads/deta ... laylang=en You could have used google to get an answer like this. In fact that would have been faster too. (win-win for everyone)
  7. That should be... Oh and 1.0 isn't out yet. Only the beta (nightly) builds. But as these are solely meant for testing, not that many players use em.
  8. You're telling him to do pretty much the opposite of what he SHOULD do. If you get admin from the resources SVN, the "true" is already there. That's the problem! <main> <welcome /> </main> This way it should work. When you've edited the settings.xml file, it should add all the rights the admin panel needs to function properly to the ACL, and re-add "true". (because it's installed in the ACL) So don't be surprised if you look back sometime and it's there again.
  9. setElementPosition( client, unpack( LOCATIONS[ locatioName ] ) ); Nice. But I'm wondering what a "locatio name" is.
  10. Gamesnert

    MTA in the news

    In that case: http://www.learncpp.com/ Voila, now make the 0.5/blue/0.6/whatever you like to call it fans proud.
  11. I think you skipped a part with reading. http://development.mtasa.com/index.php? ... the_button And there might be some other editors, but I guess still Notepad++ is pretty much the best option.
  12. Don't you miss... <object name="resource.admin"/> ..?
  13. The map editor doesn't recognize them and therefor probably won't use them. So they most likely won't be saved either. To fix this, you'd need to make/get an EDF for your elements.
  14. For some reason, this indeed appears to happen usually. A way to get past this is setVehicleFrozen. Just set it to frozen, set the new position, and after some time unfreeze the vehicle.
  15. https://forum.multitheftauto.com/viewtop ... 87&t=24655
  16. I hope you're NOT trying to do this... ...but this instead... ...if you just want to play race on 1.0. If you want to play something else than race with your maps, you'll need to convert them first.
  17. http://code.google.com/p/multitheftauto ... htlyBuilds Also includes AMX, just follow all of the steps carefully.
  18. Well, according to that error, you have a non-supported version.
  19. V2.0 of GTA SA? http://development.mtasa.com/index.php? ... Andreas.3F
  20. This has been fixed for a while in MTA 1.0 nightlies. Just too bad they're not synched properly, but I heard from someone else it was like that in Race too.
  21. playervar={} -- This is your table/array... whatever... playervar[player1] = someVarOrMaybeAnotherTableHere playervar[player2] = someOtherVarOrMaybeYetAnotherTableHere
  22. Eh, they're scripted, if that's what you mean.
  23. Gamesnert

    MTA Unicode

    Issue #3919. As this is relatively hard to implement, it has been delayed to a fairly late version.
  24. I think they're peds. (bots) You'd need a nightly build. After that you can script a mode, or use 50p's peds resource.
×
×
  • Create New...