Login fail
#4

I got the same problem before, but after I change this code it got to be working...
Change
pawn Код:
if (strcmp(inputtext, PlayerInfo[playerid][password]))
To
pawn Код:
if ( !strcmp( inputtext, PlayerInfo[ playerid ][ password ], false ) )
Hope it helps ..
Reply


Messages In This Thread
Login fail - by HydraX - 06.07.2011, 21:42
Re: Login fail - by iTzZh - 06.07.2011, 23:41
Re: Login fail - by HydraX - 07.07.2011, 03:20
Re: Login fail - by Basicz - 07.07.2011, 04:01
Re: Login fail - by HydraX - 07.07.2011, 05:18

Forum Jump:


Users browsing this thread: 1 Guest(s)