Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. 12p

    Skin bug.

    If I'm right this is a bug of the GTA Engine. You can check it with some videos on Youtube that it "works" on SP Mode:
  2. This is a serious thing huh. Not so easy to tell "we make the map (easy part), you make the script (hard part)". You should offer money or learn how to script, because here we are serious people looking for fame and money.
  3. Do you have some MONEY? Otherwise nobody will want to help.
  4. createTeam setTeamFriendlyFire setPlayerTeam" class="kw6">setPlayerTeam" class="kw6">setPlayerTeam" class="kw6">setPlayerTeam EDIT: WTF there is a bug on lua forum code containers!
  5. Barrel Roll - When something "rolls" (like the sports' balls when stop bouncing), it just "rotates" in its own position but moving to somewhere. Think it like a mortal jump but in the floor and moving forwards/backwards
  6. OMFG go to this page and re-translate, because I can't get what you meant: http://www.ajaxtrans.com
  7. 12p

    Skin bug.

    She? Who is "she"?
  8. I just wanna say 1 thing: Why to use those MTA functions if you can script them (and those functions are so easy to script...)? It would be like SA:MP, using functions like the "driving licenses system" I heard's, it can be done in MTA by scripting, no need it be a built-in function. As easy as that!
  9. OMG you don't get me. I mean we should delete them because those are unneeded, but we can make a kind of "useful function" from it (so just we add the few lines that define the function and it will work anyway) There is no need that it be a MTA Built-In function, because, For example: getAlivePlayers can be easily made with the functions: table = {} --table creating getElementsByType getElementHealth table.insert
  10. 12p

    Skin bug.

    This is a real bug. I had the same trouble on the 1.0.4 version (never happened on 1.0.3 as I remember).
  11. Yes but they MUST learn how to script. If not the server is n00b. Aaaand the scripts can be easily fixed if there is that problem. I think you're exaggerating.
  12. Very very good! I will use this hosting solution, thanks for the information!
  13. Can your company give us some information about server computers hardware like RAM or processor? I had bad experience with a certain company and I need to know if I can trust in this.
  14. Extra Health Add more health than normal You wanted to create a kind of boss ped, with more health than just 250 hitpoints? You can do it now with this script! I just had this idea when my multimod server had Misterix Mods and I wanted to give them more health. I decided to share this script because it is really useful, I think. Hope you think so, too And this post is for you guys, to think about it, what could I add, or delete, etc... How to use 1. Create a ped. 2. exports.extrahealth:setElementExtraHealth(thePed, value) 3. Shoot to this ped! Exported Functions exports.extrahealth:setElementExtraHealth ( element, float value ) exports.extrahealth:getElementExtraHealth ( element ) exports.extrahealth:isElementWithExtraHealth ( element ) exports.extrahealth:addElementExtraHealth ( element, float value ) exports.extrahealth:takeElementExtraHealth ( element, float value ) exports.extrahealth:removeElementExtraHealth ( element ) exports.extrahealth:setElementInvulnerable ( element, bool state ) Events onPedDamage Function Parameters: Attacker - The element that was attacking the ped. Weapon - An integer representing the weapon that damaged the ped. Bodypart - An integer indicating the body part where the ped got damaged. Loss - A flotating point number that shows the damage the ped received. Source: The source of this event is the ped that got damaged. Cancel Event: This won't do anything, isn't like onClientPedDamage huh. Download The Resource
  15. 12p

    Your Infernus

    Same thinking, MetalGear14
  16. Apart of Windows, in which other OS does MTA work? Can it work at Linux Ubuntu?
  17. 12p

    Your Infernus

    XDDD!!!!!!!!!!!!!!!!!!! Those infernus looks like a piece of crap. I just don't like them -.-
  18. Of course not scripters. I'm selling this to people with money -.-
×
×
  • Create New...