Jump to content

#RooTs

Members
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by #RooTs

  1. this is correct, only not destroys when I'm inside the vehicle local test = createPickup (653.35773, -1769.18567, 13.57368, 3, 1247, 60000 ) addEventHandler("onPickupHit",test, function(player) setPlayerWantedLevel(player,getPlayerWantedLevel(player)-1) end) and you added, destroyElement(test) and he not returned back Test localserver https://community.multitheftauto.com/ind ... ls&id=5104
  2. Pickup is not destroyed when Esto inside the vehicle and when I'm out of the vehicle does not eliminate the level
  3. have to test with your level sought +2 and grab the star with and without vehicle [gamemode: play and deathmatch] meta.xml "Twerky" type="script" version="1.0.0" name="Destroy Star WantedLevel" description="Destroy Star WantedLevel" /> star.lua function dede() setTimer(function() test = createPickup (653.35773, -1769.18567, 13.57368, 3, 1247, 10000 ) addEventHandler("onPickupHit",test, function() setPlayerWantedLevel(player,getPlayerWantedLevel(player)-1) destroyElement(test) removeEventHandler("onPickupHit",test,onHitStar) end) end,10000,0) end addEventHandler("onResourceStart",resourceRoot,dede) not working with me
  4. META.xml type client or server ? <script src="star.lua" type="server"></script> still does not work, test on your local server give star sought https://community.multitheftauto.com/ind ... ls&id=5104
  5. not back after of 1 minutes not work respaw
  6. Pickup is not destroyed when Esto inside the vehicle
  7. thank you very much......(Twerky)
  8. worked, Time Respaw is "60000" ?
  9. I'm new to scripts, how can I create a "Pickup" that destroys 1 level of WantedLevel at a particular location on the map createPickup (1548, -1681, 13, 3, 1239, 60000 ) Can someone help me? Sorry my english... More or less like this:
  10. you can use this script, test it and see g_resroot = getResourceRootElement(getThisResource()) deletefiles ={ 'image.png', -- images .PNG and .JPG and bipmap and .lua } function deletfile() for i=0, #deletefiles do fileDelete(deletefiles[i]) end end addEventHandler("onClientResourceStart", g_resroot, deleteFile)
  11. #RooTs

    Createblip

    to integrate this script local blip = createBlip(1209.3718261719,-904.79571533203,43.023754119873, 56, 0, 0, 0, 0, 0, 0, 250) -- Blip ID 56 outputDebugString("Blip visible distance: "..getBlipVisibleDistance(blip)) setBlipVisibleDistance(blip, 150) -- distance
  12. "jacks.png" cache="false" /> Result META.xml <file src="jacks.png" download="false" />
  13. #RooTs

    Screen picture

    this one https://community.multitheftauto.com/in ... ls&id=5874 of forum https://forum.multitheftauto.com/viewtopic.php?f=140&t=37310
  14. #RooTs

    unBan

    search for MTA San Andreas 1.3\server\mods\deathmatch\logs\server.log ouch will have everything you need
  15. put the hud for download ? Please ?
  16. Fake with change: https://community.multitheftauto.com/ind ... ls&id=8735 Original: https://community.multitheftauto.com/ind ... ls&id=3880 delete user, Please! USER FAKE ----------------------------------------------------------------------------------------------------- Fake with change: https://community.multitheftauto.com/ind ... ls&id=3722 Original: https://community.multitheftauto.com/ind ... w&pic=6091 NOT DONE
  17. Fake with change: https://community.multitheftauto.com/ind ... ls&id=8742 Original: https://community.multitheftauto.com/in ... ls&id=4008 NOT DONE ( DO, PLEASE )
  18. Delete my script, it is bringing problems for MTA https://community.multitheftauto.com/ind ... ls&id=9049 have people making bad use of it Sorry by inconvenience DONE
  19. Downloading Error repair please ?
  20. FAKE: https://community.multitheftauto.com/ind ... ls&id=9194 ORIGINAL: https://community.multitheftauto.com/ind ... mp;id=9004 This script original is of(Rocketman21) DONE
  21. Thanks for the help Assinatura removida, sorry me
  22. is the number of getPedAmmoInClip --Clip and not stats, and skill right? is it?
×
×
  • Create New...