Jump to content

Goomba

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Goomba

  1. Hey, I just made this for our server (XIII). The symbols work out of the box with the chatbox, guiTextBoxes and DxDrawText. You have to save the nicknames on another way than it does standard, and than you have to make every resource use that other nickname (which is bit annoying).
  2. Hello, Someone is faking our server name, i don't know you if can do anything about this. But we don't like this at all! XIII #3 |24/7 Race DD/DM [serverFFS.com] IP: 93.113.38.62:22003 Hope you can force him to change it or shut down his server. Thanks in advance Regards, Goomba
  3. Ok, so we can't do anything about this? They already send a mail with a warning about this, but we should just tell them to f*ck off? And well, the server runs just normally. So we haven't got problems with it, just the host.
  4. It's a linux server. banlist.xml = 16KB internal.db = 59KB registry.db = 772KB MTA:SA Server v1.0.4-release-1771 The host is serverFFS.com
  5. Server is using excessive CPU, please optimize your resources. Server is using excessive RAM, please optimize your resources. This is what the log says, and our host has warned us for this. The server runs fine, you can't notice anything about this problem. Hope you can help me with this, 'cause i've got no clue how to optimize the resources. -Goomba
  6. Goomba

    Top Times.

    Hello, How can you get the toptimes working with a vehicle pickup instead of the last checkpoint. It's on gamemode race - destructionderby I want it to set times when people pickup vehicleid 425. I guess you guys will yell "read the f*cking wiki" Well, there's nothing about the top times on there and I've spitted throughout all the .lua file's inside the toptimes resource but I still don't have a clue how to get this working. Hope you guys can be friendly and just give me a hint about what to do. I know the basic stuff of .lua, but ye I'm not that good. I don't think this is a crap load of work, or is it? - Greetings
  7. I just set all redirectplayer functions to false, and it seems to work so far. Else I'll try your fix. Thanks anyway
  8. Hey, So here's the issue; Since a little while it seems our servers is hacked or something. It moves people to the zombie server of gamenet.fi And I have no clue where to find this 'hack' and how to fix this. It's really annoying. Our servers are the XIII #1 & #2 we run Race mode. Hope you guys can help to fix this. Greetz, Goomba
  9. Goomba

    Error when launching

    Did a fresh install, windows 7 64-bit and it works fine now.
  10. Goomba

    Error when launching

    I'll just reinstall windows 7 then.
  11. Goomba

    Error when launching

    What's this about? Here are my specs: AMD Athlon X2 Dual-Core QL-65 ~ 2.1GHz 4096mb RAM Ati Mobility Radeon HD 3200 ~ 1468 MB HyperMemory Windows 7 Ultimate - 32 bit Directx 11 And btw, GTA San Andreas runs really slow. While I can play Modern Warfare 2 on this laptop. And Modern Warfare 2 has a really decent fps. I don't get that either.
  12. I can't find that config_DX.ini file.
  13. Goomba

    Moving Objects

    Fixed, thanks for helping anyway
  14. Goomba

    Moving Objects

    Thanks for helping, but still haven't got it working. The object does create but it doesn't move. It's on a race map, don't know if that matters. Here's my script: function gate() myGate = createObject ( 18284, 4207.430176, -1787.572388, 75.101517 ) end addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), gate ) function moveIt (thePlayer ) moveObject ( myGate, 3000, 4207.430176, -1787.572388, 95.101517 ) setTimer ( moveBack, 5000, 1, thePlayer ) end addCommandHandler("myCommand",moveIt) function moveBack () moveObject ( myGate, 3000, 4207.430176, -1787.572388, 75.101517 ) end And this is the line in my meta.xml:
  15. Hey, Can anyone show me how to make a moving object. I tried several things I found in the wiki, but can't get it to work. Just need an example please. bb.
  16. Goomba

    HTTP Error

    Ye I found it just after I posted this, but I can't remove the topic so..
  17. Goomba

    HTTP Error

    Hey, I've made a map and I wanted to add a custom .txd but I keep getting this error: Here's my script.lua: addEventHandler('onClientResourceStart', resourceRoot, function() local txd = engineLoadTXD('files/vgebillboards.txd') engineImportTXD(txd, 9191 ) local txd = engineLoadTXD('files/vgebillboards.txd') engineImportTXD(txd, 9190 ) end ) And here's my meta.xml: <?xml version="1.0" encoding="utf-16" ?> It works fine when I run a test in the map editor, but running it from the server gives me the http error. Hope someone can help me out with this. -Goomba.
  18. That's the problem. I had SRT3 too, and it kept crashing over and over.
  19. Hey guys, So I've been making a map in the old map editor. And wanted to add some more things but the object limiter didn't let me to. So I converted it to the new map editor. I've been editing some things, saved my map.. and I openen it again. And all my changes were GONE, my map didn't save at all! And there's another thing when converting my map: it fucked up my spawns (check screens). Before: http://i48.tinypic.com/505ct1.png After: http://i45.tinypic.com/1z1vasl.png Hope you can help me out, this new map editor sucks balls if you ask me
  20. Goomba

    Low performance.

    Yes I did, do you think it's something with directx? I've got directx 11 now, 'cause that comes with windows 7.
  21. Goomba

    Low performance.

    My cpu is a dual core on 2.1ghz And yes, singleplayer runs slow too.
  22. Goomba

    Low performance.

    Hey guys, Hope you can help me out. Gta san andreas runs really slow, and it shouldn't be. I know the times when I played with a p4 and a stupid graphic card. And it even runned better then it does on my new laptop. Here are the specs of my laptop: Windows 7 32-bit. 2gb Ram DDR2 - 667 Mobility Radeon hd 3200 They are way above the recommended specs, and I've updated all the drivers. I know mobility graphic cards aren't the best for gaming, but it runs other games just fine on pretty high settings. I played games like team fortress 2 on high with 32 players with a decent fps. Hope you can help me out, 'cause I like to play MTA smile.gif Greetz.
  23. Hey, Hope you guys can help me out with this problem. So I want to make maps with the old map editor (MTA 1.1.1), since the new map editor keeps fucking it up for me. So it works fine when converting, but I want to change the meta.xml settings Like I want random skins, wave height, etc. But when I make a new meta.xml the map starts fine, but it just uses the standard settings. This is the meta.xml I'm using: Greetz.
×
×
  • Create New...