
Tarek632
Members-
Posts
25 -
Joined
-
Last visited
Everything posted by Tarek632
-
doesnt work. i did everything right but it wont work
-
Thx but how do i install the handling.txt?
-
I am but i want the whole server to see the car mod
-
can you put it on the mta community and send the link to me? , Thank you
-
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
-
meta.XML: <?xml version="1.0"?> -
-
i did now its not showing on my maps
-
now its not showing on my maps when I used that script, i just want to spawn with the same script i died with
-
So it will spawn me with the skin i died with?
-
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:
-
can someone make me an meta.xml for that script
-
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?
-
So i do createTeam "Criminal" addCommandHandler (criminal) player element setPlayerTeam
-
Is There A script That makes you a Criminal when you type /criminal Thank You.
-
Thanks Helped Alot.
-
I know LUA but not for MTA, I wrote the script above can someone make it only for admin???
-
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?
-
so after isObjectInACLGroup in do isObjectInACLGroup(admin)
-
I just place Them at the beginning of the script?
-
Need A command in a resource to work only for admins and mods