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