Jump to content

Tomaat

Members
  • Posts

    64
  • Joined

  • Last visited

Everything posted by Tomaat

  1. Thanks mate (i agree) ^ Thought I'm downloading a torrent lol. haha its an progress bar no one "funded" yet D:
  2. Its not donating, its helping the owners fund the domain, servers, and otherstuff, to get the server online. Even if the 500 euro goal (which was the minimum on ondiegogo) isnt reached, all the money will be given to me and ill be able to get the server finished faster
  3. It will include more features then this, i yet have to make more ideas, this will be the first scripted, and then i will get some players i know good for an beta test, the donators (on the site i have in the main thread) will get their reward and will get beta access Thank you for your feedback
  4. Hello everyone, I'm here to promote my gamemode, i have made an project of scripting an custom made gamemode, i am going to explain what my ideas are and what they do, If you have any ideas or comments, you should post them You can also help us develop the gamemode by donating to The Aviators and earning great gifts ingame. You can help us fund here : ^ If you would like to. Helpers will get good rewards in-game, read them in the link What is "The Aviators"? The Aviators gamemode is an custom made gamemode, its totally scripted by The Aviators members, and our goal is to reach 500 euros for buying an Domain, Server, and to fund the workers. What is "The Aviators" about ? The Aviators is an gamemode based on daily airport bussiness, Flying passengers around the world of San Andreas, and even more airports. There just arent enough airports in San Andreas to be enjoying, how do we solve this ? Well here is the solution of us, letting players of The Aviators make custom airports and let them submit it at the forums, an poll will be included and other players may vote if it will come in the map of San Andreas. This is not the gamemode yet, an housing and vehicle system will be included so you can spend your money on buying an house and/or an vehicle. This is not the end of our gamemode, we want to build an enjoying game. The next thing we need is an good team playing solution, as Flying and driving alone around the world of San Andreas is not enjoying enough, so we make an Airline System, The airline system will be an exclusive feature of our gamemode, When you enjoy playing The Aviators you will be able to join an Airline made by another player, this "boss" of the airline will be able to buy vehicles such as airplanes and helicopters, to be used by the members of his airline! The "boss" will also be able to set the payrate which is an important thing because it can both ruin and make the airline succesfull, here is an small explanation of the payrate : The member flys from Los Santos Airport to San Fierro Airport, he flys 200kilometers but! the direct line from LS Airport to SF Airport is only 50kilometers so the member will earn 500 dollars for the airline, the airline has an 30%/70% payrate, so the airline will pay 70% of the earned money to the member, and will keep 30% for itself, to buy vehicles or any other thing for the airline. (this is only an explenation) Flying an Andromada will earn more money then flying an Dodo! These rates are still unknown and will be decided when scripted. The last thing we have thought of (yet) is letting the Airline "boss" make an custom airport for the airline to park its vehicles on, these airports are located in the sea, and will not be located on land. These ideas are the main ideas of The Aviators, more ideas will come for sure but this is the base of the gamemode that we will script first. So, we would like to have you donating to The Aviators in return for various gifts in-game, These "gifts" will be given to you when the servers of The Aviators is going on and public. We will see you soon in The Aviators!
  5. I am sorry for that, please contact me on skype or e-mail me.
  6. I cant host your server, as i see your Dutch, my price is 15 cents per slot, got control panel, and full FTP access, unlimited bandwith, and many more features. ill be contactable via skype : thomashoeky im not on mta forums alot, so please dont pm me as i cant respond quickly
  7. This has been renewed, My hosting company has a totally new custom made panel, with web console (beta)
  8. You can't say much because your "company" sucks at all. Also, hosts ( or servers, whatever you want to call it ) aren't on a domain. Domains are names that point to specific addresses, hosts are the servers which domains points to. My company doesnt suck At all, i host mta Serversnand you get a forum with it Thats what the domain is for
  9. Tomaat

    GUI help!

    Planecarmaker = And Onclientmarkerhit, planecarmaker The P and p are different ^^
  10. Yes it is a free web domain, you get it free with the server, if you want a bought domain, you may buy it yourself, and tel it to me, and set the dns to the dns details i give you
  11. hmm okay, im still trying to find a way to reduce the FPS decreasement, i already deleted the Blip stuff, but it didnt change anything of the FPS, i dont know why the fps decreases
  12. i mean blips can the blips only be removed from the F11 or the Radar only ?
  13. I also got 1 problem, i want the maps on the F11 map/minimap gone, is there a specific name for that?
  14. Server:: addEventHandler("onHouseSystemInfoLeave", getRootElement(), function(id) if(houseData[id]) then executeCommandHandler("out", source) end end) Client:: -- LEAVE HOUSE -- addEventHandler("onClientGUIClick", Knopf2[5], function() Guivar3 = 0 showCursor(false) destroyElement(Fenster2[1]) triggerServerEvent("onHouseSystemInfoLeave", gMe, id) end, false) Client triggered serverside event onHouseSystemInfoLeave but event is not added serverside
  15. yes i tryed to make it, i did the exect same sentence, but then it said cant find the serverside of it ;S
  16. i have tryed executeserverside stuff, but i could manage to get it working
  17. Theres a command to leave the house, /out, i want a button to execute that command, and it wont work, i used mta wiki to make the executer An other command in the gui does use this exact method it also destroys it, then i go in the house, when i do /out and press F2 again, it will reappear
  18. Yes, the other command which was standard in the script was working, but indeed it said it wanted ACL rights, i know how to do that But this one doesnt give any error or debugscript 3 log stuff, the other /in button does what did i do wrong ? the gui after wont appear, although the /in command it will appear if you want to let it appear, this one doesnt //edit i will try that
  19. Hey everyone, this part of my script wont work, and the gui wont show anymore... -- LEAVE HOUSE -- addEventHandler("onClientGUIClick", Knopf2[5], function() Guivar3 = 0 showCursor(false) destroyElement(Fenster2[1]) executeCommandHandler("out", playerSource) end, false) Whats wrong ? Regards, Tomaat
  20. At the house system it never happened before, i shall reinstall the whole server, and look if its fixed, i really hope so, else i wont know what makes the fps lower.. debug the script ( /debugscript 3 ) then look for errors, if not, go through The Dynamic sql if you can, and look for errors or stuff thats not needed in there ( e.g. like stuff you removed from script ) i havent edited the House system, so there is nothing not needed, i suppose, and there are no errors, ill reinstall a server and look if its fixed
  21. At the house system it never happened before, i shall reinstall the whole server, and look if its fixed, i really hope so, else i wont know what makes the fps lower..
  22. Hello everyone, I have a problem, i have a script "dxspeedometer" and i have edited it, so the command and hotkey to open the panel are gone, and i edited the standard settings, so they wouldnt be edited, but now i have a problem, the FPS gets from 60-70 to 20-30 when i start this script How could that be ? is this because of what i did ? it also happens with the dynamic SQL house system (non edited) I think its an server problem, as i havent ever renewed my server, and its really old, and i experimented with it alot. Regards, Tomaat
×
×
  • Create New...