rebel1324 / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.net
MIT License
65 stars 31 forks source link

[1.1-beta] Equip storaged items #273

Closed blt950 closed 5 years ago

blt950 commented 5 years ago

There's a bug where if you put e.g. a weapon in a storage (e.g. wooden crate), you can equip it while it's inside that storage.

rebel1324 commented 5 years ago

Strange, I fixed that while ago, let me investigate.

SleepyMode commented 5 years ago

Seems like no checks are done to make sure the item is actually on the player's inventory, I'll go around seeing how to implement it later on today.

rebel1324 commented 5 years ago

I’ve got this, just wait an hour. Windows 10용 메일에서 보냄

보낸 사람: SleepyMode 보낸 날짜: 2019년 1월 22일 화요일 오후 7:31 받는 사람: rebel1324/NutScript 참조: Kyu Yeon Lee; Comment 제목: Re: [rebel1324/NutScript] [1.1-beta] Equip storaged items (#273)

Seems like no checks are done to make sure the item is actually on the player's inventory, I'll go around seeing how to implement it later on today. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

SleepyMode commented 5 years ago

Solved by @rebel1324 earlier today. Closed.