Garry's Mod

Garry's Mod

Day of Infamy Explosives pack
caquelon 2019 年 8 月 23 日 上午 3:51
Error in lua
to prevent errors in the server console everytime a user throws his last grenade,

in all grenade weapons, replace or override :

function SWEP:Holster()
if self:Ammo1() <= 0 then


with


function SWEP:Holster()
if SERVER and self:Ammo1() <= 0 then



you're welcome.
great job tho
最後修改者:caquelon; 2019 年 8 月 23 日 上午 4:18