25.03.2014, 16:17
Do what Konstantinos said AND make sure you used the updateD tutorial ESPECIALLY at this part
pawn Code:
public OnAccountCheck(playerid)
{
new rows, fields;
cache_get_data(rows, fields, mysql);
if(rows)
{
cache_get_field_content(0, "PASS", pInfo[playerid][Password], mysql, 129); //THIS PART