Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. +1 CapY + qaisjp = ALL IS BLASTA FORUM
  2. There is damaging at the client CreateExplosion function that defines that, check on: createExplosion
  3. 12p

    need help

    WROOOOOOOOOONG!!! Let him do it.
  4. bandi got a easier way lol. I never used that function getPedTask. Use that, not mine.
  5. 12p

    Map mods problem

    Yes I can recreate that on MTA. It's just about importing some DFF's from a script, then creating some objects here and there, and then placing in the right place. Easiest thing on world. And there are tools for that. Let me show you... BTW: You should AT LEAST try to understand how MTA works. Not everything is built so any n00b can create anything with very few coding. MTA Map Editor is awesome, it helps you with TONS of things, for example. But for a more complex map, there are some things you must know. You don't even appreciate the effort that MTA Team makes at its mod.
  6. andthen youtwo startedscrewtheforum (stop that please, this isn't a fighting topic, omg)
  7. It was a suggestion to help you somewhat. If you want to look like a child (you are doing it now), then keep up your "work". Now, can you discuss about the topic? Don't you have anything against what I've said in my previous post?
  8. 12p

    Consoles or PC?

    What is better? Remember to say why you prefer your option!!! /me says PC, because I can emulate consoles, get consoles' controllers plus make them compatible with the PC, and obviously improve my PC
  9. 12p

    need help

    Now trigger an event to the client.
  10. There is absolutely no needing about using EXCLAMATIONS LIKE I WOULD BE THE GREATEST DUMBASS ON MULTI THEFT AUTO!!! And you didn't understand ME, CapY. Your post doesn't do anything against mine, as far as I can see. Server clans can still spam their names, with or without a "free copyright system". Blacklist will solve that. Btw fix your grammar, man. And don't get angry so easily, that makes you look like a child.
  11. 12p

    Map mods problem

    So you are soooo lazy... You think it's easy to create a multiplayer mod for GTA San Andreas. You don't do anything because you are GOD and say people to do what you want them to do? Instead of doing it yourself? OMG. It can't be THAT hard to delete a damn map from GTA SA, does it? Btw, MTA has been developing since 2005, if I'm right. Our dear MTA Team work to fix bugs and crashes. If they would care only about third party mods, MTA would be an always-crashing mod (AKA crap).
  12. Who cares, myonlake. I started editing Freeroam to delete some buttons and replacing texts... Now look at me. Maybe he's a noob scripter now, but who knows... He may be better than you in some months.
  13. 12p

    Map mods problem

    GTA SA must be clean (no mods). If you want to play a map, use MTA Map Editor.
  14. 12p

    Simple question...

    You can get accounts from all players, and online players. Offline? No. Only their accounts. getAccounts getElementsByType ( "player" )
  15. What if the guy who wants to create the server doesn't pay attention to the clan name, and create his server without giving a f*ck about that, or doesn't even sends an e-mail to the MTASA Copyright email and creates the server? You haven't though much about this suggestion, right? Btw you created your reply twice, and also don't triple post.
  16. It was just kinda an example. There must be something else that you can use the functions I suggest for.
  17. 1. DON'T USE THOSE WORDS PLEASE! 2. It's "reset", not "rest". Rest is similar to sleep, bed, zzzzzzz, etc 3. So it works? What is the problem now?
  18. You got it. but don't use capitals. Here you go, 2 lines less code: function onKill(ammo, killer, weapon, bodypart) if killer and killer ~= source and getElementType ( killer ) == "player" then local x, y, z = getElementPosition(source) createExplosion (x, y, z, 10) outputChatBox("You have been exploded by " .. getPlayerName(killer), getRootElement(), 255, 255, 0, true) end end addEventHandler("onPlayerWasted", getRootElement(), onKill) You are learning...
  19. Make your script check whether "killer" is a player element or not. CLICK THIS ==> getElementType
  20. Rockstar Games do the same thing.
×
×
  • Create New...