House System
#1

I've attempted to make an house system with Y_INI.
pawn Код:
switch(HouseInfo[i][hOwned])
        {
            case 0:{format(label,sizeof(label),"Owned: No\nPrice: $%i\nVirtual World: %i\nInterior: %i",HouseInfo[i][hPrice],HouseInfo[i][hWorld],HouseInfo[i][hInterior]);}
            case 1:{format(label,sizeof(label),"Owned: Yes\nOwner: %s\nPrice: $%i\nVirtual World: %i\nInterior: %i",HouseInfo[i][hOwner],HouseInfo[i][hPrice],HouseInfo[i][hWorld],HouseInfo[i][hInterior]);}
        }
        HouseInfo[i][hLabel] = Create3DTextLabel(label,COLOR_RED,HouseInfo[i][hEnterX],HouseInfo[i][hEnterY],HouseInfo[i][hEnterZ],25.0,-1);// LINE 4797
^^ Line 4797
Warning:
Код:
C:\Users\Matt\Desktop\samp03z_svr_R1_win32\gamemodes\stunting.pwn(4797) : warning 213: tag mismatch
Reply


Messages In This Thread
House System - by biker122 - 01.05.2014, 09:27
Re: House System - by JeaSon - 01.05.2014, 09:52
Re: House System - by biker122 - 01.05.2014, 10:23
Re: House System - by Danyal - 01.05.2014, 10:33
Re: House System - by biker122 - 01.05.2014, 11:48

Forum Jump:


Users browsing this thread: 1 Guest(s)