Jump to content

Oleg2339798

Members
  • Posts

    23
  • Joined

  • Last visited

Details

  • Gang
    Right side

Oleg2339798's Achievements

Civilian

Civilian (7/54)

0

Reputation

  1. i have the problem. I encoded with similar code and all was ok, when i try to decode it saves just 80kb
  2. Вот такой вопрос, при чтении файла в lua memory, соответственно и в ОЗУ отправляются данные, каким образом нужно правильно очищать переменные, дабы избежать проблемы полного заполнения и нехватки озу? local open = fileOpen(name) local readbyte = fileRead( open, fileGetSize ( open )) fileClose(open) readbyte = nil open = nil
  3. Add: size increases only after runing script, so there are place where data in not cleared
  4. So I ask, where can script store these 90 MB, when all the variables I zeroed
  5. Hi, when i use this code Lua memory shows about 76mb, while file is just 33 Code: local open = fileOpen(name) local readbyte = fileRead( open, fileGetSize ( open )) local k = base64Decode(teaDecode( readbyte, Pass )) local f = fileCreate("temp") fileWrite(f, k) fileClose(f) k=nil readbyte=nil fileClose(open) fileDelete("temp") Where could be the problem?
  6. Hi, would the object render, if I hide it with SetVehicleComponentVisible? or are there script, that would show how many polygons are rendered at the moment? Thanks.
  7. Подскажите, идет ли рендер при скрытии объекта с помощью SetVehicleComponentVisible или когда он находится в другом dimension?
  8. Hi, I still have this problem
  9. Oh, sorry. http://upload.mtasa.com/u/273612585/MTA San Andreas 1.4.rar_
  10. Hi, http://upload.mtasa.com/u/189910952/MTA San Andreas 1.4.zip_
  11. Sometimes on entering the server i get the error message: "Some MTA:SA File missing. Please reinstall". If I install without uninstalling I still get out the error. I need completely remove the MTA and only if the error disappears. But i did not change or delete any mta files before error
  12. It was just virus, so i just used AVG and some scripts made for my case by specialists. What about current problem, it is missing when i delete all mta files(including server cache)
  13. Overcome that problem, but now there was another when entering the server http://upload.mtasa.com/u/664156541/Logfile.PML_
×
×
  • Create New...