Garry's Mod

Garry's Mod

Wiremod Canary
Showing 21-30 of 327 entries
< 1  2  3  4  5 ... 33 >
Update: 19 Jun @ 7:00pm

Fix player core invalid return (#3358)

* Fix player core invalid return + new function
Fixes return values ​​in player core and adds a function that allows players to enable/disable noclip

* Don't need to do this checks

* Left it for other PR

* Minor change

Update: 19 Jun @ 6:53pm

Adding GetBodygroupName (#3363)

* Adding GetBodygroupName

Adds getBodygroupName to return string name of given Bodygroup ID.
Don't see why this can't be added, would be great if it does! :) <3

* fixed add for getBodygroupName

i had function as number return, mistake

* Add e2 description - getBodygroupName

* Update entity.lua

Update: 19 Jun @ 6:50pm

Don't throw an error when there is a problem opening a file (#3365)

* Don't throw an error when there is a problem opening a file

Anything can happen to the file that will prevent us from opening it, and the notification looks more right than an error for a average user.

* Use WireLib.AddNotify

* Use WireLib.AddNotify

Update: 19 Jun @ 6:49pm

Fix deprecated unwire (#3366)

Instead of passing the player entity as an argument, it passes the message length, causing an error

Update: 12 Jun @ 7:58am

Fix NULL error in prop core (#3362)

Fixes error after #3347 because when removeing a chip, player may already be invalid

Update: 10 Jun @ 6:54am

Changed prop burst limit to count per player (#3347)

Update: 10 Jun @ 6:53am

Fix issues with EGP Objects getting nil arguments (#3348)

* add missing arguments to transmit

* Early return on umsg error

Update: 7 Jun @ 1:10pm

Remove dead code? (#3356)

I couldn't find any information about what rt_antinoclip_handler is and why Wiremod needs to patch it, so I think it should be removed

Update: 6 Jun @ 5:58am

fix aimbone upvalue (#3341)

Update: 3 Jun @ 4:20pm

Update lint.yml (#3349)

Updates GLuaLint from version 1.24.6 to 1.29.0