11.04.2012, 20:50
I've started makingur password, a registeration system, if you select "password" or "Password" as your pass, it returns a client message.
And I get those.
Help, please?
pawn Код:
if(dialogid == DIALOG_NEWACC)
{
new
pass[8];
pass = inputtext;
if(pass == "password" || pass == "Password") return SendClientMessage(playerid, GREY, "Please choose a more original password.");
}
pawn Код:
C:\Users\Jack\Desktop\Server\Lf-Rp.pwn(257) : error 047: array sizes do not match, or destination array is too small
C:\Users\Jack\Desktop\Server\Lf-Rp.pwn(258) : error 001: expected token: "-string end-", but found "-identifier-"
Help, please?