Garry's Mod

Garry's Mod

Star Wars Lightsabers
Remove the force abilities?
I want to add the basic lightsabers to a deathrun server.

The force abilities for this addon are a bit overpowered for the gamemode so I want to remove them.

(I have extracted the addon)

Just need to know which files to modify/remove.
< >
A mostrar 1-2 de 2 comentários
[Osiris] StarLight 2 jan. 2017 às 14:17 
they are in the weapon_lightsaber.lua, in lua weapons you need to keep one force power though or the addon will create error




replace the SWEP.ForcePowers table with this and it will remove all the force powers aprt from a blank icon which will have no effect



SWEP.ForcePowers = { {
name = "",
icon = "",
description = "",
action = function( self )

end
},
}
traitorous8 7 jan. 2017 às 11:23 
I don't really think this would work for a deathrun server, but whatever you want, I guess.
< >
A mostrar 1-2 de 2 comentários
Por página: 1530 50