Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Castillo

    tELEPORT

    This is not a request forum, make it yourself.
  2. Post the script with the M4 object.
  3. As I said, freeroam isn't like any other script, it got a custom system.
  4. Freeroam is hard-coded, is not a simple script, if you aren't experienced, I wouldn't recommend trying.
  5. Castillo

    Question

    You obviously didn't read my last post. exports["dxscoreboard"]:scoreboardAddColumn ( "Ranks", root, 20, "R", 1) function showranks( ) for index, player in ipairs ( getElementsByType "player" ) do local r = getElementData(player,"level") if not r then setElementData( player, "Ranks", r ) else setElementData( player, "Ranks",":(IV)ranks/ranks/lvl_"..r..".png") end end end setTimer ( showranks, 500, 0 )
  6. Castillo

    Question

    Show me new code.
  7. Castillo

    Question

    Before "ranks" in setElementData put the resource name, like this: ":resourceName/ranks/etc"
  8. Castillo

    Question

    Then is not on the same resource. Also, if "ranks" isn't the resource name but the folder where ranks are located, then you must include resource name.
  9. Postea el contenido del archivo meta.xml, lo pusiste mal.
  10. Castillo

    Question

    Is it on the scoreboard resource?
  11. Castillo

    Question

    exports["scoreboard"]:scoreboardAddColumn ( "Ranks", root, 20, "R", 1) function showranks( ) for index, player in ipairs ( getElementsByType "player" ) do local r = getElementData(player,"level") if not r then setElementData( player, "Ranks", r ) else setElementData( player,"Ranks",":ranks/lvl_"..r..".png") end end end setTimer ( showranks, 500, 0 )
  12. No es un error, te esta diciendo que al no especificar el tipo de script en el meta.xml, lo esta poniendo como server side.
  13. Castillo

    Question

    What do you mean by "everything"?
  14. Castillo

    Question

    Same way that country column is made, study the script and do the same.
  15. Castillo

    Question

    So what? is for that script, it doesn't add the image support.
  16. Castillo

    Question

    Well... post it? because that's for country, not ranks.
  17. Castillo

    Question

    Post the edited scoreboard code.
  18. Castillo

    Question

    Does it show or not?
  19. Castillo

    Question

    I don't understand what do you mean.
  20. Podes crear uno con las siguientes funciones: createObject moveObject addCommandHandler
  21. De que puertas estas hablando?
  22. addEvent("lol") Change that to: addEvent ( "lol", true )
×
×
  • Create New...