error 035:argument type mismatch & error 033:array must be indexed
#3

Quote:
Originally Posted by introzen
Посмотреть сообщение
LINE 210 & LINE 293
pawn Код:
INI_WriteInt(File, "Password", buf);
// WriteInt is only for Integers. I believe you're trying to save a string.
LINE 233 & LINE 271
pawn Код:
if(hash == PlayerInfo[playerid][Pass])
Use strcmp instead.
pawn Код:
if(!strcmp(hash,PlayerInfo[playerid][Pass]))
silly me i forgot all about strcmp and password is string +rep
Reply


Messages In This Thread
error 035:argument type mismatch & error 033:array must be indexed - by xTURBOx - 20.03.2016, 10:52
Re: error 035:argument type mismatch & error 033:array must be indexed - by introzen - 20.03.2016, 11:10
Re: error 035:argument type mismatch & error 033:array must be indexed - by xTURBOx - 20.03.2016, 11:55

Forum Jump:


Users browsing this thread: 1 Guest(s)