Jump to content

Shady1

Members
  • Posts

    864
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Shady1

  1. выполните "debugscipt 3" и посмотрите, есть ли проблема
  2. Olá amigo, você tem vários problemas de arquivos ausentes, por favor, reinstale o GTA:SA de forma limpa,e não instale um recurso ou um mod (não instale efeitos)
  3. olá @ShadowZIn atualize seus drivers/drivers de placa de vídeo, teste mais tarde,e tente com outro mod de carro, se o problema for resolvido, não instale mods de carro antigos. e faça login em outro servidor, verifique seus valores de FPS, somente se seu servidor tiver esse problema, pode ser causado por mods.
  4. Olá @Bigjhow,Eu não entendo exatamente o que você quer dizer aqui,você pode explicar um pouco. Como exportar um Custom Marker para essa função do CreateMarker?
  5. Shady1

    Fps Drops

    if it only applies to this server, you should contact the server owner and tell him/her to fix this problem.
  6. Shady1

    LOW FPS

    You get more than one missing file error gtasa and no reinstallation without mods
  7. да, это может быть вызвано модами или какой-то другой проблемой у вас есть несколько отсутствующих файлов
  8. можно скачать без модов и очистить Но помните, я бы никогда не рекомендовал Crack GTA:SA.
  9. Потому что другого варианта предложить не могу. Я не хочу предлагать крэк, это может быть неуместно
  10. Я никогда не рекомендую кряк, вы должны купить ключ GTA:SA https://www.g2a.com/grand-theft-auto-san-andreas-steam-key-global-i10000004439009
  11. у вас есть более одного отсутствующего файла (пожалуйста, установите GTA:SA и MTA:SA снова на чистый раздел без модов) и вы должны использовать оригинальную GTA:SA
  12. Re-install the GTA:SA and MTA:SA files to a clean location,and continue without mods.
  13. Remove GTA:SA and MTA:SA files completely and reinstall without mods.
  14. De nada, se tiver algum outro problema, por favor abra um novo tópico e me escreva, vou te ajudar em tudo
  15. Тогда сотрудники МТА должны заняться этим вопросом, мы ничего не можем сделать. они скоро ответят Я надеюсь, что ваша проблема будет исправлена
  16. aqui dentro do evento TB:UsarMaconha "sound = playSound( "files/reggae_music.mp3", true )" onClientResourceStart é o evento mais extremo, tudo começa aqui,se ele executar esse evento antes. Não é possível. o som pode não estar tocando,se o objeto sonoro não ocorreu,dá nil,porque esse momento não ocorreu. se você quiser suprimir este erro,Adicione isso : function onClientResourceStart () setPedWalkingStyle (localPlayer , 0 ) -- localPlayer, não "player" if(isElement(sound)) then stopSound(sound) end -- verifique o som se existir e pare resetWindVelocity() setCameraShakeLevel(1) setGameSpeed (1) removeEventHandler("onClientRender" , root , dxMaconha) end addEventHandler ("onClientResourceStart" , resourceRoot , onClientResourceStart) verifique com isElement se eu te ajudei com sucesso, por favor mencione e você pode curtir meu comentário
  17. O que você quer fazer com StopSound, a música não toca quando onClientResourceStart é executado, você também adicionou o evento (onClientResourceStart ) que pode causar um erro durante a execução, mostre-me o erro.
  18. Shady1

    SD #4 RKE8

    That probably won't help if there's a different program that is modifying or preventing MTA from running correctly.
  19. hey welcome @Bigjhow the forum-site,The answer to your question is very simple, you should use localPlayer instead of player,I fixed your code and I am sending it to you, if you have any other questions please open a new topic and wait I will help you,Don't forget to like my comment if your problem is solved.... function onClientResourceStart() setPedWalkingStyle(localPlayer, 0)-- localPlayer, not "player" stopSound( sound ) resetWindVelocity() setCameraShakeLevel(1) setGameSpeed(1) removeEventHandler ( "onClientRender", root, dxMaconha ) end addEventHandler("onClientResourceStart",resourceRoot, onClientResourceStart)
  20. обновить драйвера и очистить диск,отформатируйте компьютер, проблема с FPS может быть вызвана несколькими причинами...
  21. a few/non-standard files. Reinstall GTA:SA with a clean, unmodified version.
×
×
  • Create New...