adamdburton / pointshop

PointShop is a shop system for Garry's Mod 13
http://pointshop.burt0n.net/
MIT License
69 stars 101 forks source link

Items not applied after map change [MySQL Specific] #169

Open ghost opened 10 years ago

ghost commented 10 years ago

If a player equips an item, it will appear one round, but after the map changes, it is equipped but never drawn. This only happens when using the MySQL adapter. I was able to reproduce this problem on Sandbox with only pointshop and MySQLoo installed.

ghost commented 10 years ago

Found the issue.

Sv_player_extension, line 10. You should change the timer value to 3-5 seconds, rather than 1. We need to give slower MySQL servers more time to query.