Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. 12p

    Server names

    Wait 1.2. For further questions: No, there is no way to do that. No, that can't be done. Neither that. Just wait 1.2.
  2. Ransom's gonna love this. viewtopic.php?f=36&t=9651&start=3840#p383949 viewtopic.php?f=36&t=9651&start=3795#p383213 viewtopic.php?f=36&t=9651&start=3750#p378541 viewtopic.php?f=36&t=9651&start=3750#p378529
  3. 12p

    GTA V/SA

    The graphics doesn't make a game better. It makes it better-looking only. Example for this is Conker Live and Retextured (XBOX 360) and Conker's Bad Fur Day (Nintendo 64). Check this video and compare (3:29) (Note: the following video may contain bad words. It's not my fault that children play MTA, anyway, as GTA is M rated) If you notice details, you will know that N64 version is better.
  4. I must say: Thank you for understanding the point. Good luck!
  5. 12p

    Encuentra el Gato

    Ya lo encontré lol.
  6. AND change from Delux-Host. That's such an horrible hosting company
  7. Good idea, but fix the way your background works. You could use dxDrawImageSection Instead of a simple image (hope you understand what I meant). But nice work.
  8. No. Nobody will. Learn how to script or pay money to someone for doing it. Simple as pie.
  9. OR learn how to proper use Map Editor. Like I do.
  10. 12p

    SA-MP used MTA source.

    Some weeks ago, while I was bored, I just made an account, created a topic mentioning MTA and they banned me in very few minutes ^^ It was fun to see they trying to say SAMP is better.
  11. Yo ya había dicho eso. Coño, ¿nadie lee?
  12. Voted! GOGOGO!
  13. Pues pídele a tus padres que te compren otro (o cómprate uno tú mismo, son baratos), no puedes estar usando un teclado en ese estado.
  14. ***FACEPALM*** Aprende a escribir muchacho, así como lo haces no se te entiende una mierda (sin ofender pero es cierto). P.S = Post Sanctorum, es una frase italiana (creo), que es el equivalente en inglés aplicado a "PD" (Post Data).
  15. The database doesn't only stores that. You could look for unused accounts... I bet those are the problem.
  16. Tienes que copiar los scripts de este resource para hacer eso DENTRO DE TU MAPA: https://community.multitheftauto.com/index.php?p= ... ils&id=538
  17. Creo que lo había posteado por acá pero no está. Bueno, mira que te explico rápido. A math.random le puedes dar 2 argumentos. Si le das 2, entonces te entrega un número entre el primer y el segundo argumento. Si le das 1, te entrega un número entre 1 y el argumento. Osea que "math.random ( 2 )" tiene una probabilidad de 50% para 1 y 2. La probabilidad de ganar dinero se mantiene.
  18. *Removed Logouting happens to me by no apparently reason.
  19. Usa éste para ocupar menos espacio. Si puedes simplificar tu script, mejor addCommandHandler("flip", function(thePlayer, flip, ammount) if tonumber(ammount) > tonumber(getElementData(thePlayer,"data.money")) then outputChatBox("You don't have that kind of money",thePlayer,255,0,0) elseif ammount > 1000 then outputChatBox("You can't flip more than 1000$",thePlayer,255,0,0) end if math.random ( 2 ) == 1 then givePlayerMoney(thePlayer, tonumber(ammount)) else takePlayerMoney(thePlayer, tonumber(ammount)) end end)
  20. Delete data.
  21. It's almost impossible that someone has that template. Create one yourself, you only need to edit images.
  22. If I'm right, Win7 can manage that. I don't think there's any need to do that.
  23. Use [ youtube ] [ /youtube ] tags ffs!
  24. Ah... Tu querías DM. Bueno, puedes usar onPlayerWasted ==> getAlivePlayers para definir eso.
×
×
  • Create New...