ich habe das problem das ich kein business kaufen kann
/Bittlabel updaten lassen
stock UpdateBizzLabel(h)//buybusiness
{
new string[248];
if(BizzInfo[h][bOwned] == 1)
{
format(string, sizeof(string), "{FFFFFF}Business:{F7F700}%s.\n{FFFFFF}Inhaber: {F7F700}%s.",BizzInfo[h][bMessage],BizzInfo[h][bOwner]);
DestroyDynamic3DTextLabel(BizzInfo[h][blabel]);
BizzInfo[h][blabel] = CreateDynamic3DTextLabel(string,COLOR_WHITE,BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]+0.5,15.0,0,0);
}
else
{
format(string, sizeof(string), "{FFFFFF}Das Business {F7F700}%s{FFFFFF} steht zum Verkauf:\n{FFFFFF}Preis: {F7F700}%d{4EF700}€.{F7F700}\n\n/buybusiness{FFFFFF} um es zu kaufen!",BizzInfo[h][bMessage],BizzInfo[h][bBuyPrice]);
DestroyDynamic3DTextLabel(BizzInfo[h][blabel]);
BizzInfo[h][blabel] = CreateDynamic3DTextLabel(string,COLOR_WHITE,BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]+0.5,15.0);
}
return 1;
}
wie könnte man es machen das man es kaufen kann weil die biz sind ja da aber irgend wie der befehl nicht