Jump to content

Megadreams

Discord Moderators
  • Posts

    133
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Megadreams

  1. The object is "vegasNbball1" , its ID is 6959 and it's not a custom model. It's commonly used in Shooter and DM maps.
  2. Hey, I recently started having a bug where objects would heavily deform when moving my camera (in the editor) or by looking at them in certain angles. Here is an example (images are not directly posted due to their size): (How it is supposed to be) http://files.megadrea.ms/A4oUBSlic/7052 ... 7c3d58c4f/ (What happens when I move forwards) http://files.megadrea.ms/Vafi7Behe/33cb ... 4478d523f/ My videocard is an NVidia Geforce GTX960M and I have the newest drivers installed. Any idea what could cause it or need more information?
  3. https://community.multitheftauto.com/index.php?p= ... s&id=11792 Do I really have to tell why?
  4. Talked with him on skype and he got confused. He simply meant that 1920x1080x32 doesn't show up for him. For some reason he thought that changing the aspect ratio would change the resolutions show in the list.
  5. CEF was added in a different branch by one person at first. Meanwhile the others devs were working hard on fixing bugs (which they did!). Beside CEF really isn''t useless as it gives a whole new range of possibilities as seen in my previous post. I was able to run a gameboy emulator (written in JavaScript, not by me though) in the browser so...
  6. The possibilities are endless: (The images are quite large so I'm posting the url's instead.) https://ultimateairgamers.com/files/mta ... -14-28.png https://ultimateairgamers.com/files/mta ... -18-09.png
  7. I was one of the people that already started a multiplayer project back then in 2011. We basically had a whole base ready after lots of coding but stopped working on it 2 years later as we realised it was useless to compete with GTA: Online. These multiplayer mods will never have so much players as these in GTA: San Andreas just because the game already has a build-in multiplayer (just like on GTA IV) and therefore there is no easy way to get people to find your project and get them to use it.
  8. Megadreams

    1.4 Beta Release

    Well I do have a script editor script that is based on Notepad++ but it's still unfinished. If there really is a need for it I'd like finish and release it as it has no use anymore at this moment.
  9. Is the variable"i" a global variable? If so i'd rename it to something more understandable. Also because "i" is often used as a iterator in a for loop.
  10. You are using getRootElement() instead of the pointer to the player. Are you calling this function from a client call or are you using the onPlayerLogin event? In the first case you should use "client" (source isn't safe enough) and in the second case you should use "source". So these are the two possibilities: triggerClientEvent(client, "onBan", getRootElement(), banauthor, banreason, bantime) or triggerClientEvent(source, "onBan", getRootElement(), banauthor, banreason, bantime)
  11. Megadreams

    Cars

    Yeah, sure. He tried to code it right? If this guy didn't know what "debugscript" was then he's pretty new to scripting in MTA. So he asked the forums for help, and then gets stupid reactions like "meep meep, show your full debugscript 3". Gosh, these forums where 4 years ago pretty different, the people were so much friendlier to each other. I don't want to discuss here, I only want to make it clear, if you want to discuss with me then you can send me a PM. Kindly regards, Danny. I know what you mean and I always was polite towards him. That's just how it should be. But in case you're trying to get help you'll have to give some extra information like errors by yourselfs since that's not exactly what we should do by ourselfs. That adds the extra parameters for the colors yes. You'll have to override your previous "createMarker" if you want to change it. Currently the marker will be white and stil use the same size. So if you for example change the 4 into a 3 (meters) you'll notice that the marker has become smaller.
  12. Megadreams

    Cars

    This can be done by changing the parameters given to "createMarker". I'll highlight them for you: createMarker(0,0,0,"cylinder", 4, 255, 255, 255 ) Red: This determines what size the marker needs to have. Green: This determines the color in this specific order: red, green, blue. All of these values can range from 0 to 255. 0 basically means this color won't be used at all while 255 is the exact opposite. For more information I suggest checking out this wiki page.
  13. Megadreams

    Cars

    Anyone trying to get help should do some work by themselfs. That's basically why I refused to test it out by myself.
  14. Megadreams

    Cars

    Like said before this aren't proper errors. They don't tell us anything about what is wrong so be more specific please. In case the script doesn't throw any errors then please tell us exactly where it goes wrong. We cannot help if you don't tell us anything we need to know.
  15. Megadreams

    Cars

    Without any proper errors given by /debugscript 3 we cannot help you. I'd suggest rewriting the whole code though since it's way too messy.
  16. https://community.multitheftauto.com/in ... ls&id=8034 Stolen from Arezu and me. The guy that stole it plays under the name: "XfG//LuiS#~". DONE
×
×
  • Create New...