onplayerProp
#4

its my textdraw thingy so when i buy a bizz that appears..

PHP Code:
for(new 0sizeof(BizzInfo); h++)
    {
        if(
BizzInfo[h][bOwned] == 0)
        {
            
format(stringsizeof(string), "[SALE]\n$ %d",BizzInfo[h][bBuyPrice]);
            
bizsale Create3DTextLabel(string,0x8361FFFF,BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]+1,15,0,1);
            
AddStaticPickup(12722BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]);
            
pickups++;
        }
        if(
BizzInfo[h][bOwned] == 1)
        {
            
format(stringsizeof(string), "[OWNED]\n%s",BizzInfo[h][bOwner]);
            
Create3DTextLabel(string,0x8361FFFF,BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]+1,15,0,1);
            
AddStaticPickup(12392BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]);
            
pickups++;
        }
    } 
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)