onplayerProp
#12

Quote:
Originally Posted by Dan_Barocu
View Post
i made a thingy and but only "Afacere de Vanzare" and bellow an "Nu"


pawn Code:
for(new h = 0; h < sizeof(BizzInfo); h++)
                    {
                    if(BizzInfo[h][bOwned] == 0)
                    {
                    format(string, sizeof(string), "Afacere de vanzare\nNume Afacere: %s\n Afacere ID: %d \nPret: $%d \nLevel Necesar: %d",BizzInfo[h][bMessage], BizzInfo[h][bBuyPrice], BizzInfo[h][bLevelNeeded]);
                    Create3DTextLabel(string,0x006400FF,BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ],50, 0, 1);
                    }
                    else if(BizzInfo[h][bOwned] == 1)
                    {
                    format(string, sizeof(string), "%s \nProprietarul: %s \nNume Afacere: %d \nExtortion: %s \n Intrare Fee: $%d. \n Pentru a intra in bizz scrieti /enter.",BizzInfo[h][bMessage],BizzInfo[h][bOwner], BizzInfo[h][bExtortion], BizzInfo[h][bEntranceCost]);
                    Create3DTextLabel(string,0x00FFFFAA,BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ],50, 0, 1);
                    CreateDynamicPickup(1274,1,BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ],-1);
                    }
                    }
PHP Code:
new string[1024]; but no work :((
i added 
Reply


Messages In This Thread
onplayerProp - by Dan_Barocu - 06.06.2012, 19:25
Re: onplayerProp - by milanosie - 06.06.2012, 19:27
Re: onplayerProp - by RedWingz - 06.06.2012, 19:37
Re: onplayerProp - by Dan_Barocu - 06.06.2012, 19:38
Re: onplayerProp - by Dan_Barocu - 06.06.2012, 20:14
Re: onplayerProp - by CrazyChoco - 06.06.2012, 20:15
Re: onplayerProp - by Mike_Peterson - 06.06.2012, 20:18
Re: onplayerProp - by Dan_Barocu - 06.06.2012, 21:04
Re: onplayerProp - by milanosie - 06.06.2012, 21:05
Re: onplayerProp - by DaRealShazz - 06.06.2012, 21:09
Re: onplayerProp - by Dan_Barocu - 07.06.2012, 12:18
Re: onplayerProp - by Dan_Barocu - 07.06.2012, 12:28

Forum Jump:


Users browsing this thread: 2 Guest(s)