Jump to content
McKay Development

jerrey

Member
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    jerrey reacted to Valdi in ClientMicroTxnAuthRequest (5504)   
    Hi
    If you are using globaloffensive library
    when you call the _send method, just add the callback (last parameter) and it will add source id automatically
    _send( CS2Emsgs.k_EMsgGCStorePurchaseFinalize, Protos.CMsgGCStorePurchaseFinalize, { txn_id, }, (appId, msgType) => { if(Language.StorePurchaseFinalizeResponse != msgType) { return; } this.emit("itemsPurchased"); } // fix the issue with source id );
×
×
  • Create New...