Jump to content

Cadu12

Retired Staff
  • Posts

    827
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Cadu12

  1. Cadu12

    Bass Error

    BASS ERROR 41 - Unsupported file format. You have to use other format. As you can see wiki it saying:
  2. Cadu12

    Question

    Which are you using gamemode? Its possible if you edit gamemode over lines.
  3. At race resource, race_server.lua, line 133-210. It's not hard to edit it.
  4. You can edit it with race resource.
  5. Cadu12

    Hiding GUI's

    No, I prefer destroy and recreate.
  6. Oh, I see it now, he is right. Try copy: addEventHandler("onClientGUIClick", root, function() -- Check if "set" and "pass" is GUI elements, you can remove two lines: outputChatBox("(set) Is GUI-Button?: " .. (isElement(set) and getElementType(set) == "gui-button") and "true" or "false")) outputChatBox("(pass) Is GUI-Edit?: " .. (isElement(pass) and getElementType(pass) == "gui-edit") and "true" or "false")) if (source == set) then local password = tonumber(guiGetText(pass)) if (password == nil) then guiSetText(pass, "Only Numbers") return end triggerServerEvent("setpassword", getLocalPlayer(), password) outputChatBox("Password has been set to " .. password, 0, 255, 0) guiSetVisible(GUIEditor.window[1], not guiGetVisible(GUIEditor.window[1])) showCursor(guiGetVisible(GUIEditor.window[1])) end end)
  7. addEventHandler("onClientGUIClick", root, function() if (source == set) then if (tonumber(guiGetText(pass)) == nil) then guiSetText(pass, "Only Numbers") return end triggerServerEvent("setpassword", getLocalPlayer(), pass) outputChatBox("Password has been set to " .. guiGetText(pass) .. " ", 0, 255, 0) guiSetVisible(GUIEditor.window[1], not guiGetVisible(GUIEditor.window[1])) showCursor(guiGetVisible(GUIEditor.window[1])) end end)
  8. As you know, we are not supporting leaked. You should make by yourself.
  9. To make multi-gamemodes is taking times a lot, and you wanna buy for 30$? Should more than 1.000$. You can learn Lua and make your own, its not hard to do.
  10. You can't handler with "serial". serial is already hard-coded.
  11. Topico fechado. We don't speak in english here.
  12. Scripts aren't your, so we can't help.
  13. Do not double-post. We don't support accept requests. You should learn Lua or buy it.
  14. It's possible. You don't have any ideas how it does work.
  15. Create your own custom GUI library, it's not hard to do.
  16. Na verdade não estamos aqui para desbugar códigos que vazaram do gamemode DayZ para você. Tente corrigir você mesmo, ninguém aprendeu Lua sem tentar fazer algo por si mesmo. Tenha em mente que se você quiser ter um servidor, terá que entender o básico de Lua para não precisar de ajuda com coisas simples. Espero que você tenha me entendido. Ler que o DNL291 falou, ninguém vai criar um código pra vc.
  17. You need do is edit Race.
  18. Yes, Fury, only if you use createObject on client-side and not server-side. It's not hard to do.
  19. Make your own gamemode without using Race and resources managers.
  20. Please stop double-post. dxDrawText dxDrawRectangle or dxDrawImage onClientCharacter onClientClick
  21. It's possible, you have to use PHP SDK: https://wiki.multitheftauto.com/wiki/PHP_SDK
  22. Which are you using roleplay scripts, PotatoHead?
  23. Cadu12

    DxHud

    Show your server-side code.
×
×
  • Create New...