Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. addEventHandler ( "onPlayerLogin", getRootElement(), function () local serial = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" local theSerial = getPlayerSerial( source ) local acc = getPlayerAccount( source ) local account = getAccountName( acc ) if theSerial == serial and account == "sora" then outputChatBox( "* Welcome Back " .. getPlayerName ( source ) .. " .", getRootElement(), 255, 255, 255, true ) else kickPlayer( source, source, "Don't use this account anymore!" ) outputChatBox( "* " .. getPlayerName ( source ) .. " kicked for using stolen account .", getRootElement(), 255, 255, 255, true ) end end ) Try now?
  2. Did you know about these functions? toJSON fromJSON You can create tables, compress them as JSON strings, and store them as account data. I can't make an example right now, though.
  3. Pretty simple. I just wanted to enable the player to "save" its radio station once it enables the map music, and "load" this saved station when it disables the map music. By some reason there's a line that doesn't want to work. pl = true --Is map music playing? radio = getRadioChannel( ) setRadioChannel( 0 ) music = playSound( "music.mp3", true ) bindKey( "m", "down", function( ) --if not isElement( music ) then return end setSoundPaused( music, pl ) pl = not pl if pl then --When music is playing, the radio shall be saved and set to OFF. radio = getRadioChannel( ) setRadioChannel( 0 ) --This line doesn't work. else setRadioChannel( radio ) end --When music is stopped by user, the radio is turned ON with the latest station used end )
  4. I actually hate every existing mapping tool. I won't ever use them. I consider mapping should be more like an art, something a mapper should put its effort into, not something that can be done so easily with things like toolboxes.
  5. The most boring pictures.
  6. 12p

    Can't decide

    No. I learnt the same way you did so I agree with you.
  7. Do it better. I'm giving my best, actually. I will post a video once I finish it.
  8. Still scriptable.. People already said it's scriptable. But as qais said, it's lame, so it's highly doubted anyone will do it.
  9. 12p

    Can't decide

    Indeed, diego is right as no one else could be.
  10. Success? This map is just a copy paste. It doesn't improve at all; it has no originality.
  11. I didn't like it, but it was interesting in the beginning (0:34).
  12. Check the Windows evaluation here. Thermaltake V9 Black VJ400GIN2Z Asus P8H61-M (MicroATX) Intel Core i3-2600 NVidia GeForce GTX 550 Ti 4 GB RAM DDR1333 500GB SATA2 Hard Drive
  13. I never liked L4D, but this video surprised me a lil' bit.
  14. Dudo que seas un scripter, así que no veo la necesidad de que preguntes eso.
  15. I never found any REALLY GOOD GTA mod. Closest thing was Biohazard Alert but it had lots and lots of bugs.
  16. Did those times ever exist? ._.
  17. 1. No hunter pickup. DA FAQ. 2. Effort in the deco. No effort into the map tracks. Mediocre map.
  18. >Mira la cantidad de posts. >Mira la fecha en que se unió. Tiene todo el sentido del mundo.
  19. The map is repetitive and very common. Even the video editing is. There are minor variants in the loops and some stunts but it isn't enough. Boring.
  20. This may help you a bit. http://appdb.winehq.org/objectManager.p ... ngId=69909
  21. Simple. The computer doesn't know how to think as a human, it just cannot read a sentence like that. To make that kind of scripting you'd probably mess up your head into programming by lots of years. Also Lua scripting is pretty simple compared to real programming. If you focus into learning and practice some, you may be able to do many cool things.
  22. Oh, this is bad! Boring and repetitive. Not big surprise. (get the reference?)
  23. https://community.multitheftauto.com/ind ... ls&id=5136 -chaticon https://community.multitheftauto.com/ind ... ls&id=3070 -I want this to be deleted. I was a jerk trying to make an alternative map editor ._.
×
×
  • Create New...