Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. Tipos de función? Mmmm... Esto es crear/definir una función: function nombreDeFuncion ( argumento1, argumento2, argumento3, ... ) --codigo de la funcion aqui end Si a eso te refieres. Si no era eso, puedes revisar en http://development.mtasa.com/index.php? ... e_Servidor y https://wiki.multitheftauto.com/wiki/Cli ... _Functions
  2. 12p

    search light

    Don't be so offensive and say "WRONG!" like that. I just said MAYBE it can be done that way. Another idea; shaders plus custom object.
  3. qaisjp, get a good concept on mind: "released and recurrent scripts get boring faster than watching how a hoven works".
  4. 1. Lol yo también me llamo Benjamín y vivo en Chile 2. Pues, tendrás que aprender a la fuerza con la wiki... Lo que aquí hacemos es ayudarte con los códigos que ya hayas creado, pero no los hacemos por ti ni te enseñamos a scriptear así. Otra cosa que puedes hacer es simplemente tratar de entender por tu cuenta. Puedes descargar algunos resources y ver cómo funcionan, viendo sus scripts. 3. No deberías tener en mente algo tan complejo como un RolePlay, sobre todo si no sabes scriptear.
  5. 12p

    search light

    Maybe creating many corona markers you can get an effect like that.
  6. Él no creó esa herramienta, Otto.
  7. Could isPlayerInRangeOfPoint be replaced by isElementWithinColshape? Because you could seriously use colshapes, make your job easier Okay, let's check it. Use string.sub to check if there's "/" at position 1 in the string.
  8. If you finish it, PLEASE DON'T UPLOAD IT.
  9. Puedes empezar con el tutorial de Introducción a los Resources, y posteriormente pasar a la Introducción a Lua. Me alegra ver que hay quien se interesa en el tema sin saber nada del mismo Y una vez hayas terminado ambos, deberías visitar los siguientes links: http://www.lua.org/manual/5.1/es/manual.html https://wiki.multitheftauto.com/wiki/Debugging https://wiki.multitheftauto.com/wiki/Meta.xml https://wiki.multitheftauto.com/index.ph ... _Principal
  10. 12p

    Got problem with cmds.

    Fine. btw can someone pls move this to scripting?
  11. viewtopic.php?f=114&t=37269 Can you tell the opinion there ?
  12. (STOP USING 4 OR MORE WORDS. IT RUINS THE IDEA OF THE TOPIC) incredible and amazing
  13. Yes and no. Wanna see a topic?
  14. 12p

    Anti-Cheat Corner

    Am I wrong or there is no way to use cheats on 1.1 atm?
  15. No project. End of discussion.
  16. Would be useful to avoid players download custom models, textures, or sound, if they don't want to. Like an options system someone could script on their maps/gamemodes.
  17. Yeah, sure someone will upload something that, used in all servers, will get boring faster than watching how Ovens work.
  18. 12p

    Got problem with cmds.

    This code will work when you start your script. But it won't update players' skin when you change team. for i, v in ipairs ( getElementsByType ( "player" ) ) do local team = getPlayerTeam ( v ) if team == getTeamFromName ( "someTeamName" ) then setElementModel ( v, someSkin ) elseif team == getTeamFromName ( "anotherTeamName" ) then setElementModel ( v, anotherSkin ) end end
  19. 12p

    Got problem with cmds.

    First of all, your syntax is completely wrong, doesn't make sense. Have you even read what I said in my previous post? Second, playerSource is not defined anywhere.
  20. PayPal says you SHOULD be. Nobody really NEEDS to be 18 to have PayPal account with money inside it.
  21. 12p

    Got problem with cmds.

    If you see highlighted functions, click them. setElementModel(playerSource, 217)
  22. 12p

    Skin Bug

    I'm on other PC, but I will install GTA and MTA again and try it. Ty
  23. 12p

    need help

    https://wiki.multitheftauto.com/wiki/Get ... ceRotation getElementRotation
×
×
  • Create New...