Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 19/07/22 in all areas

  1. pAttach Optimized bone attach thanks to the new MTA functions/events. This resource doesn't match with well known bone_attach, you can not use the same parameters! Documentation moved to GitHub! Go to GitHub...
    1 point
  2. You have an existing ban appeal waiting for a response https://forum.multitheftauto.com/topic/136722-mft-заблокировал-вас/
    1 point
  3. function allvehiclesaredoomed() local acc = getAccountName(getPlayerAccount(player)) if not (isObjectInACLGroup("user."..acc, aclGetGroup("Admin"))) then return end vehicles = getElementsByType("vehicle") for i,v in ipairs(vehicles) do destroyElement(v) end end addCommandHandler("dv", allvehiclesaredoomed) I changed the old code I recommend you to try this code
    1 point
  4. As the topic describes, there's no way to play MTA on cloudservices like Shadowplay anymore because you as a gamer doesn't have access to host system to validate your serial. Therefore there's no solution or workaround to your problem.
    1 point
  5. Olá pessoal. Fiz um vídeo bem detalhado sobre os painéis CEGUI, abordando algumas das principais dúvidas e também algumas propriedades que podem ajudar muito na hora de criar um painel GUI. Recomendo que assistam com fones de ouvido, ou então que ativem as legendas no YouTube. Críticas, sugestões, opiniões, perguntas relacionadas ao vídeo, podem fazer por aqui ou então deixar nos comentários do vídeo. (Deu muitíssimo trabalho de produzir o vídeo, deixe seu like neste post e no vídeo. Se puder, se inscreva no canal e acompanhe a página Lord Henry Entertainment no facebook.) Links e funções que aparecem no vídeo em ordem de aparição: http://static.cegui.org.uk/docs/0.8.7/ guiGetScreenSize guiCreateWindow guiCreateButton http://static.cegui.org.uk/static/WindowsLookProperties.html guiSetProperty http://static.cegui.org.uk/static/WindowsLookProperties.html#FrameWindow http://static.cegui.org.uk/static/WindowsLookProperties.html#Button isMouseOnGUICloseButton Standard_GUI_Font_Names guiSetEnabled guiSetAlpha guiEditSetReadOnly guiEditSetMasked Tenham todos uma boa semana.
    1 point
×
×
  • Create New...