Jump to content

xTravax

Members
  • Posts

    665
  • Joined

  • Last visited

Everything posted by xTravax

  1. he means sound of the car when driving
  2. that is script which respawns exploded vehicle i want my script to respawn vehicle after someone gets in it and goes away like in SA-MP
  3. i don't know correctly i was searching for a lot of community scripts in there and i download them much this few days cuz im doing testings in my local server so i have auto care enabled in one program it cleans all my browsing data downloads etc but i think i writed respawn in search tab
  4. i have downloaded respawn script from community and there in description of script said that we can edit script as much as we want but that we need to keep credit of him (it's in meta) so i didnt touch meta but i would like just to edit this script because he gave permission and i didn't touch credits btw if u didn't understand what i asked to edit i will try to explain in here(sorry for my english) ' u make some map in editor with for an example 10 infernuses. someone gets in that infernus and drives around and leaves the car and there are only 9 infernuses' so i want that when someone takes infernus that i respawns(copy) again into there where it was sorry for my english it really sucks
  5. MOM.exe wtf? -- i wont comment anymore in here its just weird process name
  6. Hi i want to edit respawn script when vehicle explodes that it respawns after 5 secs function respawnVehicle( vehicle ) spawnVehicle ( vehicle, getElementData( vehicle, "posX" ), getElementData( vehicle, "posY" ), getElementData( vehicle, "posZ" ), getElementData( vehicle, "rotX" ), getElementData( vehicle, "rotY" ), getElementData( vehicle, "rotZ" ) ) end function onVehicleSpawn () local x,y,z = getElementPosition (source) setElementData (source,"posX",x) setElementData (source,"posY",y) setElementData (source,"posZ",z) end addEventHandler ("onVehicleExplode",getRootElement(),onVehicleSpawn) function onVehicleExplode () setTimer( respawnVehicle, 5000, 1, source ) end addEventHandler("onVehicleExplode", getRootElement(), onVehicleExplode) i want to change the script so that vehicle respawns after someone takes it can you help me?
  7. Here's this script https://community.multitheftauto.com/index.php?p= ... ls&id=7426 when car gets blowed up it will respawn for other scripts u can use community.multitheftauto.com and click on resources to search resources and about if someone takes car and that it respawn after that i saw that in samp but idk how to do it in mta
  8. in there says that there are 600 words and that translation is done and i can download and its hr.po but idk what to do and on another side it says 1 word left map editor and there are some imgur links with no picture wtf too hard to translate or help with anything
  9. Where to download these languages i tried looking in all nightly versions nowhere croatian and its already done
  10. Here from SolidSnake <-- pro scripter https://community.multitheftauto.com/index.php?p= ... ls&id=1514
  11. you can do it only if you are pro expert in editing windows files and if u somehow find way to edit windows files u could do that but firstable u would need to find that file which is setted for sleep mode and then u would need to know how to edit it to not destroy the computer but that's not possible that u could do that its very hard only microsoft or maybe some hackers knows to do it
  12. Here's a script for rockets from my OWN shooter map NOTE: You'll have to edit this a bit if u want to remove this text function cbinds() local keys1 = getBoundKeys("vehicle_fire") local keys2 = getBoundKeys("vehicle_secondary_fire") if keys1 then for keyName, state in pairs(keys1) do bindKey(keyName, "down", cdoshoot) end bindKey("F", "down", cdoshoot) cbindsText = "- Press CTRL or LMB to shoot rockets.\n- You can shoot a rocket once in every 3 seconds.\n- good luck and have fun!" end if keys2 then for keyName, state in pairs(keys2) do bindKey(keyName, "down", cdoshoot) end end if (not keys1) and (not keys2) then bindKey("F", "down", cdoshoot) bindKey("lctrl", "down", cdoshoot) bindKey("rctrl", "down", cdoshoot) cbindsText = "- Press CTRL or LMB to shoot rockets.\n- You can shoot a rocket once in every 3 seconds." end theVehicle = getPedOccupiedVehicle(cLP) allowShoots() bindKey("M", "down", toggleText) end
  13. On first script you need x,y,z coordinates
  14. Dont you need x,y,z coordinates ? In 2nd line is just x,y and no z coordinates?
  15. xTravax

    PM Your Order!

    Oh btw just to say aboudman steals players he hacks servers that when someone joins another server it will stole all players of another server and transport them into his e sport server
  16. isn't it about DDoS?
  17. well good idea but it would be really hard to make or it would need 100 servers with 200 player slots but it would be weird
  18. well he's my friend from game so i'll help him function jump() local vehicle = getPedOccupiedVehicle(getLocalPlayer()) if (isVehicleOnGround( vehicle ) == true) then local sx,sy,sz = getElementVelocity ( vehicle ) setElementVelocity( vehicle ,sx, sy, sz+0.35 ) end end bindKey ( "lshift","down", jump)
  19. xTravax

    Prevođenje MTA.

    kaj ne staviš UREĐIVAČ MAPE mape se isto koristi u hrvatskome recimo u windowsima imas umjesto folder jel kad stavis karte nekako zvuci cudno ja predlazem UREĐIVAČ MAPE
  20. xTravax

    Prevođenje MTA.

    A di ce se moci skinuti,downloadati?
  21. this is script of NovaGaming Multigamemode server
  22. xTravax

    Prevođenje MTA.

    a za sta je to za igru prevest ili mta forum i community i to sve ? neda mi se otvorit link
  23. thanks Waba it's working.
×
×
  • Create New...