04.06.2018, 17:42
In the sscanf;
Why is the "otherPlayer" variable so large? It only has to be 24 since player names can only go up to 24 characters long.
Код:
if(sscanf(params, "s[50]s[50]", otherPlayer, reason)) return SendClientMessage(playerid, -1, "{FF0000}[ERROR] {FFFFFF}Usage: /oban <playername> <reason>");

