Pointshop2 icon indicating copy to clipboard operation
Pointshop2 copied to clipboard

libk still working?

Open joaozaguini opened this issue 1 year ago • 1 comments

After searching for hours and reading the Pointshop 2 documentation countless times, it is showing an error even though I did everything right, I put what I downloaded from GitHub in the addons folder and I still keep getting this error:

[pointshop2] addons/pointshop2/lua/ps2/client/cl_pointshop2view.lua:13: attempt to call method 'getInstance' (a nil value)

  1. unknown - addons/pointshop2/lua/ps2/client/cl_pointshop2view.lua:13

Timer Failed! [Simple][@addons/pointshop2/lua/ps2/client/cl_pointshop2view.lua (line 12)]

joaozaguini avatar Oct 30 '23 17:10 joaozaguini

Hello, try following the usual steps that may resolve the issue:

Make sure you have latest version of all addons(except pac3). PS2 https://github.com/Kamshak/Pointshop2/archive/refs/heads/master.zip LibK https://github.com/Kamshak/LibK/archive/refs/heads/master.zip PAC3 https://github.com/CapsAdmin/pac3/archive/0a5ac3501782ed848411ada341e4e9d3fdf281d1.zip the reason pac3 shouldn't be on the latest is because newer versions are breaking ps2 icons make sure all folder names are lowercase: Pointshop2 => pointshop2 LibK => libk PAC3 => pac3 make sure file structure is correct: ✅ garrysmod/addons/pointshop2/lua/... ❌ garrysmod/addons/pointshop2/pointshop2/lua/... Try also using a different FTP client to upload your files as they can sometimes corrupt ps2 or libk while uploading.

askrealcookie avatar Oct 30 '23 18:10 askrealcookie