26.05.2016, 14:50
Hello.
When i compile this:
i get this error:
error 021: symbol already defined: "cache_get_data"
?? where does it come from
When i compile this:
PHP код:
forward ToLoadCars(playerid);
public ToLoadCars(playerid);
{
new num_fields2,num_rows2;
cache_get_data(num_rows2,num_fields2,dbhandle);
if(num_rows2==1)
{
for(new i = 0; i < sizeof(cInfo); i++)
{
cInfo[i][db_id] = cache_get_field_content_int(0,"id",dbhandle);
}
else
{
return 1;
}
}
error 021: symbol already defined: "cache_get_data"
?? where does it come from