[Help] Brackets
#3

pawn Код:
for(new h = 0; h < sizeof(HouseInfo); h++)
{
    if(PlayerToPoint(2.0, i, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]))
    {
        if(HouseInfo[h][hOwned] == 1)
        {
            if(HouseInfo[h][hRentabil] == 0)
            {
                /* This is line 52338*/    format(string, sizeof(string), "~r~~h~Propiedad Privada~n~~y~%s",HouseInfo[h][hOwner]); // THIS IS LINE 52338
            }
            else
            {
                format(string, sizeof(string), "~r~~h~Propiedad Privada~n~~y~---------------~r~Renta: ~w~%d~g~$~n~~r~Dueсo: ~w~%s~n~~y~---------------~n~~b~~h~/rcuarto",HouseInfo[h][hRent],HouseInfo[h][hOwner]);
            }
            GameTextForPlayer(i, string, 5000, 3);
            TextDrawShowForPlayer(i, HouseDraw[i]);
            TextDrawSetString(HouseDraw[i], string);
            return 1;
        }
        else
        {
            // Code
        }
    }
}
Reply


Messages In This Thread
[Help] Brackets - by PHudson - 16.11.2011, 14:58
Re: [Help] Brackets - by CSSI - 16.11.2011, 15:00
Re: [Help] Brackets - by Kostas' - 16.11.2011, 15:01
Re: [Help] Brackets - by PHudson - 16.11.2011, 15:52
Re: [Help] Brackets - by MP2 - 16.11.2011, 15:54
Re: [Help] Brackets - by PHudson - 16.11.2011, 16:03
Re: [Help] Brackets - by PHudson - 16.11.2011, 17:54
Re: [Help] Brackets - by MP2 - 16.11.2011, 18:12
Re: [Help] Brackets - by Chrillzen - 16.11.2011, 18:19
Re: [Help] Brackets - by Kostas' - 16.11.2011, 18:23

Forum Jump:


Users browsing this thread: 2 Guest(s)