Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. Loved it. Good players out there How I would like to have such PCs for always playing MTA at 40 FPS or more !
  2. 12p

    PC COMBO QUESTION!

    Well, shall I duplicate the VRAM? With a NVidia, ofc I won't use too much graphics as you can see. I don't really like them.
  3. Nice! Good luck making your modules!
  4. With this, we are 3.
  5. ...Troll. Aero, why can't you let all of us be testers? Is there any problem?
  6. +1 Remi-X ...I thought you were dead, The_GTA. LOL
  7. Use GMES as example. Yours will never work in order to make the corona be under the ground. Using: getWorldFromScreenPosition You can do that.
  8. TheNightRider: 50p has got the best answer, pay attention to him only. CapY and Wafamde, can u please use PMs? Thank you.
  9. It's true that C++ is better than Lua. But if you don't know how to use it as a PRO, it won't be better; it will be a headache. The best thing you can do is to learn C++ by some years... Take a look at Lua... Compare... Sincerely, Lua can do almost anything in MTA, the only reason for you to use C++, is to create a patch.
  10. 12p

    Need a quick opinion!

    Looks good. But seriously, you don't know almost anything about scripting and you're planning to create a Zombie RPG? I don't think you're sane.
  11. We all love the links. And we all hate the logo. That's it
  12. function joinStaffTeam ( source ) local staffteam = getTeamFromName ( "Staff" ) local acc = getPlayerAccount ( source ) --Let's get the account of this guy if staffteam and not isGuestAccount ( acc ) and hasObjectPermissionTo ( "user."..getAccountName ( acc ), "command.ban" ) then --If the guy is logged in and can ban players (admin or higher) setPlayerTeam ( source, staffteam ) end end addCommandHandler ( "staff", joinStaffTeam )
  13. Okay. Show me your code.
  14. I've got 2 ways to answer this. Which do you prefer?
  15. "As you say"? That's obviously from the wiki. Also this question was already solved (atm).
  16. In your PC: Right click on "lolmode.zip" ==> "Extract in lolmode/". Then, upload the new folder that is called "lolmode".
  17. 12p

    takePlayerMoney

    Use something like this: SERVER-SIDE ONLY SCRIPT if getPlayerMoney ( player ) > amountToTakeFromPlayer then --If the money of the player is higher than the money you want to take him from, takePlayerMoney ( player, amountToTakeFromPlayer ) --take the money. else setPlayerMoney ( player, 0 ) --Otherwise, take all the money from him. end THIS WILL NOT WORK. IT'S JUST AN EXAMPLE!
  18. 12p

    Spraying on vehicles

    Paint is the same thing Yes, like using real spray on images, but instead of images; the GTA textures.
  19. ¿Y cómo esperas exactamente que sepamos eso?
  20. 3 Words. HTML-Kit. Divs. CSS.
  21. 12p

    PC COMBO QUESTION!

    Man, I don't play MTA with whole graphics, EVER. I'm fine with 256 MB. In fact, I prefer 800x600 than 1280x768 by some reason. Call me freak, but I still prefer it. My video settings: -800x600x16 -Medium Graphics. -Draw Dist. 100% -No volumetric shadows or grass effect. -No filter. -No antialiasing. -Brightness 100% (windowed mode becomes darker ) With that, I can run MTA good unless the map is very much decorated (Vortex, for example).
  22. ... While you are admin, try /debugscript 3 and tell what does it output in the middle down screen part.
  23. Try setTimer( exports.guiText:outPutGuiText, 2000, 1, "*You hear ringing in your ears and you cant hear anything*", 255, 0, 0 ) Tell me where is the error.
×
×
  • Create New...