30.07.2009, 15:10
You're supposed to use the function "strcmp" when comparing 2 strings.
Try something like
if!strcmp(tmp,PlayerInfo[playerid][Password])
{
...
}
Try something like
if!strcmp(tmp,PlayerInfo[playerid][Password])
{
...
}