Jump to content

Renkon

Members
  • Posts

    876
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Renkon

  1. Luego de la ip agrega \n
  2. save the timer in memory by storing it in a variable. When you need to destroy it: if isTimer(timer) then killTimer(timer end
  3. Wont work. Have you at least renamed table to Tags
  4. What about using table[#table + 1] = {tag, name, color, nil} Rather than table.insert(Tags,{tag,name,color,nil})
  5. Renkon

    huh?

    It's possible by using setWeaponProperty
  6. Somewhy it looks SO goddamn similar to -ffs- one. Are you sure you did them? Cause even images and styles are the same.
  7. Mind saying what was the problem so any other people having the same problem can fix it
  8. outputChatBox("Hola ".. variable .. " qué hacé")
  9. Renkon

    x86

    Same, Happy birthday sebas.
  10. y pues muestranos porque no funciona, errores o algo, no esperes que hagamos el trabajo por ti, te ayudamos pero no lo hacmos. Vives pidiendo cosas, pon empeño en aprender tu tmb
  11. Renkon

    dxDraw3dText

    Muchas gracias Castillo.
  12. Renkon

    dxDraw3dText

    Alguno sabe si existe esta funcion? me parece haberla visto alguna vez pero ahora no la recuerdo..
  13. function Login(_, c) local playerMoney = getAccountData(c, "Cash") local playerEXP = getAccountData(c, "Exp") if playerMoney and playerEXP then setElementData(source, "Cash", playerMoney or 0) setElementData(source, "Exp", playerEXP or 0) end end addEventHandler("onPlayerLogin", getRootElement(), Login)
  14. if getElementModel(jugador) == --[[skin]] then...
  15. Renkon

    Le eld times

    http://web.archive.org/web/200411281610 ... otrans.gif http://web.archive.org/web/200304151648 ... /index.php
  16. Use showHudComponent
  17. Hello, I don't know wher should I put this, so I leave it here. If it's wrong, mods, move it, please. I would like to create a custom map. Does somebody know step by step (excluding map-making and that, ofc..) how can I do a custom map. Example Use this program: blahblahblah Then you gotta save it as blahblah Then you do this, that, that and you can use your map in MTA. Thank you in advance. Hope you understood.
  18. Renkon

    SQL set nick

    ALTER TABLE Points ADD nick VARCHAR(22)
  19. For strings you gotta use: 'text'
  20. Renkon

    Ayuda please

    porque pusiste DISTINTO de MATT , tenes que poner IGUAAAAAAAL. Despues vehicle no está declarado, borra la linea del if source, y su respectivo end. borra tambien el if seat distinto de 0 pues no lo usas.
  21. Indeed, onPlayerSpawn you are binding it. When he spawns again it will be binded twice. You gotta do unbindKey onPlayerWasted.
  22. For that you can use dbQuery and then use dbPoll on that dbQuery. local ex = dbQuery(...) local poll = dbPoll(ex, -1) Poll will be the table holding all the tables from the query so if you wanna get that using: SELECT skin FROM yourtable WHERE acc_owner = 'solstice' It will be stored in poll[1].skin if I'm not wrong.
×
×
  • Create New...