Jump to content

UserToDelete

Members
  • Posts

    766
  • Joined

  • Last visited

Posts posted by UserToDelete

  1. local tabla = {
        [10] = ":hud/images/main.png",
        [20] = ":hud/images/main2.png",
    }
    function getLevelImage()
        for k,v in pairs(tabla) do
            if k <= tonumber(getElementData(localPlayer, "nivel")) then
            return v
            end
        end
    end

    novatos xD

    deal_with_it___rainbow_style__by_j_brony-d4cwgad.png

     

    [0:16:04] venad: ese if esta bien no?
    [0:16:16 | Editado 0:16:36] venad: => o >=
    [0:16:18] Simple01: si
    [0:16:22] Simple01: espera
    [0:16:23] Simple01: no
    [0:16:26] Simple01: <=
    [0:16:28] Simple01: espera
    [0:16:28] Simple01: joder
    [0:16:30] Simple01: ahora yo tampoco
    [0:16:31] Simple01: se como
    [0:16:32] Simple01: xD
    [0:16:39] Simple01: <=
    [0:16:40] Simple01: es asi
    [0:16:40] Simple01: <=
    [0:16:43] venad: el igual
    [0:16:44] venad: despues?
    [0:17:02] Simple01: si

×
×
  • Create New...