22.01.2013, 19:19
Hello!
This code is wrong. You have to write "true" at the end of the line like this:
I hope it will help you.
Rupert
Код:
if(!strcmp(hashpass,pInfo[playerid][Pass]))
Код:
if(!strcmp(hashpass,pInfo[playerid][Pass]), true))
Rupert