hey Brotfische,
undzwar wieso speichert er den skin nicht, die fraktion nicht den leader und member nicht ??
Klick mich fest für SCREEN
Code:
format(query,sizeof(query),"UPDATE user SET level='%i',money='%i',Adminlevel='%i',Fraktion='%i',Leader=%i',Member='%i',Skin='%i',Team='%i',Model='%i',Rank='%i',Gehalt='%i' WHERE id='%i'",sInfo[playerid][level],GetPlayerMoney(playerid),sInfo[playerid][pAdmin],sInfo[playerid][pFraktion],sInfo[playerid][pLeader],sInfo[playerid][pMember],sInfo[playerid][pChar],sInfo[playerid][pTeam],sInfo[playerid][pModel],sInfo[playerid][pRank],sInfo[playerid][pGehalt],sInfo[playerid][db_id]);
Code2:
sInfo[playerid][pFraktion] = cache_get_field_content_int(0,"Fraktion",dbhandle);
sInfo[playerid][pLeader] = cache_get_field_content_int(0,"Leader",dbhandle);
sInfo[playerid][pMember] = cache_get_field_content_int(0,"Member",dbhandle);
sInfo[playerid][pChar] = cache_get_field_content_int(0,"Skin",dbhandle);
sInfo[playerid][pTeam] = cache_get_field_content_int(0,"Team",dbhandle);
sInfo[playerid][pModel] = cache_get_field_content_int(0,"Model",dbhandle);
sInfo[playerid][pRank] = cache_get_field_content_int(0,"Rank",dbhandle);
sInfo[playerid][pGehalt] = cache_get_field_content_int(0,"Gehalt",dbhandle);
Wenn einer was weiß, danke imvorraus.