<article class="uk-article">
<h1 class="uk-article-title">ESM_fnc_resetPaymentCounter</h1>
<p class="uk-article-meta">Resets the payment counter for all territories the player has access to</p>
<h4 class="uk-margin-remove">Input:</h4>
<dl class="uk-description-list">
<dd><code><span class="esm-text-color-toast-blue">_uid</span> <span class="esm-text-color-toast-yellow"><STRING></span></code></dd>
<dd>The UID of the player</dd>
</dl>
<h4 class="uk-margin-remove">Examples</h4>
<pre>"1234567890123" call ESM_fnc_resetPaymentCounter;</pre>
<pre>_uid call ESM_fnc_resetPaymentCounter;</pre>
</article>