Jump to content

I need help on how to install.


Recommended Posts

Hello. I found a mod in the MTA forums and I don't know how to install it. Yes, I'm newb to MTA and I really like that mod I saw. I was wondering on where to put those files. I tried SAMi and it says it's not compatible.

I don't know how to upload pictures in this forums so I'll post a link of the files instead.

It was made by a man named Slothman? I think it was?

imgur.com/S9RFF

the youtube video where I saw this is in this link:https://www.youtube.com/watch?v=WI8Y6dimUTk

Edited by Guest
Link to comment

I spawned a silenced pistol (like what was shown in the youtube video) and when I shoot, it doesn't work. no black string comes out. I can't open the lua script file cause I don't have the software to read it. i followed the manual in MTA wiki I typed /refresh and still nothing. I searched for software that could read .lua script files and I think it's only for GTA 4. I wish I could've posted the codes. :(

Link to comment
toggleControl ( theplayer, "horn", false ) 
    showPlayerHudComponent ( theplayer, "vehicle_name", false ) 
    setElementData ( wallstick, "purpose", "grapple" ) 
    setVehicleFrozen (wallstick, true) 
    setElementAlpha(wallstick, 0) 
    warpPedIntoVehicle ( theplayer, wallstick ) 
    setVehicleEngineState ( wallstick, false ) 
    setPedDoingGangDriveby (theplayer, false ) 
    setPedWeaponSlot ( theplayer, grapplegunslot ) 
    setTimer ( restartgrapple, 500, 1, theplayer) 

I don't understand these codes but I saw togglecontrol in line 1. and I wonder what that does. also in line 9. it says weaponslot grapple gun slot. I think it refers to the gun slot of the grapple gun. I tried finding the grapple gun in the list but i cant.

I think it would be crazy to paste all of the codes. :/

grapplegun = 23 --WHICH GUN WILL BE USED AS A GRAPPLE? 
gunrange = 80 --HOW FAR WILL THE GRAPPLE RANGE BE? 
  

I found these in the other lua file. seems important but I don't know what it means :( they must've hidden the button in a sort of number?

<?xml version="1.0"?> 
-type="script" version="5" name="Grapple hook" author="Slothman"/> 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...