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.
< >
Сообщения 12 из 2
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
},
}
I don't really think this would work for a deathrun server, but whatever you want, I guess.
< >
Сообщения 12 из 2
Показывать на странице: 1530 50