Guten Tag Community,
ich habe probleme bei meinem Haussystem und zwar wenn ich das Haus lade
public OnHausLoad(hausid)
{
new result[64];
new haus = 0;
new num_fields,num_rows;
cache_get_data(num_rows,num_fields,dbhandle);
/* while(haus<num_rows)
{
hInfo[haus+1][hCreated] = 1;
cache_get_field_content(hausid,"id",result);
hInfo[haus+1][hID] = strval(result);
cache_get_field_content(hausid,"besitzer",result);
hInfo[haus+1][hBesitzer] = strval(result);
cache_get_field_content(hausid,"created",result);
hInfo[haus+1][hCreated] = strval(result);
cache_get_field_content(hausid,"owned",result);
hInfo[haus+1][hOwned] = strval(result);
cache_get_field_content(hausid,"Enx",result);
hInfo[haus+1][h_enx] = floatstr(result);
cache_get_field_content(hausid,"Eny",result);
hInfo[haus+1][h_eny] = floatstr(result);
cache_get_field_content(hausid,"Enz",result);
hInfo[haus+1][h_enz] = floatstr(result);
cache_get_field_content(hausid,"preis",result);
hInfo[haus+1][hPreis] = strval(result);
cache_get_field_content(hausid,"level",result);
hInfo[haus+1][hLevel] = strval(result);
if(hInfo[haus+1][hOwned] == 1)
{
CreatePickup(1239,1,hInfo[haus+1][h_enx], hInfo[haus+1][h_eny], hInfo[haus+1][h_enz]);
}
if(hInfo[hausid][hOwned] == 0)
{
CreatePickup(1273,1,hInfo[haus+1][h_enx], hInfo[haus+1][h_eny], hInfo[haus+1][h_enz]);
}
hLabel[hausid]=Create3DTextLabel("Haha", COLOR_RED, hInfo[haus+1][h_enx], hInfo[haus+1][h_eny], hInfo[haus+1][h_enz], 40.0, 0, 0);
UpdateHausLabel(haus+1,hInfo[haus+1][hOwned]+1);
printf("Häuser geladen %i",num_rows);
}*/
return 1;
}
wird die Schleife nicht geladen
die grünen stellen halt
Ich hoffe einer kann mir helfen
MfG
Master