• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows ACC gesior shop system ; / help

Murach

Banned User
Joined
Aug 22, 2010
Messages
136
Reaction score
3
Welcome

tfs 8.54

I have a problem.
Adds manarune backpack, but does not show them to me in a sms shop.
In phpmyadmin writes with is added, and the acc no-shows.
Help

* Backpack manarune added via admin panel shop.
 
do you have category shop or just every thing in 1 line can u post the shop script here to see what version you got and to see whats the probleem
 
try this

Code:
INSERT INTO `z_shop_offer`(`id`,`points`,`itemid1` ,`count1` ,`itemid2` ,`count2` ,`offer_type` ,`offer_description` ,`offer_name`)
VALUES NULL , '40', '2700', '100', '2002', '8', 'container', 'Buy Bp manarune!', 'bp manarune');
 
I do not understand, /

This is so that when I type in "offert_name" "item" is a show but it gives you the same back pack, and as I type "container" is not at all show deals.
 
Back
Top