Jump to content

Tarek632

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by Tarek632

  1. Anyone know what to do?
  2. doesnt work. i did everything right but it wont work
  3. Thx but how do i install the handling.txt?
  4. I am but i want the whole server to see the car mod
  5. can you put it on the mta community and send the link to me? , Thank you
  6. Is There a Way to download car mods to change the look of the car in a mta server or change the look of a weapon if so please tell me down below
  7. meta.XML: <?xml version="1.0"?> -
  8. i did now its not showing on my maps
  9. now its not showing on my maps when I used that script, i just want to spawn with the same script i died with
  10. So it will spawn me with the skin i died with?
  11. I have This game-mode that spawns you with a random skin and re-spawns you with the cj skin, is there any way to make it spawn with the skin you last had?, here are the spawn and re-spawn scripts: respawn: spawn script:
  12. Tarek632

    Team Help

    still not working
  13. Tarek632

    Team Help

    can someone make me an meta.xml for that script
  14. Tarek632

    Team Help

    Ok I made the script but it isnt showing on the resorces i put a meta inf is there a proper meta.inf i can put?
  15. Tarek632

    Team Help

    Still dont understand
  16. Tarek632

    Team Help

    So i do createTeam "Criminal" addCommandHandler (criminal) player element setPlayerTeam
  17. Tarek632

    Team Help

    Is There A script That makes you a Criminal when you type /criminal Thank You.
  18. I know LUA but not for MTA, I wrote the script above can someone make it only for admin???
  19. here is the script function createSpeaker(thePlayer) local x, y, z = getElementPosition(thePlayer) speakerObject = createObject(2229, x, y, z-1) outputChatBox("You have Succesfully created a speaker!", thePlayer, 0, 250, 0) if (isPedInVehicle(thePlayer)) then local vehicle = getPedOccupiedVehicle(thePlayer) attachElements(speakerObject, vehicle) triggerClientEvent(root, "playTheSound", root, x, y, z, vehicle) else triggerClientEvent(root, "playTheSound", root, x, y, z) end end addCommandHandler("placespeaker", createSpeaker) function deleteSpeaker(thePlayer) if (isElement(speakerObject)) then destroyElement(speakerObject) outputChatBox("You have Succesfully destroyed the Speaker!", thePlayer, 0, 0, 255) triggerClientEvent("stopTheSound", root) else outputChatBox("Speaker is not created!", thePlayer, 250, 0, 0) end end addCommandHandler("destroyspeaker", deleteSpeaker) --Can Someone make it for only admins for me?
  20. so after isObjectInACLGroup in do isObjectInACLGroup(admin)
  21. I just place Them at the beginning of the script?
  22. Need A command in a resource to work only for admins and mods
×
×
  • Create New...