-
Posts
866 -
Joined
-
Last visited
-
Days Won
57
Everything posted by Shady1
-
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
-
https://forum.multitheftauto.com/topic/100919-cd16-disconnected-error/ maybe this will work for you
-
https://forum.multitheftauto.com/topic/100919-cd16-disconnected-error/ maybe this will work for you
-
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...
- 1 reply
-
- 1
-
"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
-
local query = dbQuery(connection, "INSERT INTO interiors SET x = ?, y = em vez de a conexão será sqlConnection
-
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
-
Check acl.xml 'aclgroup' Check if ACL groups in the system are on the acl.xml side
-
Direct3DDevice9 error, check it https://github.com/multitheftauto/mtasa-blue/issues/1572
-
have a nice day, if you like the help you can like my comment
-
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/
-
расскажите им о своей проблеме, и они сделают то, что необходимо
-
Эта проблема связана с сервером, с которым вы столкнулись. Пожалуйста, свяжитесь с администраторами сервера, с которым у вас возникли проблемы.
-
How can I use content from another server on mine?
Shady1 replied to Matsu's topic in Third party GTA mods
You cannot use resource files that have been downloaded on another server. -
hello welcome to forum,are you having this problem only on one server?
-
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
-
this looks fun, good luck mate
-
<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
-
Delete your GTA:SA and MTA:SA files and install GTA:SA to a clean file again,Install GTA:SA files unmodified
-
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 )
-
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>
-
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>
-
Gta:SA Re-install, you must install correctly