Hi elitepvpers,
Well i was looking for an easy way to make an backend panel for an shop.
So i felt inspired with this topic [Only registered and activated users can see links. Click Here To Register...]
With thanks to Xxl3lubbs for making such an topic and velmore and FlyCraft.TobiLap for their contribution
Now what i wanted was to make my own ITEM_TBL with my own columns etc.
This is now almost 100% working if i didnt have 2 problems that i cant seem to find
inside the spec_item there are 2 rows szIcon and szComment that i wanted to use
However eveytime the server starts the szIcon and szComment inside the ITEM_TBL remains empty. Now i have tried somethings but it seems i cant get it to work.
i am inserting it into ITEM_TBL like this
i will only show what i am having problems with
sprintf( szSQL, "ITEM_STR 'I1', '%s', '%s'," //0
pItemProp->szIcon, pItemProp->szComment
Those are not working or give an empty result.
Any help will be appriciated.
With kind regards,
Well i was looking for an easy way to make an backend panel for an shop.
So i felt inspired with this topic [Only registered and activated users can see links. Click Here To Register...]
With thanks to Xxl3lubbs for making such an topic and velmore and FlyCraft.TobiLap for their contribution
Now what i wanted was to make my own ITEM_TBL with my own columns etc.
This is now almost 100% working if i didnt have 2 problems that i cant seem to find
inside the spec_item there are 2 rows szIcon and szComment that i wanted to use
However eveytime the server starts the szIcon and szComment inside the ITEM_TBL remains empty. Now i have tried somethings but it seems i cant get it to work.
i am inserting it into ITEM_TBL like this
i will only show what i am having problems with
sprintf( szSQL, "ITEM_STR 'I1', '%s', '%s'," //0
pItemProp->szIcon, pItemProp->szComment
Those are not working or give an empty result.
Any help will be appriciated.
With kind regards,