Mysql cache
#6

Код:
public OnPlayerConnect(playerid)
{
    mysql_function_query(Gconnection, "SELECT * FROM users WHERE `username`='thefatshizms'", true, "OnPlayerLogin", "d", "playerid");
    return 1;
}

forward OnPlayerLogin(playerid);
public OnPlayerLogin(playerid) {
    new rows, fields;
    cache_get_data(rows, fields, Gconnection);
    if(rows)
    {
        new temp[12], temp2;
        cache_get_field_content(0, "admin", temp);
        temp2 = strval(temp);
        printf("thefatshizms admin level is %d", temp2);
        cache_get_field_content(0, "money", temp);
        temp2 = strval(temp);
        printf("thefatshizms money is %d", temp2);
    }
    return 1;

}
Reply


Messages In This Thread
Mysql cache - by thefatshizms - 10.02.2013, 13:26
Re: Mysql cache - by MP2 - 10.02.2013, 13:29
Re: Mysql cache - by thefatshizms - 10.02.2013, 13:30
Re: Mysql cache - by ReVo_ - 10.02.2013, 13:32
Re: Mysql cache - by thefatshizms - 10.02.2013, 13:35
AW: Mysql cache - by Tommyx3 - 10.02.2013, 13:47
Re: AW: Mysql cache - by thefatshizms - 10.02.2013, 13:52

Forum Jump:


Users browsing this thread: 2 Guest(s)