Extract Problem!
#3

The error could be when she makes the query.

You do a query and calls the function with Tquery but never checked if the query return data.

Try.

PHP код:
forward OnPlayerLogin(playerid);
public 
OnPlayerLogin(playerid)
{
    if(
cache_num_rows() != 0// This will check if the query return data.
    
{
        
pInfo[playerid][pFpunish] = cache_get_field_content_int(0"Fpunish");
    }
    return 
1;

Reply


Messages In This Thread
Extract Problem! - by norton2 - 03.10.2015, 08:21
Re: Extract Problem! - by norton2 - 03.10.2015, 12:41
Re: Extract Problem! - by x3378 - 03.10.2015, 12:58
Re: Extract Problem! - by norton2 - 03.10.2015, 12:59
Re: Extract Problem! - by Thomaske - 03.10.2015, 15:22
Re: Extract Problem! - by Lordzy - 03.10.2015, 15:35
Re: Extract Problem! - by norton2 - 03.10.2015, 15:44
Re: Extract Problem! - by Lordzy - 03.10.2015, 15:51
Re: Extract Problem! - by norton2 - 03.10.2015, 15:59
Re: Extract Problem! - by Vince - 03.10.2015, 16:06

Forum Jump:


Users browsing this thread: 7 Guest(s)