Garry's Mod

Garry's Mod

Voice Amplifier SWEP
Trusty 2018 年 5 月 9 日 上午 10:14
Remove rank restriction
To remove the rank restriction extract the addon and remove the "and tal:IsAdmin()" from line 7 of lua>autorun>server>voice_amp_server_init.lua

The whole of this line is "if tal:GetPos():DistToSqr(lis:GetPos()) < wep:GetDistance() or (wep:GetAllTalk() and tal:IsAdmin()) then return true,false end"

It should look like "if tal:GetPos():DistToSqr(lis:GetPos()) < wep:GetDistance() or (wep:GetAllTalk()) then return true,false end"



Once you have edited this line create a folder containing all the contents of the addon including the lua file you have just edited. Upload this to your "addons" folder on the server or in your client for single player.

You will have to unsubscribe from the addon for this.
< >
正在显示第 1 - 2 条,共 2 条留言
ItzJustJelo 2018 年 9 月 24 日 下午 4:42 
wish there was a video
Bliss 2019 年 9 月 1 日 下午 12:56 
where do I download it and if that is the same as subscribing to it then how do I edit and extract the file??
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50