03.12.2016, 21:44
Hello !
Why it's Don't load Informations ? :/
Thanks in advence
Why it's Don't load Informations ? :/
PHP Code:
if(rows > 0)
{
cache_get_field_content(0, "password", PlayerInfo[playerid][pPass]);
PlayerInfo[playerid][pKills] = cache_get_field_content_int(0, "kills");
PlayerInfo[playerid][pDeaths] = cache_get_field_content_int(0, "deaths");
PlayerInfo[playerid][pCash] = cache_get_field_content_int(0, "cash");
PlayerInfo[playerid][pKicks] = cache_get_field_content_int(0, "kicks");
PlayerInfo[playerid][pAdmin] = cache_get_field_content_int(0, "admin");
PlayerInfo[playerid][pBans] = cache_get_field_content_int(0, "bans");
PlayerInfo[playerid][pSkin] = cache_get_field_content_int(0, "skin");
new plrIP[16];
PlayerInfo[playerid][pIP] = GetPlayerIp(playerid, plrIP, sizeof(plrIP));
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT, ""WHITE"Login...",""RED"Welcome Back ! We Miss You here !.\n"WHITE"Please Type You password to get back you rights","Login","Quit");
}