Habe das Haus System komplett umgeschrieben aber es kommt auch nur 1 Error aber dieser geht nichr wech
new string3[90];
if(HouseInfo[h][hOwned] == 0)
{
format(string3, sizeof(string3), "Dieses Haus ist zum Verkauf\n%d $\nLevel: %d\*nBeschreibung: %s\n '/Hauskauf' zum Kaufen", HouseInfo[h][hValue], HouseInfo[h][hLevel], HouseInfo[h][hDiscription]);
HouseInfo[h][hLabelID] = Create3DTextLabel(string3,COLOR_TUTBLAU,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+1,22.0,0,0);
CreatePickup(1318, 2, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey],HouseInfo[h][hEntrancez]);
pickups++;
}
Da soll der Error sein in der 4 Zeile davon