Jump to content

EstrategiaGTA

Members
  • Posts

    684
  • Joined

  • Last visited

Everything posted by EstrategiaGTA

  1. So which is the error? What happens?
  2. Change the theme? Just go to SETTINGS and then STYLE SETTINGS. Now select another theme. Sorry if there is something wrong, but I use Notepad++ in Spanish.
  3. EstrategiaGTA

    Removed

    Install and run MTADiag. Then follow the instructions.
  4. EstrategiaGTA

    Removed!

    This is the wrong place to post this. Post it here.
  5. Me suele pasar a mi también.
  6. Tu código está mal. function check (thePlayer) if ( isElementWithinMarker( thePlayer, Marker ) ) then --Acá le das la vida-- end end bindKey("z", "down", check) Te faltaba una comilla en Bindkey.
  7. Eso iba a decir, mejor utiliza este. setPedArmor
  8. No se lo que pasará con la línea 8, creo que está todo bien.
  9. Quieres dar armadura/blindaje, ¿no? Utiliza esta función, aunque sería para un Pickup: setPickupType
  10. Prueba esto. local Marker = createMarker ( 1294.7626953125, -1379.625, 13.486034584045, "corona",1.5,90,253,70,163) function comprar (thePlayer) funcion = setElementHealth ( thePlayer, getElementHealth(thePlayer) + 20 ) outputChatBox ("Presiona Z para comprar Armor!", getRootElement(), 8, 224, 13 ) end addEventHandler ( "onMarkerHit", Marker, comprar ) bindKey("z","down","comprar") ¿Funciona ahora?
  11. Es para establecer la salud (vida).
  12. Intenta y cuéntanos si tuvo errores, intentaremos ayudarte lo mejor posible.
  13. Try to install a Register/Login Panel in the server, can you register? There is any error message in the Console when you try to register?
  14. Maybe can be problem of Map Editor. Can you enter servers?
  15. Seems good, I can't wait Nice work.
  16. If you want you can change the command to "!DD" changing the line 3. And for give admin rights add it to ACL.xml as resource.
  17. Is better to learn lua yourself, that will be more helpful for you. I'm actually learning Lua. Try to learn something with the Wiki, and if you get errors, we will try to help you And If you won't or haven't time, you can search in the Community, maybe you will have luck.
  18. I see here two options: -Pay a host. -Use that web.
×
×
  • Create New...