Jump to content

Shady1

Members
  • Posts

    866
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Shady1

  1. Shady1

    Client

    Delete your MTA:SA and GTA:SA files, then download them again to a clean folder without mods,and you should run the full virus scan,If the problem still persists, buy the GTA:SA package from g2a.com...
  2. Shady1

    help plese i wanna play

    hi welcome to forum,you are having more than one non-standard problem, please do a clean install of GTA:SA again without mods and if you have another disk, install from there... if the problem still persists, please buy from GTA:SA g2a.com
  3. https://forum.multitheftauto.com/topic/100919-cd16-disconnected-error/ maybe this will work for you
  4. Shady1

    Erro CD16 e CD09

    https://forum.multitheftauto.com/topic/100919-cd16-disconnected-error/ maybe this will work for you
  5. Merhabalar, bir tavsiye vermek istiyorum sunucunuz için daha kaliteli reklam yapabilirsiniz aslında, örneğin : sunucunuzdaki görevler/işler/özellikler vesayre görseller ekleyebilirsiniz, ve bir kaç açıklama yapabilirsiniz böylelikle oyuncular reklamınızdan nasıl bir sunucu olduğunu görüp sunucuya bağlanmak isteyecekler, kolay gelsin...
  6. Shady1

    Main file is unsigned

    "Main file is unsigned" If it still happens (or starts happening again after a while) when you reinstall MTA with official installer from multitheftauto.com, then your PC has a virus that modifies/corrupts EXE files on your PC, a common behavior of some viruses. Then it's your responsibility to do a full virus scan and solve it, then reinstall
  7. local query = dbQuery(connection, "INSERT INTO interiors SET x = ?, y = em vez de a conexão será sqlConnection
  8. Verifique sua conexão db e verifique se você tem conexão db,e você pode mostrar todo o seu código, posso ajudá-lo
  9. Check acl.xml 'aclgroup' Check if ACL groups in the system are on the acl.xml side
  10. Direct3DDevice9 error, check it https://github.com/multitheftauto/mtasa-blue/issues/1572
  11. Shady1

    Wmi spoofing why

    have a nice day, if you like the help you can like my comment
  12. Shady1

    Wmi spoofing why

    hello @ecenaz i want to explain a few things about your problem,MTA team posted a comment on this issue, please see that looks like WMI corruption. In the past, players had the exact same thing, caused by OS having a corrupt WMI which resulted in certain games being unable to function properly, as WMI calls are neccesary for graphic and more To solve it, in most cases this will do it: 1) get this file https://mirror.mtasa.com/mtasa/utils/servicing.bat and right click > "Run as Administrator", then let it do its job.. dont close it, it may take a while and will close on its own 2) restart your PC once its finished old examples of others having the same issue: https://forum.multitheftauto.com/topic/97505-texture-problems-solved/ https://forum.multitheftauto.com/topic/97673-help-me-please-texture-problem-solved/
  13. расскажите им о своей проблеме, и они сделают то, что необходимо
  14. Эта проблема связана с сервером, с которым вы столкнулись. Пожалуйста, свяжитесь с администраторами сервера, с которым у вас возникли проблемы.
  15. You cannot use resource files that have been downloaded on another server.
  16. Shady1

    bozuk dosyalar

    selam foruma hoşgeldiniz, bozuk dosyalar demek eğer GTA:SA dosyalarını değiştirdiyseniz yada MTA:SA bu yüzden oyun hata vermiş olabilir, bunun için ilk olarak ekran görüntüsü paylaşabilirmisiniz, ilk önce GTA:SA komple silin ve modsuz temiz bir klasöre tekrar kurulum yapınız aynı şekilde MTA içinde geçerli
  17. this looks fun, good luck mate
  18. <script src="blabla.lua" type="client" cache="false"/> Scripts are preserved with "cache" a player can take a screenshot and edit the picture thanks to photoshop and get it,but if you want to keep your lua scripts use cache tag in meta.xml
  19. Delete your GTA:SA and MTA:SA files and install GTA:SA to a clean file again,Install GTA:SA files unmodified
  20. hi @alex17", I think it would be better to update it every time the model changes instead of using onPlayerSpawn. local styles = { [280] = 128, [84] = 121, } addEventHandler("onPlayerSpawn", root, function() local model = getElementModel(source) if (styles[model]) then setPedWalkingStyle(source, styles[model]) end end ) addEventHandler("onElementModelChange", root, function(_, newModel) if(getElementType(source) ~= "player") then return end if (styles[newModel]) then setPedWalkingStyle(source, styles[newModel]) end end )
  21. hello @plmqq , I have created a code according to your request, you can try local PLAYER_WALKSTYLE = 22 --add a walking style you want addEventHandler("onPlayerSpawn", root, function() setPedWalkingStyle(source, PLAYER_WALKSTYLE) end ) and use meta.xml <meta> <info type="script"/> <min_mta_version server="1.5" client="1.5" /> <script src="skills.lua" type="server"/> </meta>
  22. hello @josedisla , I have created a code according to your request, you can try local PLAYER_WALKSTYLE = 122 --add a walking style you want addEventHandler("onPlayerSpawn", root, function() setPedWalkingStyle(source, PLAYER_WALKSTYLE) end ) and use meta.xml <meta> <info type="script"/> <min_mta_version server="1.5" client="1.5" /> <script src="skills.lua" type="server"/> </meta>
  23. Shady1

    Client problem

    Gta:SA Re-install, you must install correctly
  24. Shady1

    Kicked: VF #2

    I'm happy if your problem is fixed,you can like my comment. have a nice day.
×
×
  • Create New...