Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
· Added extra info for parameters
  • Loading branch information
BN-M authored Jul 14, 2023
1 parent 58bc4d3 commit 8be9c1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,12 @@ token=mytoken&funcname=myfunc&params=[20]
<p>In 5 seconds on sa-mp server, the public function (myfunc) should be called with the params (int:20)</p>
<p><strong>Params note:</strong> The parameters needs to follow the function (myfunc in this case) order, otherwhise you can get and error or crash.</p>
<p><strong>Params note(s):</strong></p>
<ul>
<li>The parameters needs to follow the function (myfunc in this case) order, otherwhise you can get and error or crash - myfunc(int, string .....).</li>
<li>The parameters don`t need the format because the API (FS) automatically detect and format the function data tags (INT, STRING, FLOAT) based on parameters</li>
</ul>
<h3>Client side (global - rcon)</h3>
Expand Down

0 comments on commit 8be9c1b

Please sign in to comment.