F fsmile Rookie Jan 13, 2025 #1 public bool BuyProductID(string productId, [Optional] Action<PurchaseResult> callback) { return default(bool); }
public bool BuyProductID(string productId, [Optional] Action<PurchaseResult> callback) { return default(bool); }
Wxrnin Approved Modder Approved Modder Jan 16, 2025 #2 Just hook it as a boolean and return it to true or false.. Upvote 0 Downvote
F fsmile Rookie Jan 19, 2025 #3 Wxrnin said: Just hook it as a boolean and return it to true or false.. Click to expand... thx,But this doesn't work Upvote 0 Downvote
Wxrnin said: Just hook it as a boolean and return it to true or false.. Click to expand... thx,But this doesn't work
Wxrnin Approved Modder Approved Modder Jan 19, 2025 #4 fsmile said: thx,But this doesn't work Click to expand... Then you have to try another method. Upvote 0 Downvote