Jump to content

LaCosTa

Members
  • Posts

    191
  • Joined

  • Last visited

Everything posted by LaCosTa

  1. 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 .
  2. Well to get this script you should contact any skilled scripter to make it to you however you should pay him .
  3. إبداع عجبتني الفكرة واصل يااخي الله راح اكون فعونك
  4. 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 .
  5. bosslorenz why he should use setPlayerTeam?? , he wants to know the player Team name and i guess he knows the function well
  6. LaCosTa

    ACL GUI

    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
  7. 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.
  8. 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.
  9. حاول استخدم هذه الفنكشات سنساعدك , استعمل varibles onPlayerLogin -- event getPlayerTeam setElementData onClientGUIClick -- event triggerClientEvent getElementData setPlayerTeam
  10. I saw ss and I'm so excited to test this island after my pc gets repaired , very good job guys .
  11. LaCosTa

    Bank system

    https://community.multitheftauto.com/in ... ails&id=54. Here we go .
  12. 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.
  13. I really loved this idea and your work , keep it up .
  14. this is the right place , click me
  15. LaCosTa

    Blips Help

    try this one blip = createBlipAttachedTo ( vehicleValue, 0,2, 0, 0, 0, 0, 0, 300 )
  16. LaCosTa

    Team base

    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)
  17. nice design i love the dark colors
  18. the picture is not working for me
  19. great work amd good luck
  20. LaCosTa

    SAFEZONE

    just remove source and write player instead
×
×
  • Create New...