09.09.2013, 07:28
I have a Error in my Code,
here the code
case 3:
{
pInfo[playerid][Geld] = cache_get_field_content_int(0,"Geld");
pInfo[playerid][Leben] = cache_get_field_content_float(0,"Leben"); // the error
cache_get_field_content(0,"LastLogin",pInfo[playerid][LastLogin]);
pInfo[playerid][pLogged] = true;
SpawnPlayer(playerid);
return 1;
}
And the Errorcode:
warning 213: tag mismatch
I dont know why there is a warning, please help me
here the code
case 3:
{
pInfo[playerid][Geld] = cache_get_field_content_int(0,"Geld");
pInfo[playerid][Leben] = cache_get_field_content_float(0,"Leben"); // the error
cache_get_field_content(0,"LastLogin",pInfo[playerid][LastLogin]);
pInfo[playerid][pLogged] = true;
SpawnPlayer(playerid);
return 1;
}
And the Errorcode:
warning 213: tag mismatch
I dont know why there is a warning, please help me