-
Posts
1,990 -
Joined
-
Last visited
-
Days Won
2
Everything posted by #RooTs
-
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
-
Pickup is not destroyed when Esto inside the vehicle and when I'm out of the vehicle does not eliminate the level
-
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
-
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
-
not back after of 1 minutes not work respaw
-
Pickup is not destroyed when Esto inside the vehicle
-
thank you very much......(Twerky)
-
worked, Time Respaw is "60000" ?
-
ID Star pickup ?
-
lose and not win Star
-
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:
-
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)
-
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
-
"jacks.png" cache="false" /> Result META.xml <file src="jacks.png" download="false" />
-
this one https://community.multitheftauto.com/in ... ls&id=5874 of forum https://forum.multitheftauto.com/viewtopic.php?f=140&t=37310
-
search for MTA San Andreas 1.3\server\mods\deathmatch\logs\server.log ouch will have everything you need
-
put the hud for download ? Please ?
-
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
-
Fake with change: https://community.multitheftauto.com/ind ... ls&id=8742 Original: https://community.multitheftauto.com/in ... ls&id=4008 NOT DONE ( DO, PLEASE )
-
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
-
Downloading Error repair please ?
-
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
-
Thanks for the help Assinatura removida, sorry me
-
is the number of getPedAmmoInClip --Clip and not stats, and skill right? is it?