I want sell Complete Set at my website.. how can I do it ? there is anyscripts?
![]()
I want sell Complete Set at my website.. how can I do it ? there is anyscripts?
![]()
http://forum.ragezone.com/f311/where...cripts-647055/
perhaps try this ..
you can use its acp to add items to the shop
hmm it would take some change in the coding, that it doesnt send a single but multiple items with 1 click
like now its "1001" with 1 click
and it would be "1001,1002,1003,1004,1005" with 1 click
or it could be something like this
*code*
send: itemsid "1001"
*more code
into
*code*
send: itemsid "1001"
send: itemsid "1002"
send: itemsid "1003"
*more code
i have no idea on how its exactly coded though