Jump to content

Cadu12

Retired Staff
  • Posts

    827
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Cadu12

  1. _G do. _G["nameVar"] = 10 outputChatBox(nameVar) -- outputs 10
  2. Citizen is right. So try use what citizen said.
  3. Cadu12

    Symbols limit

    Code should be this: local number = 5.123456 number = tonumber(string.sub(tostring(number), 1, number < 0 and 5 or 4)) outputChatBox(...) -- 5.123456 outputs 5.12 outputChatBox(...) -- -5.123456 outputs -5.12
  4. Next use search. viewtopic.php?f=13&t=54739&p=536939&hilit=phpbb#p536939
  5. Cadu12

    Nametags

    Citizen . Linkin, You're welcome.
  6. Cadu12

    Nametags

    Race modified function "getPlayerName" to remove codes, use "_getPlayerName"
  7. Cadu12

    UTF8 problem

    Problem is the MySQL. http://bitnami.com/forums/forums/lampst ... 8-in-mysql
  8. Castillo is right, it's not hard to do.
  9. We can't help without your code.
  10. create3DText returns which is not element.
  11. Edit: That's why you are in client, so how is possible getting players without server? Its not possible, you should have to make script.
  12. viewtopic.php?f=148&t=40809 - Claro que exitem muito tutoriais de Lua...
  13. viewtopic.php?f=148&t=40809 - Claro que exitem muito tutoriais de Lua...
  14. All is you have to edit scripts.
  15. Na verdade, procurando scripter é dificil, melhor é se vc aprender Lua.
  16. circle - Shaders function + dxFunctions rectangle - dxFunctions
  17. There is no function to change size. You have to do is "destroyElement(yourTarget) then dxCreateTarget(width, height)"
  18. You have to make scripts. Or search in community.
  19. I guess its not possible anymore.
  20. Which function are you using? If you are using dxCreateTarget, just do destroy old and make new for resizing.
  21. You have to make own custom edit box.
×
×
  • Create New...