- Автор темы
- #1
Код:
case DLG_LOG:
{
if(response)
{
if(strcmp(player_info[playerid][pPassword], inputtext, false, 64) == 0)
{
SCM(playerid, COLOR_WHITE, "Верный");
}
else
{
SCM(playerid, COLOR_WHITE, "Не верный");
ShowLogin(playerid);
}
}
else
{
SCM(playerid, COLOR_RED, "Используйте \"/q\" чтобы покинуть сервер");
SPD(playerid, -1, 0, " ", " ", " ", "");
return Kick(playerid);
}
}
}
Код:
[21:09:18] [ERROR] cache_get_value_name: field 'password' not found