Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. Who gave you permission to upload it? (¿Quién te dio permiso de subirlo?)
  2. Also the event is onClientMarkerHit, because it's client code. PlaySound doesn't work on server side.
  3. 12p

    Urgent!

    What kind of scripts, etc. Tell us more.
  4. 12p

    just a question

    setPlayerNametagShowing Have you even tried it?
  5. Yeah. I only mentioned the 3 big teams.
  6. 12p

    Skin

    No.
  7. 12p

    Another poll :P

    This is just for making the forum more active with "interesting" topics. So, what is better? Choose...
  8. Send this to trash? Actually this is a spammed topic @TAPL LOL!
  9. 12p

    What generator is it?

    How do you know?
  10. 12p

    Textures

    http://www.gtagarage.com Check mods there.
  11. Don't surrender now, Aibo. We need people like you now as much as ever!
  12. Universidad de Chile Colo Colo Universidad Católica
  13. Then people will spam the system and will screw mods' work up. Also it's still possible to create bad resources. Bad idea.
  14. I can do all that. But it may take long, long time. Anyway, that's exactly what I wanted to do. Planning to redo my GUI and make it properly as GMod.
  15. Didn't understand. Share some video to explain?
  16. 12p

    What generator is it?

    Could be one of the listed at: viewtopic.php?f=91&t=31891 Mapping tools section.
  17. You are saying it wrong - "local" defined variables inside a function block are only available for that function. But if you don't use "local" prefix in variables, those will be global.
  18. DX Animated Tips. Yeah, I've got them planned. Not a bad idea, but that can be done by the user, so NO. Planned already. Simply no. If you want that, do it. What? There is script in community for that.
  19. ~= distinto de == igual a (no confundir con "=") > mayor a < menor a <= menor o igual a >= mayor o igual a Pues eso
  20. Te quedó 100% claro? O no me expliqué bien?
  21. No, end es para definir el fin de la función (las acciones a realizar) en tu for. break es para terminar todas las ejecuciones de for, todas las funciones aplicadas a cada elemento (osea te saltarás los elementos que faltaban ejecutar) No, debe ser "~=". Si se escribe de otra manera resulta en un error de sintaxis. "==" significa "igual a"
  22. If I'm right, that still doesn't work on MTA (not sure!). If you want to listen tracks, use a light audio player like AIMP while playing.
  23. "break" es para que un estatuto de repetición "for" o parecido, se deje de ejecutar. Y el ~= significa DISTINTO DE.
  24. Quizá tenga el mismo error, sergi. O bien, no sabe hacerlo.
×
×
  • Create New...