22.09.2016, 12:39
It is quite simpler:
becomes:
and you replace newpass with params.
You're welcome anyway.
pawn Код:
if(sscanf(params, "s[65]", newpass)) return SendClientMessage(playerid, -1, "Use: /changepass [new password]");
pawn Код:
if(isnull(params)) return SendClientMessage(playerid, -1, "Use: /changepass [new password]");
You're welcome anyway.