-
Posts
191 -
Joined
-
Last visited
Everything posted by LaCosTa
-
Hello guys , i want from mta team to do favour to me , i just have two accounts on mta community , i want to delete one of them and to change name to LaCosTa i want to delete account with the name of LiL_CoSta i want the username of the account Cmtv get changed to LaCosTa any help is aperciated and thanks .
-
Well to get this script you should contact any skilled scripter to make it to you however you should pay him .
-
إبداع عجبتني الفكرة واصل يااخي الله راح اكون فعونك
-
Why not ? because this script is easy to create and not something original or unique but you're free and good luck with it , also give us some screenshots to see its quality and to know if it deserves to be sold .
-
bosslorenz why he should use setPlayerTeam?? , he wants to know the player Team name and i guess he knows the function well
-
Take a look at the example here https://wiki.multitheftauto.com/wiki/IsObjectInACLGroup cuz I can't fix yours I'm using phone ,besides you can use one function instead of using it multiple times , try to use if source == button then -- your code here elseif source == button2 then -- your code here end
-
The problem why it destroys all the markers cuz I see in every function you made if player press the button1 will destroy the marker1 and in other function will destroy marker2 and so on which means that if the player press the button the script will call all the functions that are related with the button . To fix this problem simply use setElementData to markers and use getElementData inside the functions.
-
Well I guess if you closed your server you'll lose your rights , you can't report them if they copied your server name cuz you deleted your server however if they stole your scripts it's your problem cuz you have to secure your resources.
-
I saw ss and I'm so excited to test this island after my pc gets repaired , very good job guys .
-
[REL] HeroInventory - Inventory System [Groups + More]
LaCosTa replied to Malicious Hero.'s topic in Resources
Very good man i loved your job . -
احسنت , اعجبني عملك , بلتوفيق
-
https://community.multitheftauto.com/in ... ails&id=54. Here we go .
-
Well I think that renkon is well experienced as he stated in his intro , so giving us some screenshots or videos to confirm what you said above . If you don't have mind ofc.
-
I really loved this idea and your work , keep it up .
-
this is the right place , click me
-
try this one blip = createBlipAttachedTo ( vehicleValue, 0,2, 0, 0, 0, 0, 0, 300 )
-
try this one EDIT : i added if the player leaves the colshape didn't get killed after 5 secondes safeZone = createColRectangle ( 1837.4000244141, 1283.0999755859, 195, 165) safeArea = createRadarArea ( 1837.4000244141, 1283.0999755859, 195, 165, 0, 255, 0, 150) function killP(hitElement) if (getElementType(hitElement)=="ped") then destroyElement(hitElement) elseif (getElementType(hitElement)=="player") then local playerTeam = getPlayerTeam ( hitElement ) local teamName = ( playerTeam and getTeamName ( playerTeam ) or "" ) if not ( teamName == "LV MAFIA")then outputChatBox("You're not part of LV MAFIA Clan You'll be killed after 5 secondes", hitElement) timer = setTimer(function() killPed(hitElement) end,5000,1) end end end addEventHandler("onColShapeHit", safeZone, killP) function stopKillP(hitElement) if (getElementType(hitElement) == "player") then if isTimer(timer) then killTimer(timer) end end end addEventHandler("onColShapeLeave",safeZone,stopKillP)
-
nice design i love the dark colors
-
the picture is not working for me
-
just remove source and write player instead
