Free Login
#2

Try changing this:
PHP код:
if(!strcmp(inputtextpInfo[playerid][Pass], false))
//if(strcmp(inputtext) == pInfo[playerid][Pass]) 
To this:
PHP код:
//if(!strcmp(inputtext, pInfo[playerid][Pass], false))
if(strcmp(inputtext) == pInfo[playerid][Pass]) 
Reply


Messages In This Thread
Free Login - by kronka - 28.03.2017, 17:17
Re: Free Login - by jasperschellekens - 28.03.2017, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)