Scritto il 18/11/2018 alle ore 13.02
Hi, I’ve gotten all of these code snippets to work, however, I have one little issue. What would the code be to purchase a card once it has been searched for a located?I’ve seen you marked up the code with the following: $trade = $t->trade(18629464);//to bid 200 on the trade above you would use $t->bid(18629464, 200); This would only be relating to that specific tradeID, which is 18629464. Would it be possible to go about putting the TradeID that was just found when searching for a player, into the $trade = $t->trade(this spot?????);Thanks,KJL |