Jump to content

DracoBlue

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by DracoBlue

  1. no. With 5.0 they introduced .xml api files. - Draco
  2. Hmm, I have it as .api file and it works like a charm. Maybe it's because I just updated notepad++ over the years and never reinstalled it? - Draco [edit] oh, 5.0 is out
  3. Hey scripters and notepad++ users, just copy and paste http://dracoblue.pastebin.com/f273b14d8 to a file called lua.api (for 4.9) or viewtopic.php?f=91&t=23647&p=285813#p284758 to a file called lua.xml for 5.0 (thx to spz) and put this file into c:\program files\notepad++\plugins\apis after you did that, you'll have auto-complete (ctrl+space) for all mta functions. Hope it's useful for someone else, too. - Draco
  4. Hey guys, not sure if that's the wrong board - but as it's for a mta gamemode I am developing, here comes my question: Is anybody of you skilled in usage of inkscape and likes to help out the GTA:T-MTA project with some .svg graphics? The gamemode is currently 12000 lines of code big, and will (when alpha+beta are over) be a very big freeroam mode with rpg elements, character creation, talents, factions, gangs, cops-faction, properties and bases. It has an actionbar, which (will be) configureable easily, so you can put on your hotkeys the skills/actions/weapons, you need. It is fully connected to a sql database + homepage. Since I own a dedicated server, the server is and will be 24/7 + 1GBit-Connection. It also features (already) a pretty neat stunt mode, with additional drift-stunts and power ups. If you think you want to help out GTAT:MTA with making vector graphics, please choose one of the weapon icons at http://www.thegtaplace.com/sanandreas/weapons.php and make a 200x200px .svg file with about 4 to 5 different colors and some shaping of it. This was my try for desert eagle: [attachment=0]9.png[/attachment] I hope somebody wants to help! - Draco
  5. . It looks good as always - Draco
  6. Basicly thats a good way, since what you are implementing is not really a resource and more a library (do I understand that correct?). So looking forward to the first release . Have fun coding, Jan (DracoBlue)
  7. Hello, you can call functions from an other object by using the call method. For example the following calls removeScoreboardColumn in scoreboard resource with one parameter: "kills". call(getResourceFromName("scoreboard"), "removeScoreboardColumn", "kills") I am not sure if that works also with tables, have fun trying . Have fun coding, Jan (DracoBlue)
  8. As you can see, it is triggered, but you are using an unknown function called setGuiVisible in line 26. Happy coding, Jan (DracoBlue)
  9. (Server: MTA Server.exe, 73.728 bytes) I am getting that error: > ERROR: Database query failed: SQLite3 was not opened, cannot get value! (none) after that message the server just crashs on startup. If I put a Resource with onResourceStart-Event + executeSQLQuery int mtaserver.conf's startup resource list. This does not happen, if I load the resource after the server has started. -- testing code addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()),function(res) if (executeSQLQuery([[CREATE TABLE IF NOT EXISTS `dplayersdb` ( `id` integer PRIMARY KEY AUTOINCREMENT, `password_hashed` varchar(255) NOT NULL, `login` varchar(255) NOT NULL )]])) then else outputServerLog("ERROR: Unable to initialize the DPlayersDB") end end) Kind regards, Jan (DracoBlue)
  10. I hosted servers that were samp and mta(vice) for £0.40 per person (slot). (still can do it if anyone is intrested) Your prices are extremely high. Not sure if there is a missunderstanding here. But ther server has unlimited slots (30 or 100, doesn't matter) for 10€. In comparison to your £0,40per (already approx 17€ for just 30 players) slot or gta-host.com (£30 for 100slots) is that really cheap. Don't want to over/underbeat somebody. Just want to get guys taking part on the machine, because its already just running my scripts/servers and so lots of space left. Thatswhy no big prices - don't want to make cash, I want to help! Kind regards, Jan (DracoBlue)
  11. Thanks for the offer. Currently I got a server for this, but still seeking for one in america or australia.
  12. Hello! I know http://gta-host.com hosts cheap mta-servers, but I need webhosting, too. I have already 2 root servers up and running, but I need a new one - because the new offer I found has no traffic limit and a very good ping. But it costs 69 or 99€uros per month. I would be able to pay it, but I want to share the servers with other guys - one sa-mp-server and a webserver wouldn't be enough work for the root server . So if you are searching for a cheap server for your clan/gang, we could split the price and maybe its 10 Euros per person, or even lower - for a 24/7, 100 person server with website if you want. I have enough skills in configuring a server systems since I work as network admin and study it systems engenieering. Connection would be europe or america with 1000Mbits, really enough to run 10 samp-servers with lanmode on it! Looking forward to your replys, Jan
  13. Hi s0beit! This is true, we found an other nasty reason why it crashes, will be fixed in next devshot. At the moment we are figuring the bugs out, and solve them, so you can play without those disturbing bugs. But the main-reason, why it crashs is really, that someone uses parking cars/airplanes, and this needs to be solved! See you, DracoBlue
  14. GTAT San Andreas Preview Video released! We put a small preview video for gtaTournament San Andreas in our Download area. You can see car movement and walking synchro. Delphifreak managed to fix the chat recording bug caused by fraps, so we were able to record this nice movie for you. Big thanks to Armitage for helping with cutting the movie and betatesting. http://gtat.dracoblue.net/ See you, DracoBlue
  15. Is this similar to the methods that Blue uses? Can't say what Blue uses, I use a method which was developed by me and based on dll injection idea from Delphifreak. See you, DracoBlue PS: The lag was, cause I did set the synchrorate very low, gonna make a new video with better synchro
  16. I'll write more about gtat, when I have spare time at university. Btw. This has nothing to do with gtaTournament, it is just a developer help, which will get a lot of contents by gtaforums members, so plz no flaming. Excat! Cu,
  17. Yep, thats collected in gtaforums and on my own . You can see much more on one sight , when you use a wiki. Cu,
  18. haha, thats the thing a wiki is. a wiki is something to carry content together, if i would have known everything, i would have made yet an nother gta fansite. cu
  19. Thx MrBump! But I can't do it , you have more knowledge about it, haven't you? Cu,
  20. Helllo! Some seconds ago I finished the modder wiki for gta, called gtadb.tk. In this wiki you can find tons of informations about (Memadresses (e.g. for SA) and Tools. Of course an entry for MultitheftAuto shouldn't be missing, so i grabbed some informations from this site and added it to this article. But I don't have a lot of time and knowledge about MTA:Blue at all, so could somebody add some text about this? If everyone helps, we can build up on this ground a big reference book about gta-games. Cu, DracoBlue
  21. Yep! *update* 1.2 is released It has now mapdetection, ping and some other cool features . Btw.: Somebody interested in a gta2 Championchip? If so, post in this Thread Cu, DracoBlue
  22. So, the first public (non-beta) release is out! A very nasty bug, which made this tool unuseable is now fixed. So download gta2 for free from http://rockstargames.com/classics and download gta2gamer 1.15 from http://gta2gamer.dracoblue.net and join us! Cu, DracoBlue
  23. Hi guys! Stop flaming each other! We are all just gta gamers, aren't we? So cool down please. I just released the newest gta2gamer Version 1.1. It has some more fixes, so its worth to test it. Visit http://gta2gamer.dracoblue.net Cya, DracoBlue PS: Please report bugs and post featuresrequest .
  24. Jep, he has plans But at the moment, a stable GTA VC Multiplay will be developed, if this works I'll port it to SA, cause they use the same Engine like in VC. Cu, draco
×
×
  • Create New...