Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simple0x47

  1. Yo que tu reemplazaría los ipairs por pairs. Y utilizaría también getDistanceBetween3DPoints en vez de un vector.
  2. Caos Host ofrece buenos servicios, hay varias cosas que quedan por mejorar pero está bastante bien.
  3. Ami me da que no, ya que emplear "source" se refiere al mismo "localPlayer".
  4. Lo veo posible, sí necesitas una mano te podría ayudar con ello.
  5. One of the most important things of the scripting is the organiation. I would recommend you to use metatables and tables for a more readable script, it's just a way of OOP. The separation of resources depends on you, Personally I like to separe the resources by their functions.
  6. Simple0x47

    help x+1

    What do you mean? Can you explain better yourself? Because what I can understand of you're problem is that you want to add the value to X with any command, that's why you need a global variable. x = 0 function addf() x = x + 1 end addCommandHandler("add", addf)
  7. Intenta, porque a lo mejor se encuentra con 0 para false y 1 para true. if (isElement(player)) and (getElementData (ped, "slothbot") == 1) then
  8. I don't see future for this kind of people in scripting... He said he's a new scripter just to remain as a poor man waiting for someone who would be humble to make scripts free for him.
  9. Yeah it's a good zone, but at the moment SF is winning
  10. Yeah but the request is the full script which means there's no team with that name
  11. Ah is true, sry. local unemployed = createTeam("Unemployed", 255, 255, 255) function unemploy(source) setPlayerTeam(source, unemployed) end addCommandHandler('leavejob', unemploy)
  12. Why don't you use the player coordinates? local distance = getDistanceBetweenPoints3D(x, y, z, worldX, worldY, worldZ) to local distance = getDistanceBetweenPoints3D(x, y, z, px, py, pz)
  13. It's not that difficult... function unemploy(source) setPlayerTeam(source, 'unemployed') end addCommandHandler('leavejob', unemploy)
  14. Gracias No!z3 por decirme tu opinión sobre el tema. Ya se que la comunidad hispana no es la "mejor" para llevar a cabo proyectos de roleplay a gran escala y la opción del multilenguaje es una bastante dificil de administrar pero sigue siendo una posible idea que se puede llevar a cabo. Agradezco que hayas expresado tu opinión, gracias.
  15. GTA V in Android is not impossible, but it's a hardwork maybe in 2023 there's gonna be a GTA V for mobile devices.
  16. Try to use a VPN or Proxy to appear as you are in AQ.
  17. Gracias por tu opinión, he llevado a cabo esta encuesta para saber los gustos de la comunidad hispana en cuanto a la zona de rol preferida. Liberty City llevaría a unos 100mb aproximadamente de descarga los cuales me parecen tampoco tanto ya que si se hace como se debe hacer el método de descarga todo ira bien. En cuanto a San Fierro, es una ciudad de la cual se puede exprimir al máximo para llevar a cabo un servidor de roleplay.
  18. Me gustaría conocer los gustos de la comunidad hispana en cuanto el roleplay y su localización. Os agradecería mucho participar. Gracias.
  19. A: Brother is an word made by Illuminati :v Q: Who is who?
  20. A: Illuminati :v Q: If a butterfly is an insect, the one who eat's butter is an insect?
×
×
  • Create New...