30.03.2019, 03:29
I addressed where the problems are comming from and how they should be handled.
What is it you have an issue with for fixing it?\
Edit;
Add another param in the sscanf.
Example:
Make a checker on the amount (Whether it's positive or negative, along with the requirement of the amount that can be given) instead of checking how much Likes or Dislikes the player has.
What is it you have an issue with for fixing it?\
Edit;
Quote:
HTML Code:
if(sscanf(params, "uS[256]", Player, Reason)) |
Example:
Code:
if(sscanf(params, "uiS[256]", Player, Amount, Reason))