Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Oh, my bad I forgot about these: "data/euros.dff" /> "data/euros.txd" />
  2. There's the problem as I supposed, you set your script as server side, but the Engine functions are client side.
  3. Castillo

    Admin Panel Problem

    Have you edited it or something? you can try downloading latest resources from here: http://code.google.com/p/mtasa-resources/downloads/list
  4. Castillo

    addPlayerEXP

    Ese script no tiene el menor sentido, no te ofendas.
  5. The script itself seems fine, post your "meta.xml".
  6. Topic moved to "Resources" section.
  7. Create otro tema, este no lo creaste vos.
  8. Castillo

    Zona de BOT

    Podes verificar si el bot ya existe asi: if ( not isElement ( slothbot ) ) then -- Creas el bot. end
  9. Download from the Nightly Builds page: https://nightly.multitheftauto.com/
  10. Here it works, I used the command on myself and it pushed me.
  11. Castillo

    Zona de BOT

    Eso era para el tema del bot, yo no te voy a dar el de asistencias.
  12. Castillo

    Zona de BOT

    Yo te sugiero posponerlo para cuando aprendas mas.
  13. You could make your script to work like "race" one.
  14. Castillo

    Zona de BOT

    No te ofendas, pero apenas entendes las variables.
  15. Castillo

    Zona de BOT

    Lo que te dije que hicieras es: -- La variable global: zombiesMatados = 0 -- Aumentamos la variable: zombiesMatados = ( zombiesMatados + 1 ) if ( zombiesMatados >= 30 ) then -- Si el numero de zombies matados es igual o mayor que 30.. -- Creamos el bot end
  16. 'playerSource' is not a valid element for sure.
  17. Castillo

    Zona de BOT

    Lo que tenes que hacer es muy basico, si no entendes eso, no se para que seguis.
  18. Castillo

    Gates

    La puerta esta creada?
  19. Castillo

    Zona de BOT

    http://lua.gts-stolberg.de/es/Variablen.php
  20. Castillo

    Spawn

    What do you mean by query handlers? you mean MySQL functions? if so, then here's Ryden's module functions: https://wiki.multitheftauto.com/wiki/Mysql And this ones are the MTA built-on MySQL functions: dbConnect dbExec dbQuery dbPoll dbFree
  21. Castillo

    Zona de BOT

    Sin ofender, pero eso no tiene el menor sentido.
  22. Castillo

    Spawn

    function player_Spawn ( posX, posY, posZ, spawnRotation, theTeam, theSkin, theInterior, theDimension ) setElementData( source, "Protection", true ) setElementAlpha( source, 125 ) setTimer ( function ( player ) if ( player ) then setElementData ( player, "Protection", false ) setElementAlpha ( player, 255 ) end end ,1000, 1, source ) end addEventHandler ( "onPlayerSpawn", getRootElement(), player_Spawn )
×
×
  • Create New...