Jump to content

xeon17

Members
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xeon17

  1. I'm glad to hear that is works I didn't understood you at all , could you explain better.
  2. Looks amazing , going to test it Good job as always
  3. addEventHandler("onVehicleExplode",root, function () destroyElement(source) end)
  4. Should work , didn't tested it. local players = {} addEventHandler("onResourceStart",getResourceRootElement(getThisResource()), function () for _,v in ipairs (getPlayersInTeam (getTeamFromName("Grupo Azul"))) do players[v] = true end end) addEventHandler("onVehicleStartExit",root, function (thePlayer) vehicle = getVehicleType(source) if vehicle == "Boat" and players[thePlayer] then outputChatBox("You can't leave this vehicle",thePlayer,255,0,0,true) cancelEvent() end end)
  5. @|IND|Rudransh|PRO| The map is really cool , i would like to invite you to enter in the server to see the map together with the scripts. And it isn't that hard to escape , you need skills and MrBrutus need to be offline pro guard btw
  6. Well, The MTA developers are working on more important things and this in my opinion is useless. I'm pretty sure it won't be fixed soon and no matter a bug like this one won't cause big problems.
  7. Well , post the llk function if that's one where you attact the sound.
  8. Post the part of the code where you are trying to attach the sound.
  9. Cool , when it will be released?
  10. xeon17

    map editor

    If you mean to convert .map to .lua then use this: http://gtamap.delux-host.com/converter/
  11. onVehicleExit can't be canceled.
  12. Menos ódio e mais amor amigos! KKKKKKKKKKKKK
  13. You've posted in the wrong board , this have nothing to do with scripting. Try posting the same topic in the following board or ask an moderator to move your topic. viewforum.php?f=177
  14. You've posted in the wrong board, Try posting here : viewforum.php?f=104
  15. xeon17

    Hud Windows 8

    You didn't answer my question yet , since i don't see any main changes. What's new in the last version?
  16. Eu nunca tive a experiência de usar 32bit Debain, mas isso deve funcionar. apt-get update apt-get upgrade apt-get install libreadline5 apt-get install libncursesw5
  17. Tente instalar isso: apt-get install ia32-libs lib32readline5 lib32ncursesw5
  18. Do you even know what you are doing? you're helping him with stolen scripts which he doesn't have acces to use. Well , topic were reported and it's a question of time when will be locked.
  19. @WhoAmI Could you stop to be a idiot?
×
×
  • Create New...