Notice
If you are looking for support you should instead create a support ticket.
Is there any way to get the coins to show on my scoreboard? I know ps2 had that functionality but ps2 isn't supported anymore so I'm stuck with this.

Is this script only not working for me?

Hey this is a fantastic script that my server really relies on! Our devs absolutely love working with this addon compared to PS1 and PS2, we've done plenty of customization and made it perfect for everything we need.
Since there's no more official support, would anyone be interested in making something like a Discord we can share errors, requests, and other ideas and have a little community of people working on it? (Of course with never sharing full scripts to anyone, and with Shendow's permission if needed.)
I know that's kind of silly to ask, but I've seen a lot of servers using this over Pointshop 2, and since support ended for it, it looks like the PS2 dev has gone missing again. I'd hate for everyone to have to downgrade to pointshop 1 because support had to end. This way I believe the add-on could live until Shendow makes a full recovery (which I really hope he does! He's been around for forever.)

[SH_POINTSHOP DB] Lost connection to MySQL server during query ( UPDATE sh_pointshop_player
SET standard_points = '9898249', premium_points = '50000', inventory = '[{\"c\":\"stopass\",\"i\":10.0},{\"c\":\"tophat\",\"i\":1.0}]', equipped = '[]'
WHERE steamid = 'STEAM_0:1:53554690'
)
how fix this

Scince support stopped i though I ll just leave this here: We had issues with the sort and filter functions and solved them by exchanging sel_cat.__key
with sel_cat.Name
in the file sh_pointshop/lua/pointshop/cl_menu.lua

It does create one table called sh_pointshop which has item_id which it seems to sometimes update to.

I have the same problem except I managed to manually create the database, yet it doesn't allow me to buy items still (I buy them but don't actually get them) I have 4000 coins every time I start the server which is my default, it seems to be a problem with saving as well I guess. And it doesn't add any data to the table like my steamid or anything similar.

Not sure if I'm the only one experiencing issues with this, but the mysqloo doesn't work for this addon. It fails to create the player database so no data will be saved unless you use mysqlite. Works fine with mysqlite just not mysqloo.

Please read the "WARNING" Or visit his profile for more info before asking a question thank you.

Hey im interested in purchasing this i already have pointshop 2 if you add support for a taunt system e.g you buy an item and you play a sound on key press
Also the ability to change youre melee weapon model i would defiantely buy

can we create items like: https://github.com/Thendon/sneaky_pass/blob/master/lua/pointshop/items/powerups/sneaky_traitor_pass.lua
If so, I'd buy it to use it on all of my minigames server.

There are not.

Are there panels where player or admins could view their purschuases?

Just a question. Do you need a german translation? I could do that for you.

can't we dumb react comments in discussions.. smh

Just purchased. Loving this script. Although the item manager/create is not working correctly. I just make them with the lua files. Is there support for group items (aka VIP only skins?)?

Thoughts on adding taunts. Buy a taunt, press a button to use the taunt, give it a cooldown timer?

They are planned but I cannot provide a precise ETA.

One question before buying this; is there an eta on lootboxes or anything similar in the pipeline?

For now you have to create player models with .lua files (instead of through the Item Manager) but I plan on making a player model template to register them in-game. You'll just need to know the path to the model

How easy is it to add playermodels from Steam to the pointshop?

Loot Box opening would be really great! And maybe a market where players can sell their duped items.

I'm aware of this; I haven't pushed the update that includes this yet.

Friend of mine bought it and I helped him fix an error, line 440 of sv_main: (ply and !ply:IsAdmin ()) should be: (IsValid( ply ) and !ply:IsAdmin ())
This makes it so that console can give pointshop credits, do the same with premium points.