[Help]MySQL changepass cmd
#4

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

You're welcome anyway.
Reply


Messages In This Thread
[Help]MySQL changepass cmd - by Banditul18 - 22.09.2016, 11:47
Re: [Help]MySQL changepass cmd - by Konstantinos - 22.09.2016, 11:50
Re: [Help]MySQL changepass cmd - by Banditul18 - 22.09.2016, 12:36
Re: [Help]MySQL changepass cmd - by Konstantinos - 22.09.2016, 12:39
Re: [Help]MySQL changepass cmd - by Vince - 22.09.2016, 14:27
Re: [Help]MySQL changepass cmd - by Banditul18 - 22.09.2016, 15:10

Forum Jump:


Users browsing this thread: 1 Guest(s)