Jump to content

raxp

Members
  • Posts

    8
  • Joined

  • Last visited

Details

  • Gang
    Groove
  • Location
    Vice City
  • Occupation
    No no just visiting
  • Interests
    IT, Games

raxp's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. I have a script, which let users to select their cars before the race. The problem is that I can't delay countdown. The race is starting so quickly and player just does not have time to select a car. To delay countdown, I set the timer in a race resource, but I think, that this is a bad solution. Is there another way to delay countdown without race_server.lua editing?
  2. Finally got it working after rolling NVIDIA drivers to 314.22 This helped me: https://forum.multitheftauto.com/viewtopic.php?f=104&t=62457&start=15#p595195. All versions (1.3.2, 1.3.3, 1.4) are working. Intel drivers are new. FPS: 30-36, but it falling to 19 when several particles appears (water reflection, smoke). It never had been on 320.49. Anyway, thanks for help to everyone, I hope you will fix that bug soon. You guys rock
  3. It crashes after logo [stop playing with yourself]. I tried to enable compatiable mode with Windows XP SP3 and as an administrator. Another error:
  4. Can you update the link, please? It's broken now and redirect me to the home page. I recorded a video P.S. My friend have another laptop with Intel HD 3000 and NVIDIA GeForce 520MX, with installed Win7 x64 and 9.17.10.3062 drivers. And he is experiencing the same problem. But he says, that 1.3.2 worked correctly on these drivers. P.P.S. As I understand you, Intel drivers can lock the VRam to, for example, 256-512MB. But it's not, it's locked to 1696MB total VRam (checked in Control Panel > Display > Change Screen Resolution > Advanced Settings > Adapter)
  5. Sorry for too late post This log comes with old Intel drivers 8.15.10.2462: http://pastebin.mtasa.com/100096823 This one - with new Intel drivers 9.17.10.3062: http://pastebin.mtasa.com/365328890 After your drivers to Wireless, Ethernet, Audio and Touchpad and after few patches, MTA run without errors. But graphic issues on new drivers is still present. Even if I launch MTA with NVIDIA processor
  6. The problem is - when I got a new drivers from Intel (9.17.10.3062), I have this: https://dl.dropboxusercontent.com/u/235 ... Snap34.png https://dl.dropboxusercontent.com/u/235 ... Snap35.png I don't know why, but 1.3.2 is crashing when I connect to a server and it trying to fade in the screen Same thing with 1.4, but it crashes on GTA Logo: MTADiag update me to 1.3.3 with lastest patch http://pastebin.mtasa.com/620135531 It also updates 1.3.4, but then it gives an error that not all files of MTA are present. I rolled back the drivers of Intel card to 8.15.10.2462, only 1.3.3 works, but little slowly NVIDIA 610M Drivers: 320.49 Interesting thing, that GTA SA single player works like charm (and steam and cracked) P.S. I had Windows 8 on this laptop over a month ago, 1.3.2 and 1.3.3 worked without that bugs and glitches
  7. Подскажите такую вещь - можно ли сделать задержку перед стартом гонки из другого ресурса? Я делаю скрипт для выбора авто перед началом гонки и пяти секунд перед стартом не хватает. Сейчас у меня стоит колхозная задержка в самом скрипте race_server.lua вида: delay = 10 local time_to = tonumber(getRealTime().timestamp) + delay while tonumber(getRealTime().timestamp) < time_to do end И конечно же я понимаю, что так быть не должно Тем более, что оно работает не так, как нужно
×
×
  • Create New...