Jump to content

FabienWang

Members
  • Posts

    73
  • Joined

  • Last visited

Everything posted by FabienWang

  1. INTRO Hello everyone, as you know, we all want to protect our clients scripts, and Ransom made a nice page of "Scripting and Mapping Tools" that contains an online compiler from dzek, and another one from xtreamlua. When i tried xtreamlua yesterday night (and i got nice error messages), i told myself, What a crap ! This new version comes with a support of full unicode strings and also a new feature: it can update the meta file of the resource of the file you are compiling (if you change name to .luac for example), the program takes care of it SCREENSHOT: FEATURES: -Simplified UI -File list to compile -Drag'n'drop of files possible -Unicode Support -Meta.xml Auto update DOWNLOAD (UPDATED LINK ): http://www.mediafire.com/?5et60em7mog3yms I provide a win32 application so both 32 and 64bits can run it. CREDITS: Thanks to Castillo for final testing and feedback, and the mirror.
  2. Salut à tous. Excellent projet Belarrius, j'ai été un peu sur le roadmap, ça a l'air d'un projet intéressant. Moi-même je développe pas mal de ressources et je suis en train de préparer un gamemode de type Team Wars, guerre des gangs et police, avec peut-être des jobs pour dealeurs de drogue ou transport de fonds, ou même peut-être les fermiers qui planteraient des champs de weed pour l'instant ma seule limite, c'est le temps. ^^ Si jamais certains d'entre vous, veulent m'aider, je compte mettre le script sur googlecode, complètement open source et comme ça on peut le développer à plusieurs avec subversion. (n'hésitez pas à me contacter)
  3. Also when you have this bug, try deleting the folder resource editor_test
  4. Nice work as always. Unicode is something necessary if you don't want to stick to bilingual people ^^ (and there are many people that doesn't speak english or not a great one). About the monitor, i'm sad not to be credited (yes i'm not Gijs team or related to him) as i did help, but i'm happy to help you guys in some way (my noob resources are another way ) I'm still learning C++ and i hope you're all fine
  5. or you can buy a decent graphic card (NVidia Geforce > 8500 are great or ATI Radeon > 8500 too) and play without no mods
  6. This is a nice hud you did [PS]MAR , good job ! the digital numbers are really cute !
  7. how about some peds on a bridge over a highway, would accomplish a collective suicide then we would drive over their bodies
  8. hi Luke. First, I'm 27, and if i had money like u, i would just give it to the MTA team. Because they are doing an amazing job and they give it to us as open-source. Instead of creating your script, which i'm quite sure you won't share to the community... Then, you say must be in MySQL not SQL, wtf man you want MySQL to save some LUA scripts? (or you meant SQLite) Next you say : I've known many many guys that don't pay when they have the script
  9. it's working on my server, you might have an error somewhere else. check if your script is a server-side one.
  10. nice copy paste but you loosed indentation. yes try my code in ur server and be surprised
  11. That was exactly his problem lol the code i have put should resolve it
  12. hummmm check this code local root = getRootElement() addEventHandler("onVehicleEnter", root, function(player) local id = getElementModel(source) --get the team local team = getPlayerTeam(player) local teamName = "" if team then teamName = getTeamName(team) end --check the vehicles if id == 416 then if (teamName) == "Medic" then outputChatBox("((* Don't abuse your lights! *))", player) else removePedFromVehicle(player) outputChatBox("((* You are not allowed to get in here! *))", player) end elseif id == 420 then if (teamName) == "Taxi" then outputChatBox("((pickup people and bring them to their chosen place))", player) else removePedFromVehicle(player) outputChatBox("((*You are not allowed to get in here*))", player) end end end )
  13. great. can we send a pm with a known nickname or only id? is there any nickname completion? i don't agree with you about the GUI, it would be faster to have the list of players and click a name to send a message. plus you can bind it to the Tab list of players on right click on a nickname it would send a PM.
  14. then don't go on this server, go on another one
  15. as XX3 mentioned, you can use CDM as a base. now learn coding & have fun
  16. hi. as a mapper and scripter, here are some tips i can give you. When creating lined-up objects or roads or anything. If you want perfect things, you have to align the positions of different objects. For example align X or Y pos of linear objects, and align Z position if they're at the same level. If you're creating buildings or duplicate objects in the height, align them on the X and Y axis. Spend a lot of time testing your maps, on foot, on vehicle, in air. depending on how you want to use your map.
  17. First, can you connect on other servers? if not working, Try on another computer on your local network if not working, Try to reinstall the MTA client, and if it's not changing try to reinstall your Network card driver
  18. Does MTA crash or doesn't start? or does it start but you don't know how to do then? Please have a look at the wiki https://wiki.multitheftauto.com/wiki/Main_Page
  19. I did that when my internet was down for more than 1 month. you can use any software called "website mirroring software". http://en.wikipedia.org/wiki/Website_mirroring_software i used httrack it took me about 2 hours to get it all but it works.
  20. In my point of view, i think we should keep MTA english only. Any base of informations is hard to maintain in multiple languages, look at the wiki index page, there are 5 languages for the wiki index page, and a lot are already outdated. (this is just an example). Having the MTA gui in multiple languages wouldn't bring a lot as the scripters would still have to translate everything in their script and handle different languages.
  21. hi to my personal culture, i'd like to understand the addition of %2000 which is not explained in the wiki. Can you guys tell me? Good idea about the blink thing XX3, also i would put health bar colors like it: green when >= 60 orange >=30 & <60 red <30 what do you think?
×
×
  • Create New...