Kxnrl / Store

Store plugin for Source Engine Games.
https://github.com/Kxnrl/Store
90 stars 46 forks source link

Problem in install / Chat processor question #49

Closed Toxiic57 closed 5 years ago

Toxiic57 commented 5 years ago

Hi, sorry to bother but i got a problem in my install that i really don't understand.

So, it's a fresh install, i follow the guide and i get this error :

store.smx (Store - The Resurrection): Can not retrieve item.child from database: no result row

So if i understand it's a problem with the item item childs and parents things on DB entry ? If i check the store_item_parent table i got :

storeitemparent1 storeitemparent2

And in the store_item_child table : storeitemchild

and all the item wich is in items.txt that is in the config

But in store_items and store_equipment there is nothing, did i need to add the items here ? And how can i put them here ? Or did i miss something somewhere ? :(

And second thing, why the store disabling this chat-processor ? https://forums.alliedmods.net/showthread.php?p=2448733 Because without this chat processor i can't use this plugin : https://forums.alliedmods.net/showthread.php?p=2566623 wich is pretty nice for all this tags things. Any compatibility possible ?

Thank's ! <3

rajkodev commented 5 years ago

I have same problem, and it looks like deadend for me, until developer explain us where is a problem! <3

Kxnrl commented 5 years ago
  1. make sure your database.cfg in addons/sourcemod/configs
  2. when I started this project. CP hasn't been created yet.
  3. I made a CP bridge/invoke https://github.com/Kxnrl/Store/commit/984b7d539ddb19e82d2d1c2b79c42abc48c18efb
Toxiic57 commented 5 years ago

My db config is ok, For CP did i just need to compile cpsupport.sp and throw it in the plugins folder ?