[Pomoc] Biz label problem

Započeo Novica, Avgust 01, 2012, 20:26:54 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Mod:Privatan
Problem:Znaci ne radi mi label za bizove i sbizove a za kuce radi dole imate deo skripte
Deo skripte: for(new h = 0; h < sizeof(HouseInfo); h++)
{
if(HouseInfo[h][hOwned] == 0)
{
        format(PropertyString,sizeof(PropertyString),"Opis: %s \n Kuca je na prodaju! \n Kucni broj: %d \n Cena: $%d \n Potrebni level: %d \n /househelp", HouseInfo[h][hDiscription], HouseInfo[h][hWorld], HouseInfo[h][hValue], HouseInfo[h][hLevel]);
housesale = Create3DTextLabel(PropertyString,0x00FF00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+1,15,0,1);
AddStaticPickup(1273, 2, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
pickups++;
}
if(HouseInfo[h][hOwned] == 1)
{
    format(PropertyString,sizeof(PropertyString),"Opis: %s \n Vlasnik kuce %s \n Cena: %d | Level: %d | Neaktivnost:%d sati \n Kucni broj: %d \n Cena rentanja: %d \n /househelp", HouseInfo[h][hDiscription], HouseInfo[h][hOwner], HouseInfo[h][hValue], HouseInfo[h][hLevel], HouseInfo[h][hTime],HouseInfo[h][hWorld], HouseInfo[h][hRent]);
housesale = Create3DTextLabel(PropertyString ,0x00C2ECFF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+1,15,0,1);
AddStaticPickup(1318, 2, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
pickups++;
}
}
for(new h = 0; h < sizeof(BizzInfo); h++)
{
if(BizzInfo[h][bOwned] == 0)
{
format(PropertyString,sizeof(PropertyString),"Opis:%s \n Potreban level: %d \n Enterijer bizza: %d \n Cena: $%d \n ID: %d", BizzInfo[h][bMessage], BizzInfo[h][bLevelNeeded], BizzInfo[h][bInterior], BizzInfo[h][bBuyPrice],BizzInfo[h][bVirWorld]);
bizsale = Create3DTextLabel(PropertyString,0x00FF00FF,BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]+1,50,0,1);
AddStaticPickup(1272, 2, BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]);
pickups++;
}
if(BizzInfo[h][bOwned] == 1)
{
format(PropertyString,sizeof(PropertyString),"Opis:%s \n VLASNIK: %s , Iznuda: %s \n Potreban level: %d \n Cena: %d \n ID: %d \n Enterijer Bizza:%d.",BizzInfo[h][bMessage],BizzInfo[h][bOwner], BizzInfo[h][bExtortion], BizzInfo[h][bLevelNeeded],BizzInfo[h][bBuyPrice],BizzInfo[h][bVirWorld],BizzInfo[h][bInterior]);
bizsale = Create3DTextLabel(PropertyString ,0x00C2ECFF,BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]+1,50,0,1);
AddStaticPickup(1239, 2, BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]);
pickups++;
}
}
for(new h = 0; h < sizeof(SBizzInfo); h++)
{
if(SBizzInfo[h][sbOwned] == 0)
{
    format(PropertyString,sizeof(PropertyString),"Bizz na Prodaju! \n Level: %d \n Cena: $%d \n Za Kupnju Koristi, /kupifirmu", SBizzInfo[h][sbLevelNeeded], SBizzInfo[h][sbBuyPrice]);
sbizsale = Create3DTextLabel(PropertyString,0x00FF00FF,SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ]+1,50,0,1);
AddStaticPickup(1272, 2, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ]);
pickups++;
}
if(SBizzInfo[h][sbOwned] == 1)
{
format(PropertyString,sizeof(PropertyString),"%s \n Vlasnik: %s , Iznuda: %s \n Level: %d \n  Za Ulazak Koristi, /enter.",SBizzInfo[h][sbMessage],SBizzInfo[h][sbOwner], SBizzInfo[h][sbExtortion], SBizzInfo[h][sbLevelNeeded]);
sbizsale = Create3DTextLabel(PropertyString ,0x00C2ECFF,SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ],30, 0, 1);
AddStaticPickup(1239, 2, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ]);
pickups++;
}
}

Video/slike://
RESPECT FOR MILANCE !

ZNAM PRAVILA ALI MORAM BUMP HITNO MI JE :O!
RESPECT FOR MILANCE !

Capetroon.

Pa provjeri kako je za kuče i usporedi sa tim što neradi.

Pa jesam i sve je isto samo drugacije se zove sto je normalno :/
RESPECT FOR MILANCE !