Jump to content

Woovie

Retired Staff
  • Posts

    1,093
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Woovie

  1. Yeah I talked to darkdreamingdan about it. Seems like the plugin had an issue before. I tested it here to show him
  2. I'd be willing to test it. Feel free to hit me up on Steam or the MTA IRC irc.mtasa.com #mta
  3. I replicated. When I ctrl+c Segmentation fault (core dumped) MTA:SA Server v1.6-r10043-unstable crash report. 2016-09-25 13:12 Caught 12 addresses ... Backtrace: #0 - ./x64/core.so(_Z12DumpCallbackRKN15google_breakpad18MinidumpDescriptorEPvb+0xb1) [0x7fc1206724a1] #1 - ./x64/core.so(_ZN15google_breakpad16ExceptionHandler12GenerateDumpEPNS0_12CrashContextE+0x3dc) [0x7fc12068ba2c] #2 - ./x64/core.so(+0x31c55) [0x7fc12068bc55] #3 - ./x64/core.so(_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv+0x90) [0x7fc12068be10] #4 - /lib/x86_64-linux-gnu/libc.so.6(+0x36cb0) [0x7fc1208dfcb0] #5 - /lib/x86_64-linux-gnu/libncurses.so.5(delwin+0x30) [0x7fc120440990] #6 - ./x64/core.so(_ZN11CServerImpl13DestroyWindowEv+0x4e) [0x7fc12067573e] #7 - ./x64/core.so(_ZN11CServerImpl3RunEiPPc+0x8bf) [0x7fc12067619f] #8 - ./x64/core.so(Run+0x5f) [0x7fc120681f0f] #9 - ./mta-server64() [0x40145d] #10 - /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fc1208caf45] #11 - ./mta-server64() [0x4015b9] -------------------------------------------------------------------------------- ~ sbx320 provided me a way to launch it. Start your server with the -n flag and it will load. The issue is related to ncurses.
  4. Global doesn't get shared across server/client. You'd need to send the data over to the client. Then each change to said table, sync to the client. The better question, why are you don't this? What's your end goal?
  5. You'd need to modify the model, the material specifically used for the window. It's not as complex as others described. It's a simple change with zmodeler and would only take effect for this single vehicle. No. Completely wrong. This isn't scripting related.
  6. You're so wrong on a huge scale it's crazy. CentOS and RHEL are the go to for a lot of major companies (Including the one I work for) and will be for years to come. CentOS is based on RHEL and is fully compatible with RHEL. Debian would be next best.
  7. I'll give this a go on my Ubuntu box and see if I can replicate.
  8. Woovie

    mta crashing

    Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you.
  9. 7411: 2016-05-14 16:25:58 [9.07983.1.000 6.2(10.0)] [04748-09632] - CClientGame::SetFileCacheRoot - Is shared 'E:\Rockstar Games\MTA San Andreas 1.5\mods\deathmatch' 7100: 2016-05-14 16:26:18 [9.07983.1.000 6.2(10.0)] [04748-09632] - Core - NetError (Error [CD16]) (Disconnected: connection to the server was lost) 7045: 2016-05-14 16:26:18 [9.07983.1.000 6.2(10.0)] [04748-09632] - Disconnect from 173.78.75.97:22003 [ConnectionLost 614b4ead [[2016-05-14 17:26:18] [11]x1 [AckTimeout] timeoutTime:10.00 curTime:4298.89 LastDatagram:4288.88 delta:10.0 lastAckTime:4288.88 delta:10.0]] Here's the actual error displayed on disconnect. This error can sometimes be a bit vague, but it looks like a timeout based on those logs. I see a lot of files your friend has that are modified too. Can't guarantee they aren't at fault. Nonstandard GTA file: \data\maps\generic\vegepart.ide Nonstandard GTA file: \models\grass\grass0_1.dff Nonstandard GTA file: \models\grass\grass0_2.dff Nonstandard GTA file: \models\grass\grass0_3.dff Nonstandard GTA file: \models\grass\grass0_4.dff Nonstandard GTA file: \models\grass\grass1_1.dff Nonstandard GTA file: \models\grass\grass1_2.dff Nonstandard GTA file: \models\grass\grass1_3.dff Nonstandard GTA file: \models\grass\grass1_4.dff Nonstandard GTA file: \models\grass\grass2_1.dff Nonstandard GTA file: \models\grass\grass2_2.dff Nonstandard GTA file: \models\grass\grass2_3.dff Nonstandard GTA file: \models\grass\grass2_4.dff Nonstandard GTA file: \models\grass\grass3_1.dff Nonstandard GTA file: \models\grass\grass3_2.dff Nonstandard GTA file: \models\grass\grass3_3.dff Nonstandard GTA file: \models\grass\grass3_4.dff Nonstandard GTA file: \models\grass\plant1.dff Nonstandard GTA file: \models\grass\plant1.txd
  10. Woovie

    Not Responding

    Please provide more information about this issue.
  11. interpolateBetween is for 3D drawn objects. What you're requesting with scrolling text could be done by first rendering to a large target, then scrolling through the target using dxDrawImageSection to only display a part of the render target at a time. I personally made a scrolling billboard a long time ago. I used this exact function, but the 3D variant so it displayed on a billboard ingame. I then just did a timer with real time drawing to change what part displayed.
  12. Woovie

    разбаньте

    Please clarify your ban location first. If you are banned by an individual server, we cannot assist.
  13. Woovie

    MTA 5 ?

    I hope Fivem will succeed on his purpose I am playing Gta and Mta for years but the fifth for free? Oh my god FiveM requires a legitimate copy of the game.
  14. Sounds like it could be a cookie issue. Try deleting all cookies for the MTA forums.
  15. Woovie

    Banned by MTA

    Check your PMs.
  16. My PC can handle it fine.
  17. https://wiki.multitheftauto.com/wiki/Special:UserLogin
  18. He just gave you instructions on how to do it with the default server setup. If it was easily accessed, people would screw it up and ask why it's screwed up.
  19. You got that error because you were running MTA while executing the update.
  20. dude use your mind why BUMP you can go support board If you don't understand English enough to grasp why he posted, please don't bother responding.
  21. But the issue is the _ in the executable if I read OP correctly.
  22. No where ever was it stated that his terrain editor would be officially part of MTA.
×
×
  • Create New...