• How to disable ShowSpare1 ?
    5 replies, posted
Delete me
In Gamemode ? Look init.lua.
[code]function GM:ShowSpare1() return end[/code] ?
You dont need put return to tje function just keep the function empty.
[QUOTE] function Test() end; hook.Add( "ShowSpare1", "Test", Test); [/QUOTE] ?
[QUOTE=SlownLS;51772523]?[/QUOTE] Edit the GM function to prevent anything from happening.
Sorry, you need to Log In to post a reply to this thread.